Another pass of .oe cleanups.
[vuplus_openembedded] / tcpdump / tcpdump_3.8.1.oe
1 DESCRIPTION = "A sophisticated network protocol dumper"
2 SECTION = "base"
3 PRIORITY = "optional"
4 RDEPENDS = "libc6 libpcap (0.8.1)"
5 DEPENDS = "virtual/libc base/libpcap-0.8.1"
6
7 SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
8
9 inherit autotools libtool
10
11 do_configure() {
12         oe_runconf
13 }