void-packages/srcpkgs/chrony/template

36 lines
1.1 KiB
Bash
Raw Normal View History

2011-10-13 21:15:59 +02:00
# Template file for 'chrony'
pkgname=chrony
2015-04-28 06:42:43 +02:00
version=2.0
2015-05-13 07:40:38 +02:00
revision=2
2015-04-08 09:08:11 +02:00
build_pie=yes
build_style=gnu-configure
2014-11-23 09:12:04 +01:00
build_options="systemd"
2015-04-08 09:08:11 +02:00
configure_args="--sbindir=/usr/bin --without-nss"
hostmakedepends="pkg-config"
2014-02-01 09:56:08 +01:00
makedepends="libtomcrypt-devel libcap-devel libedit-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"
2015-04-28 06:42:43 +02:00
checksum=f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b
2014-10-02 09:59:09 +02:00
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
2012-08-21 20:16:08 +02:00
2014-10-02 09:59:09 +02: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 21:15:59 +02:00
}