18 lines
566 B
Bash
18 lines
566 B
Bash
# Template file for 'tftp-hpa'
|
|
pkgname=tftp-hpa
|
|
version=5.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--sbindir=/usr/bin --without-tcpwrappers"
|
|
hostmakedepends="automake"
|
|
makedepends="readline-devel"
|
|
short_desc="Official tftp client and server"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="BSD"
|
|
homepage="http://www.kernel.org"
|
|
distfiles="${homepage}/pub/software/network/tftp/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=acc04dde662491e3092565ecf9bde504c47dbb1bb0408366009b138fe7754cab
|
|
|
|
do_install() {
|
|
make INSTALLROOT=${DESTDIR} install
|
|
}
|