opt/chrony/Pkgfile
Juergen Daubert d5cafde0c1 [notify] chrony: update to 1.24
Security fixes, see http://chrony.tuxfamily.org/News.html,
but many other improvements as well. Highly recommended ;)
2010-02-05 20:06:27 +01:00

24 lines
638 B
Plaintext

# Description: Network time protocol client/server
# URL: http://chrony.tuxfamily.org/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: ncurses readline libcap
name=chrony
version=1.24
release=1
source=(http://download.tuxfamily.org/$name/$name-$version.tar.gz
chronyd chrony.conf chrony.keys)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
install -d $PKG/var/{lib,log}/chrony
install -D -m 755 $SRC/chronyd $PKG/etc/rc.d/chronyd
install -m 600 $SRC/chrony.* $PKG/etc
}