void-packages/srcpkgs/chrony/template

36 lines
1.1 KiB
Text
Raw Normal View History

2011-10-13 19:15:59 +00:00
# Template file for 'chrony'
pkgname=chrony
2014-10-02 07:59:09 +00:00
version=1.31
revision=3
build_style=gnu-configure
2014-11-23 08:12:04 +00:00
build_options="systemd"
configure_args="--without-nss"
hostmakedepends="pkg-config"
2014-02-01 08:56:08 +00:00
makedepends="libtomcrypt-devel libcap-devel libedit-devel"
conf_files="/etc/chrony.conf"
system_accounts="chrony"
2014-11-23 08:12:04 +00:00
chrony_homedir="/var/db/chrony"
make_dirs="
/var/log/chrony 0755 chrony chrony
/var/db/chrony 0755 chrony chrony"
2011-10-13 19:15:59 +00:00
short_desc="Sets your computer's clock from time servers on the Net"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
2012-06-12 05:44:38 +00:00
homepage="http://chrony.tuxfamily.org/"
2014-11-03 23:38:49 +00:00
update_ignore="*oldcvs*"
2012-06-12 05:44:38 +00:00
distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
2014-10-02 07:59:09 +00:00
checksum=a35e1cae46ecbe14af2023bb47a72a03d79591b2ff65f0072b3400153224996d
2011-10-13 19:15:59 +00:00
post_install() {
2014-11-23 08:12:04 +00:00
vconf ${FILESDIR}/chrony.conf
vsv chronyd
2011-10-13 19:15:59 +00:00
rm -rf ${DESTDIR}/usr/share/doc
2012-08-21 18:16:08 +00:00
2014-10-02 07:59:09 +00:00
if [ "$build_option_systemd" ]; then
vinstall ${FILESDIR}/chrony.service 644 usr/lib/systemd/system
# for systemd-timedated.
vmkdir usr/lib/systemd/ntp-units.d
echo "chrony.service" > ${DESTDIR}/usr/lib/systemd/ntp-units.d/50-chrony.list
fi
2011-10-13 19:15:59 +00:00
}