netdate: initial import
This commit is contained in:
parent
240ad58748
commit
66c5e0a35f
6
netdate/.footprint
Normal file
6
netdate/.footprint
Normal 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
2
netdate/.md5sum
Normal file
@ -0,0 +1,2 @@
|
||||
268b2ef3ef9ece6e2065b2bcb3242a21 netdate-1.2.patch
|
||||
93d509c710588925f3851fd3d08cab60 netdate-1.2.tar.bz2
|
17
netdate/Pkgfile
Normal file
17
netdate/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user