opt/msntp/Pkgfile

19 lines
505 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Simple Network Time Protocol server/client/utility
# URL: http://www.hpcf.cam.ac.uk/export/
2008-07-11 09:29:19 +02:00
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01:00
name=msntp
version=1.6
release=2
2006-09-15 15:50:56 +02:00
source=(ftp://ftp.openpkg.org/sources/DST/$name/$name-$version.tar.gz \
2006-02-23 16:26:10 +01:00
$name-$version.patch)
build () {
cd $name-$version
patch -p1 < ../$name-$version.patch
make
mkdir -p $PKG/usr/{sbin,man/man1}
cp msntp $PKG/usr/sbin
cp msntp.1 $PKG/usr/man/man1
}