opt/chrony/Pkgfile
2006-02-24 08:01:50 +00:00

25 lines
678 B
Plaintext

# Description: Network time protocol client/server
# URL: http://chrony.sunsite.dk/index.php
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: ncurses, readline
name=chrony
version=1.21
release=2
source=(http://chrony.sunsite.dk/download/$name-$version.tar.gz \
$name-gcc4.patch chronyd chrony.conf chrony.keys)
build () {
cd $name-$version
patch -p1 < $SRC/$name-gcc4.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/doc
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
}