# Template file for 'ntp' pkgname=ntp version=4.2.7p482 revision=1 wrksrc="ntp-dev-${version}" build_style=gnu-configure configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --enable-ntp-signd ol_cv_pthread_select_yields=yes" hostmakedepends="pkg-config bison" makedepends="libedit-devel libressl-devel libcap-devel libevent-devel" short_desc="The Network Time Protocol daemon and utilities" license="BSD" maintainer="Juan RP " homepage="http://www.ntp.org/" update_pkgname=ntp-dev distfiles="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ntp-dev-${version}.tar.gz" checksum=1a0ce15405974040f7a11c057401336807b0648f6503947b46eaf43da4a9c4d4 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" replaces="ntp-daemon>=0" build_options="systemd" post_install() { if [ "$build_option_systemd" ]; then # ntpd service vinstall ${FILESDIR}/ntpd.tmpfiles 644 usr/lib/tmpfiles.d ntpd.conf vinstall ${FILESDIR}/ntpd.service 644 usr/lib/systemd/system # ntpdate service vinstall ${FILESDIR}/ntpdate.service 644 usr/lib/systemd/system # For systemd-timedated. vmkdir usr/lib/systemd/ntp-units.d echo "ntpd.service" > ${DESTDIR}/usr/lib/systemd/ntp-units.d/60-ntp.list fi vconf ${FILESDIR}/ntp.conf vsv ntpd rm -r ${DESTDIR}/usr/share/doc } 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 } }