New package: lft-3.73

This commit is contained in:
Christian Neukirchen 2016-02-10 15:15:48 +01:00
parent 0fd7b29163
commit c4d0dd44c3

16
srcpkgs/lft/template Normal file
View File

@ -0,0 +1,16 @@
# 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
}