# Template file for 'chrony' pkgname=chrony version=1.30 revision=2 build_style=gnu-configure configure_args="--without-nss" hostmakedepends="pkg-config" makedepends="libtomcrypt-devel libcap-devel libedit-devel" conf_files="/etc/chrony.conf" system_accounts="chrony" systemd_services="chrony.service on" make_dirs=" /var/log/chrony 0755 chrony chrony /var/db/chrony 0755 chrony chrony" short_desc="Sets your computer's clock from time servers on the Net" maintainer="Juan RP " license="GPL-2" homepage="http://chrony.tuxfamily.org/" distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz" checksum=43aca956a0beb2c4847feffc847fec2c429ee9afb6252c7a499bbd68933046dd post_install() { vinstall ${FILESDIR}/chrony.conf 644 etc vinstall ${FILESDIR}/chrony.service 644 usr/lib/systemd/system rm -rf ${DESTDIR}/usr/share/doc # for systemd-timedated. vmkdir usr/lib/systemd/ntp-units.d echo "chrony.service" > ${DESTDIR}/usr/lib/systemd/ntp-units.d/50-chrony.list }