16 lines
451 B
Bash
16 lines
451 B
Bash
|
# Template file for 'dnstracer'
|
||
|
pkgname=dnstracer
|
||
|
version=1.9
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
short_desc="Trace a chain of DNS servers to the source"
|
||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||
|
license="BSD"
|
||
|
homepage="http://www.mavetju.org/unix/dnstracer.php"
|
||
|
distfiles="http://www.mavetju.org/download/dnstracer-${version}.tar.gz"
|
||
|
checksum=2ebc08af9693ba2d9fa0628416f2d8319ca1627e41d64553875d605b352afe9c
|
||
|
|
||
|
post_install(){
|
||
|
vlicense LICENSE
|
||
|
}
|