30 lines
1,005 B
Text
30 lines
1,005 B
Text
# Template file for 'chrony'
|
|
pkgname=chrony
|
|
version=1.29
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--without-nss"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libtomcrypt-devel libcap-devel readline-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 <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://chrony.tuxfamily.org/"
|
|
distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
|
|
checksum=c685f072ba0663ab026a7f56870ab2c246bd97ca4629dd2e1899617bd16ad39b
|
|
|
|
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
|
|
}
|