Search Criteria
Package Details: linuxptp 3.1-1
Git Clone URL: | https://aur.archlinux.org/linuxptp.git (read-only, click to copy) |
---|---|
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/ |
Licenses: | |
Submitter: | ventosus |
Maintainer: | ventosus |
Last Packager: | ventosus |
Votes: | 8 |
Popularity: | 0.191953 |
First Submitted: | 2014-11-21 10:59 |
Last Updated: | 2020-11-28 17:31 |
Latest Comments
alex.forencich commented on 2020-07-26 18:49
Please rename the downloaded file based on the version by setting source to
source=("${pkgname}-${pkgver}.tgz::https://sourceforge.net/projects/${pkgname}/files/v${pkgver}/${pkgname}-${pkgver}.tgz/download")
Without this, many AUR helpers will complain about the hash not matching when the actual problem is the file wasn't downloaded.
schnafte commented on 2020-07-24 13:08
source scheme changed to: https://sourceforge.net/projects/${pkgname}/files/v${pkgver}/${pkgname}-${pkgver}.tgz/download
ventosus commented on 2015-01-07 20:52
Thanks bidulock, updated.
We are now also installing to /usr/bin instead of the default /usr/sbin which is deprecated.
bidulock commented on 2015-01-07 12:01
Here is a PKGBUILD that works:
https://gist.github.com/bbidulock/26a45d6eb3514310cd33
bidulock commented on 2015-01-07 11:44
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.