# Template file for 'ntp' pkgname=ntp version=4.2.8 revision=5 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-4.2/ntp-${version}.tar.gz" checksum=2e920df8b6a5a410567a73767fa458c00c7f0acec3213e69ed0134414a50d8ee 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 } }