4 pkgdesc="etrace is a configurable static port network tracing tool, similar to traceroute, but supporting ICMP, TCP, UDP and other IP protocols"
7 url="https://www.bindshell.net/tools/etrace.html"
9 source=("https://www.bindshell.net/tools/etrace/${pkgname}.${pkgver}.tgz")
12 cd "${srcdir}/$pkgname"
13 ./configure --prefix=/usr
18 cd "${srcdir}/$pkgname"
19 make prefix="${pkgdir}"/usr install
21 install -D -m644 "${srcdir}/$pkgname"/LICENSE \
22 "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
25 md5sums=('8e47908a75299e467b126b6730f88454')