mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
tftp-hpa: update to 5.2.
This commit is contained in:
parent
d41ba26b72
commit
9bb97410b8
1 changed files with 7 additions and 5 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'tftp-hpa'
|
# Template file for 'tftp-hpa'
|
||||||
pkgname=tftp-hpa
|
pkgname=tftp-hpa
|
||||||
version=0.40
|
version=5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
|
makedepends="readline-devel"
|
||||||
|
configure_args="--without-tcpwrappers"
|
||||||
short_desc="Official tftp client and server"
|
short_desc="Official tftp client and server"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
distfiles="${homepage}/pub/software/network/tftp/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/pub/software/network/tftp/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=12ea5182b27ee8da4867f5947762ff2924ef3e41b1e6f7ca5bc1c2c7feff649e
|
checksum=acc04dde662491e3092565ecf9bde504c47dbb1bb0408366009b138fe7754cab
|
||||||
hostmakedepends="autoconf"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALLROOT=${DESTDIR} install
|
make INSTALLROOT=${DESTDIR} install
|
||||||
|
|
Loading…
Add table
Reference in a new issue