void-packages/srcpkgs/chrony/template

33 lines
1007 B
Bash
Raw Normal View History

2011-10-13 21:15:59 +02:00
# Template file for 'chrony'
pkgname=chrony
2016-02-18 06:12:59 +01:00
version=2.3
2016-01-21 09:32:07 +01:00
revision=1
build_style=gnu-configure
2015-10-20 08:46:33 +02:00
configure_args="--without-nss --enable-scfilter --with-sendmail=/usr/bin/sendmail"
hostmakedepends="pkg-config"
2015-10-20 08:46:33 +02:00
makedepends="libtomcrypt-devel libcap-devel libedit-devel libseccomp-devel"
conf_files="/etc/chrony.conf"
system_accounts="chrony"
2014-11-23 09:12:04 +01:00
chrony_homedir="/var/db/chrony"
make_dirs="
/var/log/chrony 0755 chrony chrony
/var/db/chrony 0755 chrony chrony"
2011-10-13 21:15:59 +02:00
short_desc="Sets your computer's clock from time servers on the Net"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2011-10-13 21:15:59 +02:00
license="GPL-2"
2012-06-12 07:44:38 +02:00
homepage="http://chrony.tuxfamily.org/"
distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
2016-02-18 06:12:59 +01:00
checksum=58bffb523012fb0fa87cc0d94d6e36de9689fe9556519cbd0d1ba254af92ccb2
2014-10-02 09:59:09 +02:00
2016-01-21 09:32:07 +01:00
provides="ntp-daemon-0_1"
alternatives="
ntpd:ntpd:/usr/bin/chronyd
2015-12-19 10:25:34 +01:00
ntpd:ntpd.8:/usr/share/man/man8/chronyd.8
ntpd:ntpd:/etc/sv/chronyd"
2011-10-13 21:15:59 +02:00
post_install() {
2014-11-23 09:12:04 +01:00
vconf ${FILESDIR}/chrony.conf
vsv chronyd
2011-10-13 21:15:59 +02:00
rm -rf ${DESTDIR}/usr/share/doc
}