Thanks bidulock, updated.
We are now also installing to /usr/bin instead of the default /usr/sbin which is deprecated.
Search Criteria
Package Details: linuxptp 1.5-3
Package Actions
| Package Base: | linuxptp |
|---|---|
| Description: | An implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux. |
| Upstream URL: | http://linuxptp.sourceforge.net/ |
| Category: | system |
| Licenses: | |
| Submitter: | ventosus |
| Maintainer: | ventosus |
| Last Packager: | ventosus |
| Votes: | 2 |
| First Submitted: | 2014-11-21 10:59 |
| Last Updated: | 2015-01-08 10:18 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by ventosus
Comment by bidulock
Here is a PKGBUILD that works:
https://gist.github.com/bbidulock/26a45d6eb3514310cd33
Comment by bidulock
move 'make' to the beginning of the line in package() and you don't need prefix.patch.
man8dir="${pkgdir}/usr/share/man/man8" puts manual pages in the correct place.
change make line in build to
make EXTRA_CFLAGS="$CFLAGS"
to use pacman defaults for cflags and get a clean compile.
See linuxptp-git PKGBUILD for example.