Remove base/ CATEGORY remnants.
authorChris Larson <clarson@kergoth.com>
Fri, 2 Jul 2004 21:54:16 +0000 (21:54 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 2 Jul 2004 21:54:16 +0000 (21:54 +0000)
BKrev: 40e5d988_ZJmyu3FYHwcnSRm2W9QGA

gif2png/gif2png_2.5.1.oe
libpng/libpng_1.2.5.oe
libsdl/libsdl-gfx_2.0.11.oe
libsdl/libsdl-image_1.2.3.oe
sqlite/sqlite_2.8.9.oe
stunnel/stunnel_4.05.oe
tcpdump/tcpdump_3.8.1.oe
tcpdump/tcpdump_3.8.3.oe
vpnc/vpnc_0.2-rm+zomb.1.oe

index 248b31c..205c0f1 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
 SECTION = "net"
 PRIORITY = "optional"
-DEPENDS = "base/zlib libpng"
+DEPENDS = "zlib libpng"
 
 SRC_URI = "http://www.catb.org/~esr/gif2png/gif2png-${PV}.tar.gz"
 
index e7f2bc9..bd1d7aa 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "PNG Library"
 SECTION = "libs"
 PRIORITY = "required"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "base/zlib"
+DEPENDS = "zlib"
 PR = "r1"
 
 PACKAGES =+ "${PN}12 ${PN}12-dev"
index e69de29..c3257b8 100644 (file)
@@ -0,0 +1,18 @@
+DESCRIPTION = "Simple DirectMedia Layer graphic primitives library."
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+DEPENDS = "zlib libpng jpeg virtual/libsdl"
+
+SRC_URI = "http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/SDL_gfx-${PV}.tar.gz"
+S = "${WORKDIR}/SDL_gfx-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-mmx"
+
+do_stage() {
+       oe_libinstall -so libSDL_gfx ${STAGING_LIBDIR}
+       install -m 0644 *.h ${STAGING_INCDIR}/SDL/
+}
+
index d524405..d8325cf 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Simple DirectMedia Layer image library."
 SECTION = "libs"
 PRIORITY = "optional"
 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
-DEPENDS = "base/zlib base/libpng base/jpeg virtual/libsdl"
+DEPENDS = "zlib libpng jpeg virtual/libsdl"
 
 SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
 S = "${WORKDIR}/SDL_image-${PV}"
index c9c55de..883e7d6 100644 (file)
@@ -2,7 +2,7 @@ PR = "r1"
 DESCRIPTION = "An Embeddable SQL Database Engine"
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "base/readline base/ncurses"
+DEPENDS = "readline ncurses"
 
 PACKAGES =+ "sqlite-bin"
 
index 8b2ef8a..0c9d0ef 100644 (file)
@@ -9,3 +9,5 @@ SRC_URI = "http://www.stunnel.org/download/stunnel/src/stunnel-${PV}.tar.gz \
 S = "${WORKDIR}/stunnel-${PV}"
 
 inherit autotools 
+
+EXTRA_OECONF = "--with-ssl=${STAGING_LIBDIR}/.."
index e418194..2adeec5 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "A sophisticated network protocol dumper"
 SECTION = "base"
 PRIORITY = "optional"
-DEPENDS = "base/libpcap-0.8.1"
+DEPENDS = "libpcap-0.8.1"
 
 SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
 
index e69de29..2adeec5 100644 (file)
@@ -0,0 +1,13 @@
+DESCRIPTION = "A sophisticated network protocol dumper"
+SECTION = "base"
+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
+}
index 6354f98..2c2efb2 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "A client for the Cisco3000 VPN Concentrator"
 SECTION = "base"
 PRIORITY = "optional"
 LICENSE = "GPL"
-DEPENDS = "base/libgcrypt"
+DEPENDS = "libgcrypt"
 
 SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \
            file://attribute.patch;patch=1"