### this file is sourced not run
PKGVER=4.9.2
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=tcpdump-$PKGVER.tar.gz
MD5SUM=9bbc1ee33dab61302411b02dd0515576
SRC_URL=http://www.tcpdump.org/release/$TARBALL
BUNDLE=

SLACKREQ='libpcap openssl libcap-ng'
SLACKDESC="tcpdump: tcpdump $PKGVER (Network packet analyzer)
tcpdump: 
tcpdump: This program allows you to dump the traffic on a network. tcpdump is 
tcpdump: able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS BGP, 
tcpdump: RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet types. It 
tcpdump: can be used to print out the headers of packets on a network 
tcpdump: interface, filter packets that match a certain expression. You can 
tcpdump: use this tool to track down network problems, to detect attacks or to 
tcpdump: monitor network activities.
tcpdump: 
tcpdump: http://www.tcpdump.org/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}



