Package Details: linuxptp 4.4-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: https://linuxptp.nwtime.org/
Keywords: ptp tsn
Licenses: GPL
Submitter: ventosus
Maintainer: 2bluesc
Last Packager: 2bluesc
Votes: 11
Popularity: 0.000002
First Submitted: 2014-11-21 10:59 (UTC)
Last Updated: 2024-11-11 16:54 (UTC)

Latest Comments

« First ‹ Previous 1 2

alex.forencich commented on 2020-07-26 18:49 (UTC)

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 (UTC)

source scheme changed to: https://sourceforge.net/projects/${pkgname}/files/v${pkgver}/${pkgname}-${pkgver}.tgz/download

ventosus commented on 2015-01-07 20:52 (UTC)

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 (UTC)

Here is a PKGBUILD that works: https://gist.github.com/bbidulock/26a45d6eb3514310cd33

bidulock commented on 2015-01-07 11:44 (UTC)

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.