chrony: update to 1.28.

This commit is contained in:
Juan RP 2013-07-17 22:36:36 +02:00
parent 9c374724f1
commit a7bc94b298

View file

@ -1,6 +1,6 @@
# Template file for 'chrony' # Template file for 'chrony'
pkgname=chrony pkgname=chrony
version=1.27 version=1.28
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://chrony.tuxfamily.org/" homepage="http://chrony.tuxfamily.org/"
distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz" distfiles="http://download.tuxfamily.org/chrony/$pkgname-$version.tar.gz"
checksum=d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d checksum=7adc34e77c5b5ffdf274adad54de503a34386f6b483c45e1a723751763c04364
post_install() { post_install() {
vinstall ${FILESDIR}/chrony.conf 644 etc vinstall ${FILESDIR}/chrony.conf 644 etc
@ -30,7 +30,6 @@ chrony_package() {
/var/log/chrony 0755 chrony chrony /var/log/chrony 0755 chrony chrony
/var/db/chrony 0755 chrony chrony" /var/db/chrony 0755 chrony chrony"
pkg_install() { pkg_install() {
vmove etc vmove all
vmove usr
} }
} }