16 lines
468 B
Text
16 lines
468 B
Text
# Template file for 'tftp-hpa'
|
|
pkgname=tftp-hpa
|
|
version=0.40
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Official tftp client and server"
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
license="BSD"
|
|
homepage="http://www.kernel.org"
|
|
distfiles="${homepage}/pub/software/network/tftp/${pkgname}-${version}.tar.gz"
|
|
checksum=12ea5182b27ee8da4867f5947762ff2924ef3e41b1e6f7ca5bc1c2c7feff649e
|
|
hostmakedepends="autoconf"
|
|
|
|
do_install() {
|
|
make INSTALLROOT=${DESTDIR} install
|
|
}
|