1
0
forked from ports/opt
opt/chrony/Pkgfile

24 lines
646 B
Plaintext
Raw Normal View History

2005-11-16 17:20:24 +00:00
# Description: Network time protocol client/server for dial-up client use
# URL: http://chrony.sunsite.dk/index.php
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
2006-01-06 12:12:06 +00:00
# Depends on: ncurses, readline
2005-11-16 17:20:24 +00:00
name=chrony
version=1.21
release=1
source=(http://chrony.sunsite.dk/download/$name-$version.tar.gz \
chronyd chrony.conf chrony.keys)
build () {
cd $name-$version
./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
}