16 lines
466 B
Bash
16 lines
466 B
Bash
# Template file for 'lft'
|
|
pkgname=lft
|
|
version=3.77
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libpcap-devel"
|
|
short_desc="Layer Four Traceroute"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="VOSTROM Public License"
|
|
homepage="http://pwhois.org/lft/"
|
|
distfiles="http://pwhois.org/dl/index.who?file=${pkgname}-${version}.tar.gz"
|
|
checksum=d182d6774e64dcdeb19ed1a598fa588e57ddb6cbb6847d9277c405d3a4597d89
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|