opt/chrony/Pkgfile

24 lines
615 B
Plaintext

# Description: Network time protocol client/server
# URL: http://chrony.tuxfamily.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: readline libcap
name=chrony
version=2.2
release=1
source=(http://download.tuxfamily.org/$name/$name-$version.tar.gz
chronyd chrony.conf)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
install -d $PKG/var/{lib,log}/chrony
install -d -m 0750 $PKG/var/run/chrony
install -D -m 755 $SRC/chronyd $PKG/etc/rc.d/chronyd
install -m 600 $SRC/chrony.* $PKG/etc
}