into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/20 23:32:37+02:00 uni-frankfurt.de!mickeyl
unbreak tcpdump 3.8.3
BKrev: 4176da30ueLmD-rTM0v7NZ8h06GocQ
+++ /dev/null
-DESCRIPTION = "A sophisticated network protocol dumper"
-SECTION = "console/network"
-PRIORITY = "optional"
-DEPENDS = "libpcap-0.8.1"
-
-SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
-
-inherit autotools
-
-do_configure() {
- gnu-configize
- oe_runconf
-}
DESCRIPTION = "A sophisticated network protocol dumper"
SECTION = "console/network"
PRIORITY = "optional"
-DEPENDS = "libpcap-0.8.1"
+DEPENDS = "libpcap-0.8.3"
+PR = "r1"
-SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
+SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
+ file://fix-paths.patch;patch=1"
inherit autotools