void-packages/srcpkgs/tftp-hpa/template

19 lines
544 B
Plaintext
Raw Normal View History

# Template file for 'tftp-hpa'
pkgname=tftp-hpa
2014-04-15 09:55:32 +00:00
version=5.2
revision=1
build_style=gnu-configure
2014-04-15 09:55:32 +00:00
hostmakedepends="automake"
makedepends="readline-devel"
configure_args="--without-tcpwrappers"
short_desc="Official tftp client and server"
2014-04-15 09:55:32 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://www.kernel.org"
2014-04-15 09:55:32 +00:00
distfiles="${homepage}/pub/software/network/tftp/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=acc04dde662491e3092565ecf9bde504c47dbb1bb0408366009b138fe7754cab
do_install() {
make INSTALLROOT=${DESTDIR} install
}