opt/chrony/Pkgfile

24 lines
618 B
Plaintext
Raw Normal View History

2006-02-24 09:01:50 +01:00
# Description: Network time protocol client/server
2009-10-26 14:02:33 +01:00
# URL: http://chrony.tuxfamily.org/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ncurses readline libcap
2006-02-23 16:26:10 +01:00
name=chrony
2013-02-02 08:23:00 +01:00
version=1.27
2007-12-03 16:24:52 +01:00
release=1
2009-10-26 14:02:33 +01:00
source=(http://download.tuxfamily.org/$name/$name-$version.tar.gz
chronyd chrony.conf chrony.keys)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
2007-12-03 16:24:52 +01:00
install -d $PKG/var/{lib,log}/chrony
2006-02-23 16:26:10 +01:00
install -D -m 755 $SRC/chronyd $PKG/etc/rc.d/chronyd
install -m 600 $SRC/chrony.* $PKG/etc
}