opt/msntp/Pkgfile

19 lines
497 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/
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
name=msntp
version=1.6
release=2
source=(http://www.hpcf.cam.ac.uk/export/$name-$version.tar.gz \
$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
}