opt/netdate/Pkgfile

18 lines
383 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Sync local time against a time server.
# URL:
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
name=netdate
version=1.2
release=3
source=(ftp://code-monkey.de/pub/netdate/netdate-1.2.tar.bz2 \
ftp://code-monkey.de/pub/netdate/netdate-1.2.patch)
build () {
cd $name-$version
patch -Np1 -i ../$name-1.2.patch
make
make DESTDIR=$PKG install
}