1
0
forked from ports/opt

netdate: initial import

This commit is contained in:
Tilman Sauerbeck 2005-11-21 10:50:42 +00:00
parent 240ad58748
commit 66c5e0a35f
3 changed files with 25 additions and 0 deletions

6
netdate/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/netdate.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/netdate

2
netdate/.md5sum Normal file
View File

@ -0,0 +1,2 @@
268b2ef3ef9ece6e2065b2bcb3242a21 netdate-1.2.patch
93d509c710588925f3851fd3d08cab60 netdate-1.2.tar.bz2

17
netdate/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# 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
}