diff options
-rw-r--r-- | gif2png/gif2png_2.5.1.oe | 2 | ||||
-rw-r--r-- | libpng/libpng_1.2.5.oe | 2 | ||||
-rw-r--r-- | libsdl/libsdl-gfx_2.0.11.oe | 18 | ||||
-rw-r--r-- | libsdl/libsdl-image_1.2.3.oe | 2 | ||||
-rw-r--r-- | sqlite/sqlite_2.8.9.oe | 2 | ||||
-rw-r--r-- | stunnel/stunnel_4.05.oe | 2 | ||||
-rw-r--r-- | tcpdump/tcpdump_3.8.1.oe | 2 | ||||
-rw-r--r-- | tcpdump/tcpdump_3.8.3.oe | 13 | ||||
-rw-r--r-- | vpnc/vpnc_0.2-rm+zomb.1.oe | 2 |
9 files changed, 39 insertions, 6 deletions
diff --git a/gif2png/gif2png_2.5.1.oe b/gif2png/gif2png_2.5.1.oe index 248b31cd1a..205c0f15a0 100644 --- a/gif2png/gif2png_2.5.1.oe +++ b/gif2png/gif2png_2.5.1.oe @@ -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" diff --git a/libpng/libpng_1.2.5.oe b/libpng/libpng_1.2.5.oe index e7f2bc95cc..bd1d7aae7d 100644 --- a/libpng/libpng_1.2.5.oe +++ b/libpng/libpng_1.2.5.oe @@ -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" diff --git a/libsdl/libsdl-gfx_2.0.11.oe b/libsdl/libsdl-gfx_2.0.11.oe index e69de29bb2..c3257b8996 100644 --- a/libsdl/libsdl-gfx_2.0.11.oe +++ b/libsdl/libsdl-gfx_2.0.11.oe @@ -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/ +} + diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe index d52440507b..d8325cf7da 100644 --- a/libsdl/libsdl-image_1.2.3.oe +++ b/libsdl/libsdl-image_1.2.3.oe @@ -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}" diff --git a/sqlite/sqlite_2.8.9.oe b/sqlite/sqlite_2.8.9.oe index c9c55de4bc..883e7d69e0 100644 --- a/sqlite/sqlite_2.8.9.oe +++ b/sqlite/sqlite_2.8.9.oe @@ -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" diff --git a/stunnel/stunnel_4.05.oe b/stunnel/stunnel_4.05.oe index 8b2ef8a994..0c9d0efba3 100644 --- a/stunnel/stunnel_4.05.oe +++ b/stunnel/stunnel_4.05.oe @@ -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}/.." diff --git a/tcpdump/tcpdump_3.8.1.oe b/tcpdump/tcpdump_3.8.1.oe index e418194ec8..2adeec5ef2 100644 --- a/tcpdump/tcpdump_3.8.1.oe +++ b/tcpdump/tcpdump_3.8.1.oe @@ -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" diff --git a/tcpdump/tcpdump_3.8.3.oe b/tcpdump/tcpdump_3.8.3.oe index e69de29bb2..2adeec5ef2 100644 --- a/tcpdump/tcpdump_3.8.3.oe +++ b/tcpdump/tcpdump_3.8.3.oe @@ -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 +} diff --git a/vpnc/vpnc_0.2-rm+zomb.1.oe b/vpnc/vpnc_0.2-rm+zomb.1.oe index 6354f982a0..2c2efb2db3 100644 --- a/vpnc/vpnc_0.2-rm+zomb.1.oe +++ b/vpnc/vpnc_0.2-rm+zomb.1.oe @@ -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" |