into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages
2004/01/02 20:16:50+01:00 uni-frankfurt.de!mickeyl
add tin 1.7.3 to build system
2004/01/02 14:51:15+01:00 uni-frankfurt.de!mickeyl
add libpcap 0.8.1 to buildsystem. rewrote the shared libray patch and stripped all bogus debianisms :)
BKrev: 3ff5ea17s-y_L80-HsdZcoMuyIXvOQ
wind@spiritship.(none)
xf005570@cn014xf005570l1.(none)
xf005570@cn014xf005570w1.
+kergoth@direwolf.itg.ti.com
+++ /dev/null
-SECTION="NET"
-PRIORITY="optional"
-MAINTAINER="Michael Lauer <mickey@Vanille.de>"
-RDEPENDS=libc6
-DEPENDS=virtual/libc
-
-SRC_URI=http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \
- file://${FILESDIR}/gcc3.patch;patch=1
-
-inherit autotools libtool
-
-do_install () {
- install -d ${D}/${bindir}
- install -m 0755 ${S}/gpsd ${D}/${bindir}/gpsd
-}
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}/configure.patch;patch=1"
SRC_URI_append=" file://${FILESDIR}/ldflags.patch;patch=1"
DEPENDS=virtual/libc
-S=${WORKDIR}/libpcap-${PV}
inherit autotools
EXTRA_OECONF=" --with-pcap=linux"
+
do_configure_prepend () {
if [ ! -e acinclude.m4 ]; then
cat aclocal.m4 > acinclude.m4