void-packages/srcpkgs/libpcap/template

34 lines
1.2 KiB
Plaintext

# Template file for 'libpcap'
pkgname=libpcap
version=1.3.0
revision=3
build_style=gnu-configure
configure_args="--enable-ipv6 --with-libnl --with-pcap=linux"
hostmakedepends="automake pkg-config flex"
makedepends="libfl-devel libnl3-devel"
subpackages="$pkgname-devel"
short_desc="System-independent interface for user-level packet capture"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.tcpdump.org/"
license="BSD"
distfiles="http://www.tcpdump.org/release/$pkgname-$version.tar.gz"
checksum=41cbd9ed68383afd9f1fda279cb78427d36879d9e34ee707e31a16a1afd872b9
long_desc="
This is libpcap, a system-independent interface for user-level packet
capture. libpcap provides a portable framework for low-level network
monitoring. Applications include network statistics collection,
security monitoring, network debugging, etc. Since almost every
system vendor provides a different interface for packet capture, and
since we've developed several tools that require this functionality,
we've created this system-independent API to ease in porting and to
alleviate the need for several system-dependent packet capture modules
in each application."
pre_configure() {
autoreconf -fi
}
post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname
}