summaryrefslogtreecommitdiff
path: root/libpcap/libpcap_0.7.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libpcap/libpcap_0.7.2.oe')
-rw-r--r--libpcap/libpcap_0.7.2.oe14
1 files changed, 7 insertions, 7 deletions
diff --git a/libpcap/libpcap_0.7.2.oe b/libpcap/libpcap_0.7.2.oe
index 54865ce030..166015fdd1 100644
--- a/libpcap/libpcap_0.7.2.oe
+++ b/libpcap/libpcap_0.7.2.oe
@@ -1,15 +1,15 @@
-DESCRIPTION="Network Packet Capture Library"
-SECTION="libs"
-PRIORITY="required"
-MAINTAINER="Greg Gilbert <treke@handhelds.org>"
-DEPENDS=virtual/libc
-RDEPENDS="libc6"
+DESCRIPTION = "Network Packet Capture Library"
+SECTION = "libs"
+PRIORITY = "required"
+MAINTAINER = "Greg Gilbert <treke@handhelds.org>"
+DEPENDS = "virtual/libc"
+RDEPENDS = "libc6"
SRC_URI=http://www.tcpdump.org/release/libpcap-${PV}.tar.gz;
SRC_URI_append=" file://${FILESDIR}/libpcap-shared.patch;patch=1"
SRC_URI_append=" file://${FILESDIR}/configure.patch;patch=1"
SRC_URI_append=" file://${FILESDIR}/ldflags.patch;patch=1"
-DEPENDS=virtual/libc
+DEPENDS = "virtual/libc"
inherit autotools
EXTRA_OECONF=" --with-pcap=linux"