2012-12-17 19:23:17 +01:00
|
|
|
# Template file for 'tcpdump'
|
|
|
|
pkgname=tcpdump
|
2013-05-02 09:18:51 +02:00
|
|
|
version=4.4.0
|
|
|
|
revision=1
|
2012-12-17 19:23:17 +01:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--enable-ipv6"
|
|
|
|
makedepends="libpcap-devel openssl-devel"
|
|
|
|
short_desc="A tool for network monitoring and data acquisition"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
|
|
|
homepage="http://www.tcpdump.org"
|
|
|
|
distfiles="http://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
|
2013-05-02 09:18:51 +02:00
|
|
|
checksum=12274bed2cb89098dadf00a022b4d40853c5108369f3b3117aedf21ec61530bd
|
2013-03-13 21:57:32 +01:00
|
|
|
|
2013-04-09 01:49:27 +02:00
|
|
|
if [ "$CROSS_BUILD" ]; then
|
2013-04-14 15:09:59 +02:00
|
|
|
configure_args+=" ac_cv_linux_vers=$(uname -r 2>&1 | sed -n -e '$s/.* //' -e '$s/\..*//p') td_cv_buggygetaddrinfo=no"
|
2013-03-13 21:57:32 +01:00
|
|
|
fi
|
2013-04-14 15:09:59 +02:00
|
|
|
|
|
|
|
tcpdump_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|