summaryrefslogtreecommitdiff
path: root/libnet/libnet_1.1.0.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-16 20:47:52 +0000
committerChris Larson <clarson@kergoth.com>2004-01-16 20:47:52 +0000
commit83a468b1255dc1e8ad94bc8fd3b23f10fc43f542 (patch)
tree418d4747c09059c8d6ad5a91e46ac4a70fda353a /libnet/libnet_1.1.0.oe
parenta5336ecee563c915a9b96f66bb0ead2c01503dd9 (diff)
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages 2004/01/16 14:47:41-06:00 ti.com!kergoth Move the old and really new libnet versions out of the main part of the tree, to stop breaking the dsniff and libnids builds. BKrev: 40084df838x9FIKRdj4UOVx9sDlLgg
Diffstat (limited to 'libnet/libnet_1.1.0.oe')
-rw-r--r--libnet/libnet_1.1.0.oe20
1 files changed, 0 insertions, 20 deletions
diff --git a/libnet/libnet_1.1.0.oe b/libnet/libnet_1.1.0.oe
deleted file mode 100644
index 862ceaa32c..0000000000
--- a/libnet/libnet_1.1.0.oe
+++ /dev/null
@@ -1,20 +0,0 @@
-DEPENDS = virtual/libc
-RDEPENDS = libc6
-
-SRC_URI := http://www.packetfactory.net/libnet/dist/libnet.tar.gz \
- file://${FILESDIR}/configure.patch;patch=1
-S := ${WORKDIR}/libnet
-
-inherit autotools
-
-CPPFLAGS_prepend = "-I${S}/libnet/include "
-
-do_stage () {
- install -m 0755 libnet-config ${STAGING_BINDIR}/
- oe_runmake -C src 'DESTDIR=${STAGING_DIR}/target' \
- 'libdir=/lib' install-libLIBRARIES
- oe_runmake -C include 'DESTDIR=${STAGING_DIR}/target' \
- 'includedir=/include' install-includeHEADERS
- oe_runmake -C include/libnet 'DESTDIR=${STAGING_DIR}/target' \
- 'includedir=/include' install-libnetincludeHEADERS
-}