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