dnstracer: update to 1.10. (#8408)

This commit is contained in:
maxice8 2017-10-21 04:37:20 -02:00 committed by Juan RP
parent d59c8beed8
commit d63c899498
1 changed files with 13 additions and 5 deletions

View File

@ -1,15 +1,23 @@
# Template file for 'dnstracer' # Template file for 'dnstracer'
pkgname=dnstracer pkgname=dnstracer
version=1.9 version=1.10
revision=1 revision=1
build_style=gnu-configure wrksrc="$pkgname"
build_style=gnu-makefile
hostmakedepends="perl"
short_desc="Trace a chain of DNS servers to the source" short_desc="Trace a chain of DNS servers to the source"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="BSD" license="BSD"
homepage="http://www.mavetju.org/unix/dnstracer.php" homepage="http://www.mavetju.org/unix/dnstracer.php"
distfiles="http://www.mavetju.org/download/dnstracer-${version}.tar.gz" distfiles="http://www.mavetju.org/download/dnstracer-${version}.tar.bz2"
checksum=2ebc08af9693ba2d9fa0628416f2d8319ca1627e41d64553875d605b352afe9c checksum=64cda0ed15ef598a38ec72a96a356e3d10b7f822fc75928115eae96a65ae2b21
post_install() { pre_build() {
sed -i 's|-Wall|-Wall $(CFLAGS) $(LDFLAGS)|g' Makefile
}
do_install() {
vbin dnstracer
vman dnstracer.8
vlicense LICENSE vlicense LICENSE
} }