contrib/tftp-hpa/Pkgfile

16 lines
393 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
name=tftp-hpa
2011-12-17 01:04:49 +01:00
version=5.2
2020-01-20 16:33:39 +01:00
release=2
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
2020-01-20 16:33:39 +01:00
./configure --prefix=/usr
2009-05-12 18:42:28 +02:00
make
make INSTALLROOT=$PKG install
}