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: readline libcap
2006-02-23 16:26:10 +01:00
name=chrony
2016-11-21 12:43:07 +01:00
version=2.4.1
release=2
2009-10-26 14:02:33 +01:00
source=(http://download.tuxfamily.org/$name/$name-$version.tar.gz
chronyd)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
./configure --prefix=/usr --with-user=chrony
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
install -d -o chrony -g chrony -m 0750 $PKG/var/{lib,log,run}/chrony
install -D -m 0755 $SRC/chronyd $PKG/etc/rc.d/chronyd
install examples/chrony.conf.example1 $PKG/etc/chrony.conf
2006-02-23 16:26:10 +01:00
}