netdate: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-01 11:20:49 +00:00
parent efe1da372f
commit b267ae8e06
3 changed files with 0 additions and 25 deletions

View File

@ -1,6 +0,0 @@
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

View File

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

View File

@ -1,17 +0,0 @@
# Description: Sync local time against a time server.
# URL: N/A
# Maintainer:
name=netdate
version=1.2
release=3
source=(ftp://code-monkey.de/pub/$name/$name-$version.tar.bz2 \
ftp://code-monkey.de/pub/$name/$name-$version.patch)
build() {
cd $name-$version
patch -Np1 -i ../$name-$version.patch
make
make DESTDIR=$PKG install
}