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