contrib/tftp-hpa/Pkgfile

18 lines
478 B
Plaintext
Raw Normal View History

2009-05-12 18:42:28 +02:00
# 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
2011-12-17 01:04:49 +01:00
version=5.2
2009-05-12 18:42:28 +02:00
release=1
2011-11-21 16:19:37 +01:00
source=(http://www.kernel.org/pub/software/network/tftp/tftp-hpa/$name-$version.tar.xz)
2009-05-12 18:42:28 +02:00
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make INSTALLROOT=$PKG install
}