16 lines
466 B
Bash
16 lines
466 B
Bash
# Template file for 'lft'
|
|
pkgname=lft
|
|
version=3.73
|
|
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=3ecd5371a827288a5f5a4abbd8a5ea8229e116fc2f548cee9afeb589bf206114
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|