extra/ntp to 4.2.8.p11-2

This commit is contained in:
Kevin Mihelich 2018-05-20 16:05:42 +00:00
parent 83bcbfb2b7
commit 11a0631be6
3 changed files with 8 additions and 10 deletions

View file

@ -9,7 +9,7 @@ pkgname=ntp
_pkgname=ntp #-dev
_pkgver=4.2.8p11
pkgver=${_pkgver/p/.p}
pkgrel=1
pkgrel=2
pkgdesc='Network Time Protocol reference implementation'
url='http://www.ntp.org/'
license=('custom')
@ -20,15 +20,15 @@ source=("https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${_pkgname}-${_p
'0001-disable-pthread-warmup-on-ARM.patch'
'ntp.conf'
'ntpd.service'
'ntpdate.service')
'ntpdate.service'
'ntp.sysusers')
sha1sums=('b20352bb76963a0ef5ec07ba99c2bb97ec6b6aeb'
'ec9bd3894b65edca8efdb34ce12b3eb144336294'
'ad1d6ee2e9aca64a84a7224c88bf6008ac6c69e1'
'0cccca872385e0142888ab48d273fec0669b30a8'
'059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
'059b382d1af0c55202e2d17f2ae065a2cbfec9ee'
'e8d1c895eabeb45b1a5f096fa5fc3c088eb3ee71')
options=('!emptydirs')
install=ntp.install
prepare() {
cd "${srcdir}/${_pkgname}-${_pkgver}"
@ -51,6 +51,7 @@ package() {
install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
install -Dm644 ../ntpd.service "${pkgdir}"/usr/lib/systemd/system/ntpd.service
install -Dm644 ../ntpdate.service "${pkgdir}"/usr/lib/systemd/system/ntpdate.service
install -Dm644 ../ntp.sysusers "${pkgdir}"/usr/lib/sysusers.d/ntp.conf
install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -d -o 87 "${pkgdir}"/var/lib/ntp

View file

@ -1,5 +0,0 @@
post_install() {
getent group ntp &>/dev/null || groupadd -g 87 ntp >/dev/null
getent passwd ntp &>/dev/null || useradd -u 87 -g ntp -d /var/lib/ntp -c 'Network Time Protocol' -s /bin/false ntp >/dev/null
true
}

2
extra/ntp/ntp.sysusers Normal file
View file

@ -0,0 +1,2 @@
g ntp 87 -
u ntp 87 "Network Time Protocol" /var/lib/ntp /bin/false