51 lines
1.5 KiB
Bash
51 lines
1.5 KiB
Bash
# Template file for 'ntp'
|
|
pkgname=ntp
|
|
version=4.2.8p11
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd
|
|
--enable-all-clocks ol_cv_pthread_select_yields=yes"
|
|
hostmakedepends="pkg-config bison perl"
|
|
makedepends="libedit-devel libressl-devel libcap-devel libevent-devel pps-tools-devel"
|
|
short_desc="The Network Time Protocol daemon and utilities"
|
|
license="2-clause-BSD"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.ntp.org/"
|
|
distfiles="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${version}.tar.gz"
|
|
checksum=f14a39f753688252d683ff907035ffff106ba8d3db21309b742e09b5c3cd278e
|
|
|
|
make_dirs="/var/db/ntpd 0755 ntpd ntpd"
|
|
conf_files="/etc/ntp.conf"
|
|
system_accounts="ntpd"
|
|
ntpd_homedir="/var/db/ntpd"
|
|
provides="ntp-daemon-0_1"
|
|
alternatives="
|
|
ntpd:ntpd:/usr/bin/isc-ntpd
|
|
ntpd:ntpd.8:/usr/share/man/man8/isc-ntpd.8
|
|
ntpd:ntpd:/etc/sv/isc-ntpd"
|
|
|
|
post_extract() {
|
|
sed -i 's/linux/GLIBC/g' ntpd/ntpd.c
|
|
}
|
|
post_install() {
|
|
# Rename files for alternatives.
|
|
vmkdir usr/share/man/man8
|
|
mv ${DESTDIR}/usr/bin/{ntpd,isc-ntpd}
|
|
mv ${DESTDIR}/usr/share/man/man1/ntpd.1 \
|
|
${DESTDIR}/usr/share/man/man8/isc-ntpd.8
|
|
vconf ${FILESDIR}/ntp.conf
|
|
vsv isc-ntpd
|
|
rm -r ${DESTDIR}/usr/share/doc
|
|
vlicense COPYRIGHT
|
|
}
|
|
|
|
ntp-perl_package() {
|
|
depends="ntp>=$version perl"
|
|
noarch=yes
|
|
short_desc+=" - perl scripts"
|
|
pkg_install() {
|
|
vmove usr/bin/ntp-wait
|
|
vmove usr/bin/ntptrace
|
|
vmove usr/share/ntp/lib
|
|
}
|
|
}
|