opt/chrony/Pkgfile

24 lines
619 B
Plaintext
Raw Normal View History

2006-02-24 09:01:50 +01:00
# Description: Network time protocol client/server
2006-02-23 16:26:10 +01:00
# 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
2007-12-03 16:24:52 +01:00
version=1.23
release=1
2006-02-23 16:26:10 +01:00
source=(http://chrony.sunsite.dk/download/$name-$version.tar.gz \
2007-12-03 16:24:52 +01:00
chronyd chrony.conf chrony.keys)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/doc
2007-12-03 16:24:52 +01:00
2006-02-23 16:26:10 +01:00
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
}