contrib/tftp-hpa/Pkgfile
2011-12-17 01:04:49 +01:00

18 lines
478 B
Plaintext

# Description: An enhanced version of the BSD tftp client/server
# URL: http://freshmeat.net/projects/tftp-hpa/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Matt Housh, jaeger at morpheus dot net
name=tftp-hpa
version=5.2
release=1
source=(http://www.kernel.org/pub/software/network/tftp/tftp-hpa/$name-$version.tar.xz)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make INSTALLROOT=$PKG install
}