diff options
509 files changed, 2105 insertions, 449 deletions
diff --git a/aalib/aalib_1.4rc5.oe b/aalib/aalib_1.4rc5.oe index b259b63f31..d871ab0eed 100644 --- a/aalib/aalib_1.4rc5.oe +++ b/aalib/aalib_1.4rc5.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "An ASCII art gfx library." SRC_URI = "${SOURCEFORGE_MIRROR}/aa-project/aalib-${PV}.tar.gz \ diff --git a/acpid/acpid_1.0.2.oe b/acpid/acpid_1.0.2.oe index 62e22cc73f..41129404b5 100644 --- a/acpid/acpid_1.0.2.oe +++ b/acpid/acpid_1.0.2.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "A daemon for delivering ACPI events." SRC_URI = "${SOURCEFORGE_MIRROR}/acpid/acpid-${PV}.tar.gz \ diff --git a/acpid/acpid_1.0.3.oe b/acpid/acpid_1.0.3.oe index 62e22cc73f..41129404b5 100644 --- a/acpid/acpid_1.0.3.oe +++ b/acpid/acpid_1.0.3.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "A daemon for delivering ACPI events." SRC_URI = "${SOURCEFORGE_MIRROR}/acpid/acpid-${PV}.tar.gz \ diff --git a/adns/adns_1.0.oe b/adns/adns_1.0.oe index 0dc674493c..b7f46bb908 100644 --- a/adns/adns_1.0.oe +++ b/adns/adns_1.0.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "An advanced alternative, asynchronous resolver." SRC_URI = "ftp://ftp.gnu.org/gnu/adns/adns-${PV}.tar.gz \ diff --git a/alsa-lib/alsa-lib_1.0.4.oe b/alsa-lib/alsa-lib_1.0.4.oe index 3c863006f8..446079d227 100644 --- a/alsa-lib/alsa-lib_1.0.4.oe +++ b/alsa-lib/alsa-lib_1.0.4.oe @@ -1,7 +1,6 @@ DESCRIPTION = "Alsa sound library" MAINTAINER = "Lorn Potter <lpotter@trolltech.com>" LICENSE = "GPL" -DEPENDS = "virtual/libc" FILES_alsa-lib_append = " ${datadir}/alsa" SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2" diff --git a/alsa-oss/alsa-oss_1.0.4.oe b/alsa-oss/alsa-oss_1.0.4.oe index bb52ddc38f..7bdacf316f 100644 --- a/alsa-oss/alsa-oss_1.0.4.oe +++ b/alsa-oss/alsa-oss_1.0.4.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Alsa OSS Compatibility Package" MAINTAINER = "Lorn Potter <lpotter@trolltech.com>" LICENSE = "GPL" -DEPENDS = "virtual/libc alsa-lib" +DEPENDS = "alsa-lib" SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \ file://configure.patch;patch=1 \ diff --git a/alsa-utils/alsa-utils_1.0.4.oe b/alsa-utils/alsa-utils_1.0.4.oe index 40eec280db..ff1c1d9ce5 100644 --- a/alsa-utils/alsa-utils_1.0.4.oe +++ b/alsa-utils/alsa-utils_1.0.4.oe @@ -1,7 +1,6 @@ DESCRIPTION = "Alsa Utilities" MAINTAINER = "Lorn Potter <lpotter@trolltech.com>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ file://autotools.patch;patch=1 \ diff --git a/apache/apache_2.0.48.oe b/apache/apache_2.0.48.oe index b47baa14fa..3be8123ef7 100644 --- a/apache/apache_2.0.48.oe +++ b/apache/apache_2.0.48.oe @@ -1,5 +1,5 @@ SECTION = "net" -DEPENDS = "virtual/libc expat openssl" +DEPENDS = "expat openssl" DESCRIPTION = "A high performance Unix-based HTTP server." SRC_URI = "http://ftp.epix.net/apache/httpd/httpd-${PV}.tar.gz \ diff --git a/apmd/apmd_3.2.2.oe b/apmd/apmd_3.2.2.oe index e69de29bb2..d2abf40f67 100644 --- a/apmd/apmd_3.2.2.oe +++ b/apmd/apmd_3.2.2.oe @@ -0,0 +1,56 @@ +SECTION = "base" +PRIORITY = "required" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "libtool-cross" +DESCRIPTION = "Set of tools for managing notebook power consumption." + +SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz; \ + file://debian.patch;patch=1 \ + file://workaround.patch;patch=1 \ + file://apmwrapper \ + file://init \ + file://default \ + file://apmd_proxy \ + file://apmd_proxy.conf" + +S = "${WORKDIR}/apmd-${PV}.orig" + +inherit update-rc.d + +INITSCRIPT_NAME = "apmd" +INITSCRIPT_PARAMS = "defaults" + +do_compile() { + oe_runmake "LIBTOOL=${STAGING_BINDIR}/${TARGET_PREFIX}libtool" apm apmd +} + +do_stage() { + oe_libinstall -so libapm ${STAGING_LIBDIR} +} + +do_install() { + + install -d ${D}/${sysconfdir} + install -d ${D}/${sysconfdir}/apm + install -d ${D}/${sysconfdir}/apm/event.d + install -d ${D}/${sysconfdir}/apm/other.d + install -d ${D}/${sysconfdir}/apm/suspend.d + install -d ${D}/${sysconfdir}/apm/resume.d + install -d ${D}/${sysconfdir}/apm/scripts.d + install -d ${D}/${sysconfdir}/default + install -d ${D}/${sysconfdir}/init.d + install -d ${D}/${sbindir} + install -d ${D}/${bindir} + install -d ${D}/${libdir} + install -d ${D}/${datadir}/apmd + install -m 4755 ${S}/.libs/apm ${D}/${bindir}/apm.orig + install -m 0755 ${WORKDIR}/apmwrapper ${D}/${bindir}/apm + install -m 0755 ${S}/.libs/apmd ${D}/${sbindir}/apmd + install -m 0755 ${WORKDIR}/apmd_proxy ${D}/${sysconfdir}/apm/ + install -m 0644 ${WORKDIR}/apmd_proxy.conf ${D}/${datadir}/apmd/ + install -m 0644 ${WORKDIR}/default ${D}/${sysconfdir}/default/apmd + oe_libinstall -so libapm ${D}/${libdir} + + cat ${WORKDIR}/init | sed -e 's,/usr/sbin,${sbindir},g; s,/etc,${sysconfdir},g;' > ${D}/${sysconfdir}/init.d/apmd + chmod 755 ${D}/${sysconfdir}/init.d/apmd +} diff --git a/appweb/appweb_1.0.0.oe b/appweb/appweb_1.0.0.oe index 8bdcfd4db0..f5d86adceb 100644 --- a/appweb/appweb_1.0.0.oe +++ b/appweb/appweb_1.0.0.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." SRC_URI = "http://www.mbedthis.com/software/appWeb-${PV}.LINUX-i386.self.tar.gz" diff --git a/appweb/appweb_1.0.1.oe b/appweb/appweb_1.0.1.oe index c11fb652b5..7ac09790bb 100644 --- a/appweb/appweb_1.0.1.oe +++ b/appweb/appweb_1.0.1.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." SRC_URI = "http://www.mbedthis.com/software/appWeb-${PV}.LINUX-i386.self.tar.gz" SRC_URI_EXTRA = 'file://${WORKDIR}/appWeb-src-${PV}-5.tar.gz \ diff --git a/appweb/appweb_1.0.2.oe b/appweb/appweb_1.0.2.oe index be86603052..e657ab680c 100644 --- a/appweb/appweb_1.0.2.oe +++ b/appweb/appweb_1.0.2.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." SRC_URI = "http://www.mbedthis.com/software/appWeb-${PV}.LINUX-i386.self.tar.gz" SRC_URI_EXTRA = 'file://${WORKDIR}/appWeb-src-${PV}-12.tar.gz \ diff --git a/at/at_3.1.8.oe b/at/at_3.1.8.oe index bbf42f4150..170cd636e7 100644 --- a/at/at_3.1.8.oe +++ b/at/at_3.1.8.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc flex" +DEPENDS = "flex" DESCRIPTION = "Delayed job execution and batch processing." SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}-11.tar.gz \ diff --git a/atk/atk_1.2.0.oe b/atk/atk_1.2.0.oe index ce017dfe6e..d0343213e6 100644 --- a/atk/atk_1.2.0.oe +++ b/atk/atk_1.2.0.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc glib-2.0" +DEPENDS = "glib-2.0" DESCRIPTION = "An accessibility toolkit for GNOME." SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/atk/1.2/atk-${PV}.tar.bz2 \ diff --git a/atk/atk_1.6.0.oe b/atk/atk_1.6.0.oe index ef7ed7e203..aa94a8b157 100644 --- a/atk/atk_1.6.0.oe +++ b/atk/atk_1.6.0.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc glib-2.0" +DEPENDS = "glib-2.0" DESCRIPTION = "An accessibility toolkit for GNOME." SECTION = "libs" PRIORITY = "optional" diff --git a/audiofile/audiofile_0.2.6.oe b/audiofile/audiofile_0.2.6.oe index f993d82d77..ce47399323 100644 --- a/audiofile/audiofile_0.2.6.oe +++ b/audiofile/audiofile_0.2.6.oe @@ -1,6 +1,5 @@ PR = "r1" SECTION = "libs" -DEPENDS = "virtual/libc" LICENSE = "LGPL GPL" DESCRIPTION = "The Audio File Library provides a uniform and elegant \ API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \ diff --git a/aumix/aumix_2.8.oe b/aumix/aumix_2.8.oe index d4b5fb0259..fadd3c65d6 100644 --- a/aumix/aumix_2.8.oe +++ b/aumix/aumix_2.8.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "A mixer for the terminal or X11, with mouse support." SRC_URI = "http://jpj.net/~trevor/aumix/aumix-${PV}.tar.bz2 \ diff --git a/autoconf/autoconf-2.59/sizeof_types.patch b/autoconf/autoconf-2.59/sizeof_types.patch index e69de29bb2..1203a82c64 100644 --- a/autoconf/autoconf-2.59/sizeof_types.patch +++ b/autoconf/autoconf-2.59/sizeof_types.patch @@ -0,0 +1,59 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- autoconf-2.59/lib/autoconf/types.m4~sizeof_types.patch 2003-05-22 08:05:14.000000000 -0400 ++++ autoconf-2.59/lib/autoconf/types.m4 2004-05-29 01:31:24.828295015 -0400 +@@ -380,32 +380,38 @@ + # Generic checks. # + # ---------------- # + ++AC_DEFUN([AC_PROG_SIZE], ++[ ++ AC_CHECK_TOOL(SIZE, size, :) ++]) + + # AC_CHECK_SIZEOF(TYPE, [IGNORED], [INCLUDES = DEFAULT-INCLUDES]) + # --------------------------------------------------------------- + AC_DEFUN([AC_CHECK_SIZEOF], +-[AS_LITERAL_IF([$1], [], ++[AC_REQUIRE([AC_PROG_SIZE]) ++AC_REQUIRE([AC_PROG_AWK]) ++ AS_LITERAL_IF([$1], [], + [AC_FATAL([$0: requires literal arguments])])dnl + AC_CHECK_TYPE([$1], [], [], [$3]) + AC_CACHE_CHECK([size of $1], AS_TR_SH([ac_cv_sizeof_$1]), +-[if test "$AS_TR_SH([ac_cv_type_$1])" = yes; then +- # The cast to unsigned long works around a bug in the HP C Compiler +- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +- # This bug is HP SR number 8606223364. +- _AC_COMPUTE_INT([(long) (sizeof ($1))], +- [AS_TR_SH([ac_cv_sizeof_$1])], +- [AC_INCLUDES_DEFAULT([$3])], +- [AC_MSG_FAILURE([cannot compute sizeof ($1), 77])]) ++[ ++if test "$AS_TR_SH([ac_cv_type_$1])" = yes; then ++AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], ++ [static const $1 x[[256]];])], ++ [ ++ AS_TR_SH([ac_cv_sizeof_$1])=`$SIZE conftest.$ac_objext | tail -n 1 | $AWK '{print [$]3/256}'` ++ ], ++ [ ++ AS_TR_SH([ac_cv_sizeof_$1])=0 ++ ]) + else + AS_TR_SH([ac_cv_sizeof_$1])=0 +-fi])dnl ++fi ++])dnl + AC_DEFINE_UNQUOTED(AS_TR_CPP(sizeof_$1), $AS_TR_SH([ac_cv_sizeof_$1]), + [The size of a `$1', as computed by sizeof.]) + ])# AC_CHECK_SIZEOF + +- +- + # ---------------- # + # Generic checks. # + # ---------------- # diff --git a/autofs/autofs_3.1.7.oe b/autofs/autofs_3.1.7.oe index 4b1168a761..865c0263c5 100644 --- a/autofs/autofs_3.1.7.oe +++ b/autofs/autofs_3.1.7.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Kernel based automounter for linux." SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v3/autofs-${PV}.tar.bz2" diff --git a/autofs/autofs_4.0.0.oe b/autofs/autofs_4.0.0.oe index c9add52a1a..30267cc96f 100644 --- a/autofs/autofs_4.0.0.oe +++ b/autofs/autofs_4.0.0.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Kernel based automounter for linux." SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-${PV}-1.tar.bz2" diff --git a/base-passwd/base-passwd_3.5.7.oe b/base-passwd/base-passwd_3.5.7.oe index 3a5f33561c..7d65767f52 100644 --- a/base-passwd/base-passwd_3.5.7.oe +++ b/base-passwd/base-passwd_3.5.7.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Base System Password/Group Files." SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ diff --git a/bash/bash_2.05b.oe b/bash/bash_2.05b.oe index 8f3b45340b..4530fbebb1 100644 --- a/bash/bash_2.05b.oe +++ b/bash/bash_2.05b.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "An sh-compatible command language interpreter." SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \ diff --git a/bc/bc_1.06.oe b/bc/bc_1.06.oe index 8aed991739..28a445de4e 100644 --- a/bc/bc_1.06.oe +++ b/bc/bc_1.06.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "An arbitrary precision calculator language." SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz" diff --git a/bison/bison_1.875.oe b/bison/bison_1.875.oe index ba52de8e64..fca2973757 100644 --- a/bison/bison_1.875.oe +++ b/bison/bison_1.875.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "GNU Project parser generator (yacc replacement)." SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.bz2 \ diff --git a/bluez-hcidump/bluez-hcidump_1.5.oe b/bluez-hcidump/bluez-hcidump_1.5.oe index 0fe3b30810..2f668b9827 100644 --- a/bluez-hcidump/bluez-hcidump_1.5.oe +++ b/bluez-hcidump/bluez-hcidump_1.5.oe @@ -1,7 +1,7 @@ SECTION = "libs" PRIORITY = "optional" SECTION = "libs" -DEPENDS = "virtual/libc virtual/libbluetooth" +DEPENDS = "virtual/libbluetooth" DESCRIPTION = "Analyses Bluetooth HCI packets." SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz \ diff --git a/bluez-libs/bluez-libs_2.4.oe b/bluez-libs/bluez-libs_2.4.oe index 16bb0c9cf6..44a24815ce 100644 --- a/bluez-libs/bluez-libs_2.4.oe +++ b/bluez-libs/bluez-libs_2.4.oe @@ -1,7 +1,6 @@ SECTION = "libs" PRIORITY = "optional" SECTION = "libs" -DEPENDS = "virtual/libc" PROVIDES = "virtual/libbluetooth" DESCRIPTION = "Linux Bluetooth Stack Libaries." diff --git a/bluez-pan/bluez-pan_1.1.oe b/bluez-pan/bluez-pan_1.1.oe index d61cbc803c..e36bffc62e 100644 --- a/bluez-pan/bluez-pan_1.1.oe +++ b/bluez-pan/bluez-pan_1.1.oe @@ -1,7 +1,7 @@ SECTION = "libs" PRIORITY = "optional" SECTION = "libs" -DEPENDS = "virtual/libc virtual/libbluetooth virtual/libsdp" +DEPENDS = "virtual/libbluetooth virtual/libsdp" DESCRIPTION = "Personal area networking for Bluetooth devices." SRC_URI = "http://bluez.sourceforge.net/download/bluez-pan-${PV}.tar.gz" diff --git a/bluez-sdp/bluez-sdp_1.5.oe b/bluez-sdp/bluez-sdp_1.5.oe index 7bd48be153..b51343d1bc 100644 --- a/bluez-sdp/bluez-sdp_1.5.oe +++ b/bluez-sdp/bluez-sdp_1.5.oe @@ -1,7 +1,7 @@ SECTION = "libs" PRIORITY = "optional" SECTION = "libs" -DEPENDS = "virtual/libc virtual/libbluetooth" +DEPENDS = "virtual/libbluetooth" PROVIDES = "virtual/libsdp" DESCRIPTION = "BlueZ Bluetooth SDP daemon and tool." diff --git a/bluez-utils/bluez-utils_2.3.oe b/bluez-utils/bluez-utils_2.3.oe index 457d2cd525..520369580b 100644 --- a/bluez-utils/bluez-utils_2.3.oe +++ b/bluez-utils/bluez-utils_2.3.oe @@ -1,7 +1,7 @@ SECTION = "libs" PRIORITY = "optional" SECTION = "libs" -DEPENDS = "virtual/libc virtual/libbluetooth" +DEPENDS = "virtual/libbluetooth" DESCRIPTION = "Utilities for controlling Bluetooth devices." SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \ diff --git a/bochs/bochs_2.1.oe b/bochs/bochs_2.1.oe index 024335df39..74274049e4 100644 --- a/bochs/bochs_2.1.oe +++ b/bochs/bochs_2.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "x86 Emulator based on SDL" SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc libsdl-qpe" +DEPENDS = "libsdl-qpe" SRC_URI = "${SOURCEFORGE_MIRROR}/bochs/bochs-${PV}.tar.gz \ file://compile.patch;patch=1" diff --git a/bootmenu/bootmenu_0.6.oe b/bootmenu/bootmenu_0.6.oe index d711613acc..e9e734c397 100644 --- a/bootmenu/bootmenu_0.6.oe +++ b/bootmenu/bootmenu_0.6.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Pluginable bootup menu." SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz \ diff --git a/bootmenu/bootmenu_0.7.oe b/bootmenu/bootmenu_0.7.oe index 8d8e10f601..c0a320c805 100644 --- a/bootmenu/bootmenu_0.7.oe +++ b/bootmenu/bootmenu_0.7.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Pluginable bootup menu." SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz" diff --git a/brickout/brickout_2002.06.09.oe b/brickout/brickout_2002.06.09.oe index e6424a5512..8b28ea1dd5 100644 --- a/brickout/brickout_2002.06.09.oe +++ b/brickout/brickout_2002.06.09.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl" +DEPENDS = "virtual/libqpe virtual/libsdl" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/brickout/src/brickout-${PV}.tar.gz \ file://directories.patch;patch=1" diff --git a/busybox/busybox_1.00-pre10.oe b/busybox/busybox_1.00-pre10.oe index fbbea6f13e..28426373eb 100644 --- a/busybox/busybox_1.00-pre10.oe +++ b/busybox/busybox_1.00-pre10.oe @@ -1,6 +1,5 @@ PR = "r2" LICENSE = "GPL" -DEPENDS = "virtual/libc" DESCRIPTION = "BusyBox version ${PV}. \ BusyBox combines tiny versions of many common UNIX utilities into a single \ small executable. It provides minimalist replacements for most of the \ diff --git a/bvi/bvi_1.3.1.oe b/bvi/bvi_1.3.1.oe index e08117b5b8..728d532be1 100644 --- a/bvi/bvi_1.3.1.oe +++ b/bvi/bvi_1.3.1.oe @@ -1,6 +1,6 @@ HOMEPAGE = "http://bvi.sourceforge.net/" DESCRIPTION = "binary vi (binary file editor)" -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.src.tar.gz \ file://configure.patch;patch=1 \ diff --git a/bzip2/bzip2_1.0.2.oe b/bzip2/bzip2_1.0.2.oe index d6aed27454..7de4543692 100644 --- a/bzip2/bzip2_1.0.2.oe +++ b/bzip2/bzip2_1.0.2.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Very high-quality data compression program." SRC_URI = "ftp://sources.redhat.com/pub/bzip2/v102/bzip2-${PV}.tar.gz \ diff --git a/c-ares/c-ares_1.1.0.oe b/c-ares/c-ares_1.1.0.oe index 917f03a0c9..6962afd36c 100644 --- a/c-ares/c-ares_1.1.0.oe +++ b/c-ares/c-ares_1.1.0.oe @@ -1,5 +1,4 @@ DESCRIPTION = "c-ares is a C library that resolves names asynchronously." -DEPENDS = "virtual/libc" SRC_URI = "http://daniel.haxx.se/projects/c-ares/c-ares-${PV}.tar.gz" S = "${WORKDIR}/c-ares-${PV}" diff --git a/cairo/cairo-cvs.oe b/cairo/cairo-cvs.oe index 203e17162e..317ae39f08 100644 --- a/cairo/cairo-cvs.oe +++ b/cairo/cairo-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" -DEPENDS = "virtual/libc x11 libpixman" +DEPENDS = "x11 libpixman" DESCRIPTION = "Cairo graphics library" PROVIDES = "cairo" diff --git a/ccache/ccache_2.3.oe b/ccache/ccache_2.3.oe index b0993020f3..38e1e629f9 100644 --- a/ccache/ccache_2.3.oe +++ b/ccache/ccache_2.3.oe @@ -1,6 +1,5 @@ HOMEPAGE = "http:/ccache.samba.org" DESCRIPTION = "compiler cache" -DEPENDS = "virtual/libc" SRC_URI = "http://ccache.samba.org/ftp/ccache/ccache-${PV}.tar.gz" diff --git a/centericq/centericq_4.9.10.oe b/centericq/centericq_4.9.10.oe index f9f087e8d7..ceecdb7807 100644 --- a/centericq/centericq_4.9.10.oe +++ b/centericq/centericq_4.9.10.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc openssl ncurses" +DEPENDS = "openssl ncurses" DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \ AIM, IRC, Jabber and LiveJournal" diff --git a/centericq/centericq_4.9.7.oe b/centericq/centericq_4.9.7.oe index c76de537c1..bc00763330 100644 --- a/centericq/centericq_4.9.7.oe +++ b/centericq/centericq_4.9.7.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc openssl ncurses" +DEPENDS = "openssl ncurses" DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \ AIM, IRC, Jabber and LiveJournal" diff --git a/cflow/cflow_2.0.oe b/cflow/cflow_2.0.oe index fb9ee09d8c..04a5bbf4e3 100644 --- a/cflow/cflow_2.0.oe +++ b/cflow/cflow_2.0.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Utility for viewing function call flow." SRC_URI = "http://www.ibiblio.org/pub/Linux/devel/lang/c/cflow-${PV}.tar.gz \ diff --git a/changedfiles/changedfiles-daemon_1.0-rc1.oe b/changedfiles/changedfiles-daemon_1.0-rc1.oe index 3c0ef82881..4196c08d7f 100644 --- a/changedfiles/changedfiles-daemon_1.0-rc1.oe +++ b/changedfiles/changedfiles-daemon_1.0-rc1.oe @@ -4,7 +4,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc fget" +DEPENDS = "fget" RDEPENDS = "fget" SRC_URI = "http://www.bangstate.com/changedfiles-${PV}.tar.gz" diff --git a/ckermit/ckermit_209.oe b/ckermit/ckermit_209.oe index 183e0ab138..c6884f298d 100644 --- a/ckermit/ckermit_209.oe +++ b/ckermit/ckermit_209.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "C-Kermit is a combined serial and network communication \ software package offering a consistent, medium-independent, \ cross-platform approach to connection establishment, terminal \ diff --git a/clucene/clucene_0.8.9.oe b/clucene/clucene_0.8.9.oe index 442973ad65..362bea35e1 100644 --- a/clucene/clucene_0.8.9.oe +++ b/clucene/clucene_0.8.9.oe @@ -1,7 +1,6 @@ DESCRIPTION = "CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java." SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/clucene/clucene-${PV}-src.tar.gz" S = "${WORKDIR}/" diff --git a/comprec/comprec_0.01.oe b/comprec/comprec_0.01.oe index 3c2e45e8fc..bf9c898066 100644 --- a/comprec/comprec_0.01.oe +++ b/comprec/comprec_0.01.oe @@ -3,7 +3,6 @@ HOMEPAGE = "http://unimut.fsk.uni-heidelberg.de/demi/comprec/index.html" SECTION = "base" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://unimut.fsk.uni-heidelberg.de/demi/comprec/comprec-${PV}.tar.gz \ file://makefile.patch;patch=1" diff --git a/comprec/comprec_0.02.oe b/comprec/comprec_0.02.oe index 3c2e45e8fc..bf9c898066 100644 --- a/comprec/comprec_0.02.oe +++ b/comprec/comprec_0.02.oe @@ -3,7 +3,6 @@ HOMEPAGE = "http://unimut.fsk.uni-heidelberg.de/demi/comprec/index.html" SECTION = "base" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://unimut.fsk.uni-heidelberg.de/demi/comprec/comprec-${PV}.tar.gz \ file://makefile.patch;patch=1" diff --git a/conserver/conserver_8.1.2.oe b/conserver/conserver_8.1.2.oe index 7b28563db0..d8fe7070aa 100644 --- a/conserver/conserver_8.1.2.oe +++ b/conserver/conserver_8.1.2.oe @@ -1,6 +1,5 @@ DESCRIPTION = "Conserver provides remote access to serial port \ consoles and logs all data to a central host." -DEPENDS = "virtual/libc" SRC_URI = "http://www.conserver.com/conserver-${PV}.tar.gz" diff --git a/console-tools/console-tools_0.3.2.oe b/console-tools/console-tools_0.3.2.oe index 17589532e1..35a29c7408 100644 --- a/console-tools/console-tools_0.3.2.oe +++ b/console-tools/console-tools_0.3.2.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Allows you to set-up and manipulate the Linux console." SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \ diff --git a/coreutils/coreutils_5.0.oe b/coreutils/coreutils_5.0.oe index ff314f8311..c959064ddf 100644 --- a/coreutils/coreutils_5.0.oe +++ b/coreutils/coreutils_5.0.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "A collection of core GNU utilities." SRC_URI = "${GNU_MIRROR}/coreutils/coreutils-${PV}.tar.gz \ diff --git a/coreutils/coreutils_5.1.1.oe b/coreutils/coreutils_5.1.1.oe index ab939f0824..21485b5e27 100644 --- a/coreutils/coreutils_5.1.1.oe +++ b/coreutils/coreutils_5.1.1.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "A collection of core GNU utilities." SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2" diff --git a/coreutils/coreutils_5.1.3.oe b/coreutils/coreutils_5.1.3.oe index d599a8de75..40d1dea198 100644 --- a/coreutils/coreutils_5.1.3.oe +++ b/coreutils/coreutils_5.1.3.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "A collection of core GNU utilities." SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \ diff --git a/cpufreqd/cpufreqd_1.1.2.oe b/cpufreqd/cpufreqd_1.1.2.oe index feae76afc3..1a92d19755 100644 --- a/cpufreqd/cpufreqd_1.1.2.oe +++ b/cpufreqd/cpufreqd_1.1.2.oe @@ -2,7 +2,6 @@ DESCRIPTION = "cpufreqd is meant to be a replacement of the speedstep \ applet you can find in Windows. It monitors battery level, CPU usage, \ AC state, and running programs and adjusts the frequency governor \ according to a set of rules specified in the config file." -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/cpufreqd/cpufreqd-${PV}.tar.gz \ file://nonrootinstall.patch;patch=1" diff --git a/cron/cron_3.0pl1.oe b/cron/cron_3.0pl1.oe index bbebf20200..7dd6b9954b 100644 --- a/cron/cron_3.0pl1.oe +++ b/cron/cron_3.0pl1.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Vixie cron." SRC_URI = "http://ibiblio.org/pub/Linux/system/daemons/cron/cron${PV}.tar.gz \ diff --git a/cscope/cscope_15.5.oe b/cscope/cscope_15.5.oe index e906ba9e2c..d98caab7d8 100644 --- a/cscope/cscope_15.5.oe +++ b/cscope/cscope_15.5.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "A text screen-based source browser." SRC_URI = "${SOURCEFORGE_MIRROR}/cscope/cscope-${PV}.tar.gz" diff --git a/cumulus/cumulus_1.1.oe b/cumulus/cumulus_1.1.oe index 709aaa7285..45ca327063 100644 --- a/cumulus/cumulus_1.1.oe +++ b/cumulus/cumulus_1.1.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe" +DEPENDS = "virtual/libqpe" SRC_URI = "http://cumulus.kflog.org/download/src/cumulus-${PV}.src.tar.bz2 \ file://qtooltip.patch;patch=1" diff --git a/cups/cups_1.1.19.oe b/cups/cups_1.1.19.oe index 1210d727b8..511bfdc53c 100644 --- a/cups/cups_1.1.19.oe +++ b/cups/cups_1.1.19.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc openssl jpeg libpng zlib" +DEPENDS = "openssl jpeg libpng zlib" DESCRIPTION = "An Internet printing system for Unix." SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2" diff --git a/cups/cups_1.1.20.oe b/cups/cups_1.1.20.oe index 1210d727b8..511bfdc53c 100644 --- a/cups/cups_1.1.20.oe +++ b/cups/cups_1.1.20.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc openssl jpeg libpng zlib" +DEPENDS = "openssl jpeg libpng zlib" DESCRIPTION = "An Internet printing system for Unix." SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2" diff --git a/curl/curl_7.10.8.oe b/curl/curl_7.10.8.oe index e3340f450e..bac29ec9be 100644 --- a/curl/curl_7.10.8.oe +++ b/curl/curl_7.10.8.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc zlib" +DEPENDS = "zlib" DESCRIPTION = "Command line tool and library for \ client-side URL transfers." diff --git a/curl/curl_7.11.0.oe b/curl/curl_7.11.0.oe index 9de384cf82..f1a536eb09 100644 --- a/curl/curl_7.11.0.oe +++ b/curl/curl_7.11.0.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc zlib" +DEPENDS = "zlib" DESCRIPTION = "Command line tool and library for \ client-side URL transfers." diff --git a/cvs/cvs_1.11.14.oe b/cvs/cvs_1.11.14.oe index 97fff5a144..9dcc5bfbc8 100644 --- a/cvs/cvs_1.11.14.oe +++ b/cvs/cvs_1.11.14.oe @@ -1,7 +1,6 @@ DESCRIPTION = "The Concurrent Versioning System (cvs) client - Stable Version" SECTION = "net" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "http://www.cvshome.org/files/19/10/cvs-${PV}.tar.bz2" diff --git a/cyrus-sasl/cyrus-sasl_2.1.17.oe b/cyrus-sasl/cyrus-sasl_2.1.17.oe index a2c8018587..d0cd2aeb23 100644 --- a/cyrus-sasl/cyrus-sasl_2.1.17.oe +++ b/cyrus-sasl/cyrus-sasl_2.1.17.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc db3" +DEPENDS = "db3" DESCRIPTION = "Generic client/server library for SASL authentication." SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${PV}.tar.gz \ diff --git a/cyrus-sasl/cyrus-sasl_2.1.18.oe b/cyrus-sasl/cyrus-sasl_2.1.18.oe index dde073051e..a65e4038a0 100644 --- a/cyrus-sasl/cyrus-sasl_2.1.18.oe +++ b/cyrus-sasl/cyrus-sasl_2.1.18.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc db3" +DEPENDS = "db3" DESCRIPTION = "Generic client/server library for SASL authentication." SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${PV}.tar.gz" diff --git a/db/db3_3.2.9.oe b/db/db3_3.2.9.oe index 75f90ac442..e3db7bd1a9 100644 --- a/db/db3_3.2.9.oe +++ b/db/db3_3.2.9.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Berkeley DB v3." SRC_URI = "http://www.sleepycat.com/update/snapshot/db-${PV}.tar.gz" diff --git a/dbus/dbus_0.20.oe b/dbus/dbus_0.20.oe index adff083dcc..afdc3dcd42 100644 --- a/dbus/dbus_0.20.oe +++ b/dbus/dbus_0.20.oe @@ -1,6 +1,6 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" -DEPENDS = "virtual/libc expat glib-2.0" +DEPENDS = "expat glib-2.0" SRC_URI = "http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \ file://cross.patch;patch=1" diff --git a/dbus/dbus_0.21.oe b/dbus/dbus_0.21.oe index adff083dcc..afdc3dcd42 100644 --- a/dbus/dbus_0.21.oe +++ b/dbus/dbus_0.21.oe @@ -1,6 +1,6 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" -DEPENDS = "virtual/libc expat glib-2.0" +DEPENDS = "expat glib-2.0" SRC_URI = "http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \ file://cross.patch;patch=1" diff --git a/dcron/dcron_2.3.3.oe b/dcron/dcron_2.3.3.oe index 317a8988b4..7a3f0563b1 100644 --- a/dcron/dcron_2.3.3.oe +++ b/dcron/dcron_2.3.3.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Dillon's Cron is a multi-user cron written from scratch, \ similar to vixie-cron but with major differences." diff --git a/debianutils/debianutils_2.8.1.oe b/debianutils/debianutils_2.8.1.oe index e69de29bb2..dc28f28c03 100644 --- a/debianutils/debianutils_2.8.1.oe +++ b/debianutils/debianutils_2.8.1.oe @@ -0,0 +1,5 @@ +DESCRIPTION = "Miscellaneous utilities specific to Debian" + +SRC_URI = "${DEBIAN_MIRROR}/main/d/${PN}/${PN}_${PV}.tar.gz" + +inherit autotools diff --git a/desktop-file-utils/desktop-file-utils_0.3.oe b/desktop-file-utils/desktop-file-utils_0.3.oe index 2164a5b63e..cf12554d0f 100644 --- a/desktop-file-utils/desktop-file-utils_0.3.oe +++ b/desktop-file-utils/desktop-file-utils_0.3.oe @@ -1,6 +1,6 @@ HOMEPAGE = "http://www.freedesktop.org/Software/desktop-file-utils" DESCRIPTION = "command line utilities to work with *.desktop files" -DEPENDS = "virtual/libc popt glib-2.0" +DEPENDS = "popt glib-2.0" SRC_URI = "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz \ file://m4.patch;patch=1" diff --git a/desktop-file-utils/desktop-file-utils_0.6.oe b/desktop-file-utils/desktop-file-utils_0.6.oe index e69de29bb2..a79edeb094 100644 --- a/desktop-file-utils/desktop-file-utils_0.6.oe +++ b/desktop-file-utils/desktop-file-utils_0.6.oe @@ -0,0 +1,7 @@ +HOMEPAGE = "http://www.freedesktop.org/Software/desktop-file-utils" +DESCRIPTION = "command line utilities to work with *.desktop files" +DEPENDS = "popt glib-2.0 gnome-vfs" + +SRC_URI = "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz" + +inherit autotools diff --git a/devlabel/devlabel_0.45.01.oe b/devlabel/devlabel_0.45.01.oe index 44c91c3fcc..98de025938 100644 --- a/devlabel/devlabel_0.45.01.oe +++ b/devlabel/devlabel_0.45.01.oe @@ -1,6 +1,6 @@ HOMEPAGE = "http://linux.dell.com/devlabel/devlabel.html" DESCRIPTION = "tool for user-define static device labels" -DEPENDS = "virtual/libc e2fsprogs-libs" +DEPENDS = "e2fsprogs-libs" SRC_URI = "http://linux.dell.com/devlabel/permalink/devlabel-${PV}.tar.gz" diff --git a/dhclient/dhclient_2.0pl5.oe b/dhclient/dhclient_2.0pl5.oe index 8d95754b39..530d6c8a79 100644 --- a/dhclient/dhclient_2.0pl5.oe +++ b/dhclient/dhclient_2.0pl5.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "ISC DHCP Distribution (client and server)." SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-${PV}.tar.gz \ diff --git a/dhcpcd/dhcpcd_1.3.22-pl4.oe b/dhcpcd/dhcpcd_1.3.22-pl4.oe index c0f6778882..1b5c3d1d49 100644 --- a/dhcpcd/dhcpcd_1.3.22-pl4.oe +++ b/dhcpcd/dhcpcd_1.3.22-pl4.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "dhcpcd is an RFC2131-, RFC2132-, and \ RFC1541-compliant DHCP client daemon. It gets an IP address \ and other information from the DHCP server, automatically \ diff --git a/dialog/dialog_0.9b-20031207.oe b/dialog/dialog_0.9b-20031207.oe index 9fceed91d2..c42c7d0a08 100644 --- a/dialog/dialog_0.9b-20031207.oe +++ b/dialog/dialog_0.9b-20031207.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "Dialog lets you to present a variety of questions \ or display messages using dialog boxes from a shell \ script (or any scripting language)." diff --git a/diethotplug/diethotplug_0.4.oe b/diethotplug/diethotplug_0.4.oe index af74cfa67d..5d5768fd5e 100644 --- a/diethotplug/diethotplug_0.4.oe +++ b/diethotplug/diethotplug_0.4.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "A small, C implementation of hotplug." SRC_URI = "http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/diethotplug-${PV}.tar.gz \ diff --git a/diffutils/diffutils_2.8.1.oe b/diffutils/diffutils_2.8.1.oe index c121ca7a27..2826f11721 100644 --- a/diffutils/diffutils_2.8.1.oe +++ b/diffutils/diffutils_2.8.1.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ sdiff, and cmp utilities. These programs are usually \ used for creating patch files." diff --git a/distcc/distcc_2.11.oe b/distcc/distcc_2.11.oe index 7a1df42443..cf7a9f9fcd 100644 --- a/distcc/distcc_2.11.oe +++ b/distcc/distcc_2.11.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "distcc is a parallel build system that distributes \ compilation of C/C++/ObjC code across machines on a network." diff --git a/dnsmasq/dnsmasq_2.4.oe b/dnsmasq/dnsmasq_2.4.oe index 5d9c2c7a68..b7b98ab344 100644 --- a/dnsmasq/dnsmasq_2.4.oe +++ b/dnsmasq/dnsmasq_2.4.oe @@ -1,7 +1,6 @@ DESCRIPTION = "Dnsmasq is a lightweight, easy to configure \ DNS forwarder and DHCP server." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "virtual/libc" SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/archive/dnsmasq-${PV}.tar.gz" S = "${WORKDIR}/dnsmasq-${PV}" diff --git a/dnsmasq/dnsmasq_2.8.oe b/dnsmasq/dnsmasq_2.8.oe index e69de29bb2..dbc5e03cf4 100644 --- a/dnsmasq/dnsmasq_2.8.oe +++ b/dnsmasq/dnsmasq_2.8.oe @@ -0,0 +1,13 @@ +DESCRIPTION = "Dnsmasq is a lightweight, easy to configure \ +DNS forwarder and DHCP server." +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" + +SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${PV}.tar.gz" +S = "${WORKDIR}/dnsmasq-${PV}" + +do_install () { + oe_runmake "PREFIX=${D}/${prefix}" \ + "BINDIR=${D}/${bindir}" \ + "MANDIR=${D}/${mandir}" \ + install +} diff --git a/dosbox/dosbox_0.61.oe b/dosbox/dosbox_0.61.oe index 585fd2f85e..a3eec01c00 100644 --- a/dosbox/dosbox_0.61.oe +++ b/dosbox/dosbox_0.61.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Dos Emulator based on SDL" SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc libsdl-qpe" +DEPENDS = "libsdl-qpe" SRC_URI = "${SOURCEFORGE_MIRROR}/dosbox/dosbox-${PV}.tar.gz" diff --git a/dosfstools/dosfstools_2.9.oe b/dosfstools/dosfstools_2.9.oe index 66930639d7..758ab04baf 100644 --- a/dosfstools/dosfstools_2.9.oe +++ b/dosfstools/dosfstools_2.9.oe @@ -2,7 +2,6 @@ DESCRIPTION = "DOS FAT Filesystem Utilities" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ file://alignment_hack.patch;patch=1 \ diff --git a/dropbear/dropbear_0.41.oe b/dropbear/dropbear_0.41.oe index 1314e78d37..c19f99fde9 100644 --- a/dropbear/dropbear_0.41.oe +++ b/dropbear/dropbear_0.41.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Dropbear SSH Implementation" LICENSE = "MIT" -DEPENDS = "virtual/libc zlib ncurses" +DEPENDS = "zlib ncurses" PR = "r2" SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ diff --git a/dsniff/dsniff_2.3.oe b/dsniff/dsniff_2.3.oe index f59047feb1..9743959cfe 100644 --- a/dsniff/dsniff_2.3.oe +++ b/dsniff/dsniff_2.3.oe @@ -1,6 +1,6 @@ DESCRIPTION = "dsniff is a collection of tools for network auditing and penetration testing." -DEPENDS = "virtual/libc db3 libpcap libnet libnids openssl" +DEPENDS = "db3 libpcap libnet libnids openssl" SRC_URI = "http://www.monkey.org/~dugsong/dsniff/dsniff-${PV}.tar.gz \ file://configure.patch;patch=1" diff --git a/dviviewer/dviviewer_1.0.2.oe b/dviviewer/dviviewer_1.0.2.oe index e69de29bb2..2dd84d7377 100644 --- a/dviviewer/dviviewer_1.0.2.oe +++ b/dviviewer/dviviewer_1.0.2.oe @@ -0,0 +1,19 @@ +DESCRIPTION = "DVI Viewer for Opie/Qtopia" +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPL" + +SRC_URI = "http://www013.upp.so-net.ne.jp/hn43o/dviviewer/dviviewer-${PV}.tar.gz" +S = "${WORKDIR}/dviviewer" + +inherit palmtop + +do_install() { + install -d ${D}/${palmtopdir}/bin \ + ${D}/${palmtopdir}/apps/Applications \ + ${D}/${palmtopdir}/pics + install -D -m 755 dviviewer ${D}/${palmtopdir}/bin/dviviewer + install -D -m 644 dviviewer.desktop ${D}/${palmtopdir}/Applications/dviviewer.desktop + install -d ${D}/${palmtopdir}/pics + cp -a *.png ${D}/${palmtopdir}/pics/ +} diff --git a/e2fsprogs-libs/e2fsprogs-libs_1.33.oe b/e2fsprogs-libs/e2fsprogs-libs_1.33.oe index 865589a69c..f47a3ab331 100644 --- a/e2fsprogs-libs/e2fsprogs-libs_1.33.oe +++ b/e2fsprogs-libs/e2fsprogs-libs_1.33.oe @@ -2,7 +2,7 @@ DESCRIPTION = "EXT2 Filesystem Utilities" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc " +DEPENDS = "" FILES_e2fsprogs-libs-dev_append = " ${datadir}/et ${datadir}/ss" SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-libs-${PV}.tar.gz \ diff --git a/e2fsprogs-libs/e2fsprogs-libs_1.34.oe b/e2fsprogs-libs/e2fsprogs-libs_1.34.oe index e35d044626..be5b4a1cf6 100644 --- a/e2fsprogs-libs/e2fsprogs-libs_1.34.oe +++ b/e2fsprogs-libs/e2fsprogs-libs_1.34.oe @@ -2,7 +2,7 @@ DESCRIPTION = "EXT2 Filesystem Utilities" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc " +DEPENDS = "" FILES_e2fsprogs-libs-dev_append = " ${datadir}/et ${datadir}/ss" SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-libs-${PV}.tar.gz \ diff --git a/e2fsprogs-libs/e2fsprogs-libs_1.35.oe b/e2fsprogs-libs/e2fsprogs-libs_1.35.oe index 45c335b961..976e91c621 100644 --- a/e2fsprogs-libs/e2fsprogs-libs_1.35.oe +++ b/e2fsprogs-libs/e2fsprogs-libs_1.35.oe @@ -2,7 +2,6 @@ DESCRIPTION = "EXT2 Filesystem Utilities" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc" FILES_e2fsprogs-libs-dev_append = " ${datadir}/et ${datadir}/ss" SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-libs-${PV}.tar.gz \ diff --git a/e2fsprogs/e2fsprogs_1.33.oe b/e2fsprogs/e2fsprogs_1.33.oe index 9e373458ed..14979839bc 100644 --- a/e2fsprogs/e2fsprogs_1.33.oe +++ b/e2fsprogs/e2fsprogs_1.33.oe @@ -2,7 +2,7 @@ DESCRIPTION = "EXT2 Filesystem Utilities" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc " +DEPENDS = "" SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \ file://ln.patch;patch=1 \ diff --git a/e2fsprogs/e2fsprogs_1.34.oe b/e2fsprogs/e2fsprogs_1.34.oe index d72166860f..519578d150 100644 --- a/e2fsprogs/e2fsprogs_1.34.oe +++ b/e2fsprogs/e2fsprogs_1.34.oe @@ -2,7 +2,6 @@ DESCRIPTION = "EXT2 Filesystem Utilities" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \ file://ln.patch;patch=1 \ diff --git a/e2fsprogs/e2fsprogs_1.35.oe b/e2fsprogs/e2fsprogs_1.35.oe index d72166860f..519578d150 100644 --- a/e2fsprogs/e2fsprogs_1.35.oe +++ b/e2fsprogs/e2fsprogs_1.35.oe @@ -2,7 +2,6 @@ DESCRIPTION = "EXT2 Filesystem Utilities" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \ file://ln.patch;patch=1 \ diff --git a/elfutils/elfutils_0.89.oe b/elfutils/elfutils_0.89.oe index 48fa6656d5..6f4eeebac9 100644 --- a/elfutils/elfutils_0.89.oe +++ b/elfutils/elfutils_0.89.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" LICENSE = "OSL" DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects." diff --git a/epeg/epeg.oe b/epeg/epeg.oe index 7f61e9c571..36b595f6fd 100644 --- a/epeg/epeg.oe +++ b/epeg/epeg.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -DEPENDS = "virtual/libc jpeg" +DEPENDS = "jpeg" DESCRIPTION = "Epeg is a small library for handling thumbnails." SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/epeg" diff --git a/esmtp/esmtp_0.4.1.oe b/esmtp/esmtp_0.4.1.oe index ee74138294..c1ddc603df 100644 --- a/esmtp/esmtp_0.4.1.oe +++ b/esmtp/esmtp_0.4.1.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc libesmtp" +DEPENDS = "libesmtp" DESCRIPTION = "ESMTP is a user-configurable relay-only MTA \ with a sendmail-compatible syntax, based on libESMTP and \ supporting the AUTH (including the CRAM-MD5 and NTLM SASL \ diff --git a/ethtool/ethtool_1.6.oe b/ethtool/ethtool_1.6.oe index 6e53dfffa6..45aef26e33 100644 --- a/ethtool/ethtool_1.6.oe +++ b/ethtool/ethtool_1.6.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "ethtool is a Linux net driver diagnostic \ and tuning tool for the Linux 2.4.x (or later) series \ of kernels." diff --git a/expat/expat_1.95.6.oe b/expat/expat_1.95.6.oe index eaed6fb5f6..9ad88599d9 100644 --- a/expat/expat_1.95.6.oe +++ b/expat/expat_1.95.6.oe @@ -1,5 +1,4 @@ DESCRIPTION = "Jim Clarkes XML parser library." -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz" S = "${WORKDIR}/expat-${PV}" diff --git a/fakeroot/fakeroot_0.9.5.oe b/fakeroot/fakeroot_0.9.5.oe index e69de29bb2..84c8b215be 100644 --- a/fakeroot/fakeroot_0.9.5.oe +++ b/fakeroot/fakeroot_0.9.5.oe @@ -0,0 +1,5 @@ +DESCRIPTION = "Gives a fake root environment" + +SRC_URI = "${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz" + +inherit autotools diff --git a/fam/fam_2.6.10.oe b/fam/fam_2.6.10.oe index 8d5accec5d..4dc5201c38 100644 --- a/fam/fam_2.6.10.oe +++ b/fam/fam_2.6.10.oe @@ -1,7 +1,6 @@ DESCRIPTION = "File Alteration Monitor" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "ftp://oss.sgi.com/projects/fam/download/stable/fam-${PV}.tar.gz \ file://rpcsvc.patch;patch=1" diff --git a/fam/fam_2.7.0.oe b/fam/fam_2.7.0.oe index e7180b64af..85d5cb1c5d 100644 --- a/fam/fam_2.7.0.oe +++ b/fam/fam_2.7.0.oe @@ -1,7 +1,6 @@ DESCRIPTION = "File Alteration Monitor" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "ftp://oss.sgi.com/projects/fam/download/stable/fam-${PV}.tar.gz \ file://compile-fix.patch;patch=1" diff --git a/fbgetty/fbgetty_0.1.698.oe b/fbgetty/fbgetty_0.1.698.oe index f062373f8e..6b3233c615 100644 --- a/fbgetty/fbgetty_0.1.698.oe +++ b/fbgetty/fbgetty_0.1.698.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "framebuffer getty." SRC_URI = "http://ftp3.ie.freebsd.org/pub/gentoo/distfiles/fbgetty-${PV}.tar.gz \ diff --git a/fbi/fbi_1.31.oe b/fbi/fbi_1.31.oe index e69de29bb2..814054ce4f 100644 --- a/fbi/fbi_1.31.oe +++ b/fbi/fbi_1.31.oe @@ -0,0 +1,10 @@ +HOMEPAGE = "http://bytesex.org/fbi.html" +DESCRIPTION = "frame buffer image viewer" +DEPENDS = "jpeg" + +SRC_URI = "http://dl.bytesex.org/releases/fbida/fbi_${PV}.tar.gz" + +inherit autotools + +CFLAGS_append = " ${LDFLAGS}" +EXTRA_OECONF = "--disable-magick --without-x" diff --git a/fbvncserver/fbvncserver_0.9.4.oe b/fbvncserver/fbvncserver_0.9.4.oe index bb136eb274..865357ed9e 100644 --- a/fbvncserver/fbvncserver_0.9.4.oe +++ b/fbvncserver/fbvncserver_0.9.4.oe @@ -1,5 +1,5 @@ DESCRIPTION = "framebuffer VNC server" -DEPENDS = "virtual/libc libvncserver jpeg zlib" +DEPENDS = "libvncserver jpeg zlib" RDEPENDS = "fbvncserver-kmodule libvncserver-storepasswd libvncserver-javaapplet" SRC_URI = "http://sdgsystems.com/download/fbvncserver-${PV}.tar.gz \ diff --git a/fdclock/fdclock-cvs.oe b/fdclock/fdclock-cvs.oe index 1d33ee85c8..f481471da2 100644 --- a/fdclock/fdclock-cvs.oe +++ b/fdclock/fdclock-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "x11" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc cairo" +DEPENDS = "cairo" DESCRIPTION = "The freedesktop.org clock" PROVIDES = "fdclock" diff --git a/fetchmail/fetchmail_6.2.3.oe b/fetchmail/fetchmail_6.2.3.oe index 43806e9d8b..d7b05f6743 100644 --- a/fetchmail/fetchmail_6.2.3.oe +++ b/fetchmail/fetchmail_6.2.3.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Fetchmail is a free, full-featured, robust, \ well-documented remote-mail retrieval and forwarding utility \ intended to be used over on-demand TCP/IP links \ diff --git a/fget/fget_1.2.9.oe b/fget/fget_1.2.9.oe index 826f4f3088..b9073fe581 100644 --- a/fget/fget_1.2.9.oe +++ b/fget/fget_1.2.9.oe @@ -5,7 +5,6 @@ library, so that others can make use of FTP from within \ their own C programs." SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp-dev.cites.uiuc.edu/pub/fget/fget-${PV}.tar.gz" diff --git a/file/file_3.41.oe b/file/file_3.41.oe index ceee81e31b..38b8d234a9 100644 --- a/file/file_3.41.oe +++ b/file/file_3.41.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "File attempts to classify files depending \ on their contents and prints a description if a match is found." diff --git a/file/file_4.09.oe b/file/file_4.09.oe index ceee81e31b..38b8d234a9 100644 --- a/file/file_4.09.oe +++ b/file/file_4.09.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "File attempts to classify files depending \ on their contents and prints a description if a match is found." diff --git a/findutils/findutils_4.1.20.oe b/findutils/findutils_4.1.20.oe index 81311ce3ec..a83c9680b7 100644 --- a/findutils/findutils_4.1.20.oe +++ b/findutils/findutils_4.1.20.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "find, locate, and xargs binaries." SRC_URI = "ftp://alpha.gnu.org/gnu/findutils/findutils-${PV}.tar.gz \ diff --git a/flex/flex_2.5.31.oe b/flex/flex_2.5.31.oe index e33d442b15..0bbb3a7e71 100644 --- a/flex/flex_2.5.31.oe +++ b/flex/flex_2.5.31.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Flex is a tool for generating programs \ that recognize lexical patterns in text." diff --git a/flexis-zaurus/flexis-zaurus_1.0.0.oe b/flexis-zaurus/flexis-zaurus_1.0.0.oe index 8900e86caf..5140dbcbd6 100644 --- a/flexis-zaurus/flexis-zaurus_1.0.0.oe +++ b/flexis-zaurus/flexis-zaurus_1.0.0.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://www.Vanille.de/mirror/flexis-zaurus-${PV}.tar.bz2" S = "${WORKDIR}/flexis-zaurus" diff --git a/flite/flite_1.2.oe b/flite/flite_1.2.oe index e2951054f1..096cd0dd1c 100644 --- a/flite/flite_1.2.oe +++ b/flite/flite_1.2.oe @@ -2,7 +2,6 @@ HOMEPAGE = "http://fife.speech.cs.cmu.edu/flite/" DESCRIPTION = "festival light speech synthesizer" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc" SRC_URI = "http://www.speech.cs.cmu.edu/flite/packed/flite-${PV}/flite-${PV}-release.tar.bz2" S = "${WORKDIR}/flite-${PV}-release" diff --git a/flnx/flnx_0.17.oe b/flnx/flnx_0.17.oe index aaddb5dea2..996ff99680 100644 --- a/flnx/flnx_0.17.oe +++ b/flnx/flnx_0.17.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc microwindows" +DEPENDS = "microwindows" RDEPENDS = "microwindows" SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/flnx/flnx-${PV}.tar.gz" DESCRIPTION = "fltk library for microwindows." diff --git a/flnx/flnx_0.18.oe b/flnx/flnx_0.18.oe index 01f0e26267..a71d3a6617 100644 --- a/flnx/flnx_0.18.oe +++ b/flnx/flnx_0.18.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc microwindows" +DEPENDS = "microwindows" RDEPENDS = "microwindows" DESCRIPTION = "fltk library for microwindows." SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/flnx/flnx-${PV}-tar.gz \ diff --git a/fontconfig/fontconfig_2.2.92.oe b/fontconfig/fontconfig_2.2.92.oe index eb10573c1d..17dc9004f8 100644 --- a/fontconfig/fontconfig_2.2.92.oe +++ b/fontconfig/fontconfig_2.2.92.oe @@ -1,5 +1,5 @@ DESCRIPTION = "A library for configuring and customizing font access." -DEPENDS = "virtual/libc expat freetype freetype-native zlib" +DEPENDS = "expat freetype freetype-native zlib" FC_SONAME = "1.0.4" diff --git a/fontconfig/fontconfig_2.2.94.oe b/fontconfig/fontconfig_2.2.94.oe index 45f7963f2a..e7dc83aea8 100644 --- a/fontconfig/fontconfig_2.2.94.oe +++ b/fontconfig/fontconfig_2.2.94.oe @@ -1,5 +1,5 @@ DESCRIPTION = "A library for configuring and customizing font access." -DEPENDS = "virtual/libc expat freetype freetype-native zlib fontconfig-native" +DEPENDS = "expat freetype freetype-native zlib fontconfig-native" SRC_URI = "http://pdx.freedesktop.org/~fontconfig/release/fontconfig-${PV}.tar.gz \ file://fc-glyphname.patch;patch=1 \ diff --git a/freedroid/freedroid_1.0.2.oe b/freedroid/freedroid_1.0.2.oe index aec6b28598..0f03cf54d5 100644 --- a/freedroid/freedroid_1.0.2.oe +++ b/freedroid/freedroid_1.0.2.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl libsdl-image" +DEPENDS = "virtual/libqpe virtual/libsdl libsdl-image" SRC_URI = "${SOURCEFORGE_MIRROR}/freedroid/freedroid-${PV}.tar.gz \ file://icon.png" diff --git a/freeswan/freeswan_2.04.oe b/freeswan/freeswan_2.04.oe index e9bff1de55..cde9a019f7 100644 --- a/freeswan/freeswan_2.04.oe +++ b/freeswan/freeswan_2.04.oe @@ -1,5 +1,5 @@ DESCRIPTION = "FreeS/WAN IPSEC" -DEPENDS = "virtual/libc gmp" +DEPENDS = "gmp" FILES_freeswan_append = " ${libdir}/ipsec" SRC_URI = "ftp://ftp.xs4all.nl/pub/crypto/freeswan/old/freeswan-${PV}.tar.gz \ diff --git a/freeswan/freeswan_2.05.oe b/freeswan/freeswan_2.05.oe index e9bff1de55..cde9a019f7 100644 --- a/freeswan/freeswan_2.05.oe +++ b/freeswan/freeswan_2.05.oe @@ -1,5 +1,5 @@ DESCRIPTION = "FreeS/WAN IPSEC" -DEPENDS = "virtual/libc gmp" +DEPENDS = "gmp" FILES_freeswan_append = " ${libdir}/ipsec" SRC_URI = "ftp://ftp.xs4all.nl/pub/crypto/freeswan/old/freeswan-${PV}.tar.gz \ diff --git a/freeswan/freeswan_2.06.oe b/freeswan/freeswan_2.06.oe index e69de29bb2..94b1b5962b 100644 --- a/freeswan/freeswan_2.06.oe +++ b/freeswan/freeswan_2.06.oe @@ -0,0 +1,26 @@ +DESCRIPTION = "FreeS/WAN IPSEC" +DEPENDS = "gmp" +FILES_freeswan_append = " ${libdir}/ipsec" + +SRC_URI = "ftp://ftp.xs4all.nl/pub/crypto/freeswan/freeswan-${PV}.tar.gz \ + file://flags.patch;patch=1" + +S = "${WORKDIR}/freeswan-${PV}" + +# "local" part of tree, used in building other pathnames +EXTRA_OEMAKE = "'INC_USRLOCAL=${prefix}' \ + 'FINALLIBEXECDIR=${libexecdir}/ipsec' \ + 'FINALSBINDIR=${sbindir}' \ + 'FINALLIBDIR=${libdir}/ipsec' \ + 'MANTREE=${DESTDIR}/${mandir}' \ + 'FINALCONFFILE?=${sysconfdir}/ipsec.conf' \ + 'FINALCONFDIR?=${sysconfdir}'" + +do_compile () { + oe_runmake 'CFLAGS=${CFLAGS}' 'CPPFLAGS=${CPPFLAGS}' 'LDFLAGS=${LDFLAGS}' programs +} + +do_install () { + install -d ${D}/${sysconfdir}/init.d + oe_runmake DESTDIR=${D} install +} diff --git a/freetype/freetype_2.1.7.oe b/freetype/freetype_2.1.7.oe index 246e9c5e7a..4f21467fcc 100644 --- a/freetype/freetype_2.1.7.oe +++ b/freetype/freetype_2.1.7.oe @@ -1,5 +1,4 @@ DESCRIPTION = "Freetype font rendering library" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.freetype.org/freetype/freetype2/freetype-${PV}.tar.bz2 \ file://configure.patch;patch=1" diff --git a/freetype/freetype_2.1.8.oe b/freetype/freetype_2.1.8.oe index 246e9c5e7a..4f21467fcc 100644 --- a/freetype/freetype_2.1.8.oe +++ b/freetype/freetype_2.1.8.oe @@ -1,5 +1,4 @@ DESCRIPTION = "Freetype font rendering library" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.freetype.org/freetype/freetype2/freetype-${PV}.tar.bz2 \ file://configure.patch;patch=1" diff --git a/frotz/frotz_2.42.oe b/frotz/frotz_2.42.oe index 4430f6b100..04deb1ac47 100644 --- a/frotz/frotz_2.42.oe +++ b/frotz/frotz_2.42.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "Frotz is an interpreter for Infocom games \ and other Z-machine games." diff --git a/gawk/gawk_3.0.4.oe b/gawk/gawk_3.0.4.oe index 90bfdc01b9..738cd9f64d 100644 --- a/gawk/gawk_3.0.4.oe +++ b/gawk/gawk_3.0.4.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "A program that you can use to select particular records in a \ file and perform operations upon them." diff --git a/gemdropx/gemdropx_0.9.oe b/gemdropx/gemdropx_0.9.oe index 5fd31e79ed..facfc03892 100644 --- a/gemdropx/gemdropx_0.9.oe +++ b/gemdropx/gemdropx_0.9.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl" +DEPENDS = "virtual/libqpe virtual/libsdl" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/src/gemdropx-${PV}.tar.gz \ file://directories.patch;patch=1 \ diff --git a/genext2fs/genext2fs_1.3.oe b/genext2fs/genext2fs_1.3.oe index feb98e47fe..1de0ce624f 100644 --- a/genext2fs/genext2fs_1.3.oe +++ b/genext2fs/genext2fs_1.3.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "A tool to generate an ext2 filesystem \ as a normal (non-root) user." diff --git a/gettext/gettext_0.14.1.oe b/gettext/gettext_0.14.1.oe index b5e1c0f0f0..fefb294b11 100644 --- a/gettext/gettext_0.14.1.oe +++ b/gettext/gettext_0.14.1.oe @@ -1,5 +1,4 @@ -DEPENDS = virtual/libc -RDEPENDS = libc6 +DEPENDS = RDEPENDS = libc6 LICENSE = GPL DESCRIPTION = The GNU internationalization library. diff --git a/gif2png/gif2png_2.5.1.oe b/gif2png/gif2png_2.5.1.oe index 5d9f681425..248b31cd1a 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 = "virtual/libc base/zlib libpng" +DEPENDS = "base/zlib libpng" SRC_URI = "http://www.catb.org/~esr/gif2png/gif2png-${PV}.tar.gz" diff --git a/gift/gift_0.11.4.oe b/gift/gift_0.11.4.oe index 89f0494811..6dbaede411 100644 --- a/gift/gift_0.11.4.oe +++ b/gift/gift_0.11.4.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc libvorbis libogg" +DEPENDS = "libvorbis libogg" DESCRIPTION = "giFT is a framework for bridging multiple \ backend peer-to-peer protocols and the user interface \ associated with them." diff --git a/gift/gift_0.11.5.oe b/gift/gift_0.11.5.oe index 89f0494811..6dbaede411 100644 --- a/gift/gift_0.11.5.oe +++ b/gift/gift_0.11.5.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc libvorbis libogg" +DEPENDS = "libvorbis libogg" DESCRIPTION = "giFT is a framework for bridging multiple \ backend peer-to-peer protocols and the user interface \ associated with them." diff --git a/giftcurs/giftcurs_0.6.2.oe b/giftcurs/giftcurs_0.6.2.oe index e59d03346b..8dc3d2266b 100644 --- a/giftcurs/giftcurs_0.6.2.oe +++ b/giftcurs/giftcurs_0.6.2.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses glib-2.0" +DEPENDS = "ncurses glib-2.0" RDEPENDS = "gift" LICENSE = "GPL" DESCRIPTION = "giFTcurs is a cursed frontend to the giFT daemon and \ diff --git a/glib-2.0/glib-2.0_2.2.3.oe b/glib-2.0/glib-2.0_2.2.3.oe index c707e1ca2a..61ebe04a03 100644 --- a/glib-2.0/glib-2.0_2.2.3.oe +++ b/glib-2.0/glib-2.0_2.2.3.oe @@ -6,7 +6,7 @@ UNIX-like platforms, Windows, OS/2 and BeOS." SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc glib-2.0-native" +DEPENDS = "glib-2.0-native" SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/glib/2.2/glib-${PV}.tar.bz2 \ file://automake-lossage.patch;patch=1 \ diff --git a/glib-2.0/glib-2.0_2.4.1.oe b/glib-2.0/glib-2.0_2.4.1.oe index 12886dfd45..eab8f65960 100644 --- a/glib-2.0/glib-2.0_2.4.1.oe +++ b/glib-2.0/glib-2.0_2.4.1.oe @@ -6,7 +6,7 @@ UNIX-like platforms, Windows, OS/2 and BeOS." SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc glib-2.0-native" +DEPENDS = "glib-2.0-native" PACKAGES =+ "glib-2.0-utils " LEAD_SONAME = "libglib-2.0.*" diff --git a/gmp/gmp_4.1.2.oe b/gmp/gmp_4.1.2.oe index c0abfbe83c..eeaac7779e 100644 --- a/gmp/gmp_4.1.2.oe +++ b/gmp/gmp_4.1.2.oe @@ -1,5 +1,4 @@ DESCRIPTION = "GNU multiprecision arithmetic library" -DEPENDS = "virtual/libc" SRC_URI = "ftp://mirrors.kernel.org/gnu/gmp/gmp-${PV}.tar.gz \ file://configure.patch;patch=1" diff --git a/gnuboy/qtopiagnuboy_1.0.3.oe b/gnuboy/qtopiagnuboy_1.0.3.oe index 97308ba84e..c10d42572b 100644 --- a/gnuboy/qtopiagnuboy_1.0.3.oe +++ b/gnuboy/qtopiagnuboy_1.0.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "GameBoy Emulator based on SDL, QtE based Palmtop Environments Edition" SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc libsdl-qpe" +DEPENDS = "libsdl-qpe" SRC_URI = "http://www.warmi.net/zaurus/files/gnuboy-${PV}-qtopia3.tar.gz \ file://qtopiagnuboyl-hwkeys.patch;patch=1 \ diff --git a/gnupg/gnupg_1.2.3.oe b/gnupg/gnupg_1.2.3.oe index b406c307d1..6efb605156 100644 --- a/gnupg/gnupg_1.2.3.oe +++ b/gnupg/gnupg_1.2.3.oe @@ -1,6 +1,6 @@ DESCRIPTION = "gnupg - GNU privacy guard" MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" -DEPENDS = "virtual/libc zlib" +DEPENDS = "zlib" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.bz2 \ file://m4.patch;patch=1" diff --git a/gnupg/gnupg_1.2.4.oe b/gnupg/gnupg_1.2.4.oe index b406c307d1..6efb605156 100644 --- a/gnupg/gnupg_1.2.4.oe +++ b/gnupg/gnupg_1.2.4.oe @@ -1,6 +1,6 @@ DESCRIPTION = "gnupg - GNU privacy guard" MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" -DEPENDS = "virtual/libc zlib" +DEPENDS = "zlib" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.bz2 \ file://m4.patch;patch=1" diff --git a/gpe-bluetooth/gpe-bluetooth_0.36.oe b/gpe-bluetooth/gpe-bluetooth_0.36.oe index e69de29bb2..ff7c08f388 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.36.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.36.oe @@ -0,0 +1,9 @@ +inherit gpe + +DESCRIPTION = "GPE bluetooth support" +DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs bluez-sdp sqlite dbus libglade" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +PRIORITY = "optional" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-bluetooth-${PV}.tar.gz" diff --git a/gpe-conf/gpe-conf_0.1.7.oe b/gpe-conf/gpe-conf_0.1.7.oe index 04edc6d3e1..ef1ae973a3 100644 --- a/gpe-conf/gpe-conf_0.1.7.oe +++ b/gpe-conf/gpe-conf_0.1.7.oe @@ -1,6 +1,6 @@ inherit gpe -DEPENDS = "virtual/libc gtk+ libgpewidget libxsettings libxsettings-client libdotdesktop" +DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client libdotdesktop" SECTION = "gpe" PRIORITY = "optional" FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications" diff --git a/gpe-dm/gpe-dm_0.33.oe b/gpe-dm/gpe-dm_0.33.oe index b251cc9bcb..d3dbebb2e7 100644 --- a/gpe-dm/gpe-dm_0.33.oe +++ b/gpe-dm/gpe-dm_0.33.oe @@ -4,7 +4,7 @@ DESCRIPTION = "GPE Desktop Manager" SECTION = "gpe" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc glib-2.0" +DEPENDS = "glib-2.0" SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-dm-${PV}.tar.gz" diff --git a/gpe-dm/gpe-dm_0.34.oe b/gpe-dm/gpe-dm_0.34.oe index e69de29bb2..4c0cbdb754 100644 --- a/gpe-dm/gpe-dm_0.34.oe +++ b/gpe-dm/gpe-dm_0.34.oe @@ -0,0 +1,12 @@ +inherit gpe update-rc.d + +DESCRIPTION = "GPE Desktop Manager" +SECTION = "gpe" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "glib-2.0" + +INITSCRIPT_NAME = "gpe-dm" +INITSCRIPT_PARAMS = "defaults 99" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-dm-${PV}.tar.gz" diff --git a/gpe-edit/gpe-edit_0.21.oe b/gpe-edit/gpe-edit_0.21.oe index 7bee5c9a46..0a856656b5 100644 --- a/gpe-edit/gpe-edit_0.21.oe +++ b/gpe-edit/gpe-edit_0.21.oe @@ -1,6 +1,6 @@ inherit gpe -DEPENDS = "virtual/libc gtk+ libdisplaymigration libgpewidget" +DEPENDS = "gtk+ libdisplaymigration libgpewidget" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" DESCRIPTION = "Editor for the GPE Palmtop Environment" diff --git a/gpe-edit/gpe-edit_0.22.oe b/gpe-edit/gpe-edit_0.22.oe index e69de29bb2..0a856656b5 100644 --- a/gpe-edit/gpe-edit_0.22.oe +++ b/gpe-edit/gpe-edit_0.22.oe @@ -0,0 +1,9 @@ +inherit gpe + +DEPENDS = "gtk+ libdisplaymigration libgpewidget" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +DESCRIPTION = "Editor for the GPE Palmtop Environment" +FILES_${PN} = "/etc /usr/bin /usr/share/pixmaps /usr/share/applications" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-edit-${PV}.tar.gz" diff --git a/gpe-login/gpe-login_0.66.oe b/gpe-login/gpe-login_0.66.oe index 26833f1880..05c9d0f3b2 100644 --- a/gpe-login/gpe-login_0.66.oe +++ b/gpe-login/gpe-login_0.66.oe @@ -4,7 +4,7 @@ DESCRIPTION = "GPE user login screen" SECTION = "gpe" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc gtk+ libgpewidget gpe-ownerinfo xkbd" +DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd" RDEPENDS = "xkbd" RPROVIDES = "gpe-session-starter" diff --git a/gpe-timesheet/gpe-timesheet_0.13.oe b/gpe-timesheet/gpe-timesheet_0.13.oe index 19bc75b268..04dcfa678b 100644 --- a/gpe-timesheet/gpe-timesheet_0.13.oe +++ b/gpe-timesheet/gpe-timesheet_0.13.oe @@ -1,6 +1,6 @@ inherit gpe -DEPENDS = "virtual/libc libgpewidget glib-2.0 gtk+" +DEPENDS = "libgpewidget glib-2.0 gtk+" SECTION = "gpe" SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-timesheet-${PV}.tar.gz \ diff --git a/gpe-todo/gpe-todo_0.46.oe b/gpe-todo/gpe-todo_0.46.oe index b936175957..1fb90b5a1a 100644 --- a/gpe-todo/gpe-todo_0.46.oe +++ b/gpe-todo/gpe-todo_0.46.oe @@ -1,7 +1,7 @@ inherit gpe DESCRIPTION = "GPE to-do list" -DEPENDS = "virtual/libc gtk+ libdisplaymigration libgpewidget libgpepimc libtododb" +DEPENDS = "gtk+ libdisplaymigration libgpewidget libgpepimc libtododb" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" diff --git a/gpm/gpm_1.20.1.oe b/gpm/gpm_1.20.1.oe index 8519ea40e9..7d6f95ef17 100644 --- a/gpm/gpm_1.20.1.oe +++ b/gpm/gpm_1.20.1.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "GPM (General Purpose Mouse) is a mouse server \ for the console and xterm, with sample clients included \ (emacs, etc)." diff --git a/gpp/gpp_2.21.oe b/gpp/gpp_2.21.oe index 7caf0e8dc3..f4421ed10b 100644 --- a/gpp/gpp_2.21.oe +++ b/gpp/gpp_2.21.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "GPP is a general-purpose preprocessor with \ customizable syntax, suitable for a wide range of \ preprocessing tasks." diff --git a/gpsd/gpsd_1.10.oe b/gpsd/gpsd_1.10.oe index 70ce1668b8..ee1d20422c 100644 --- a/gpsd/gpsd_1.10.oe +++ b/gpsd/gpsd_1.10.oe @@ -2,7 +2,6 @@ DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices" SECTION = "net" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc" SRC_URI = "http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \ file://gcc3.patch;patch=1 \ diff --git a/grep/grep_2.5.oe b/grep/grep_2.5.oe index 58747614e1..0014a7650f 100644 --- a/grep/grep_2.5.oe +++ b/grep/grep_2.5.oe @@ -1,6 +1,5 @@ DESCRIPTION = "grep GNU utility" MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" -DEPENDS = "virtual/libc" SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \ file://install.patch;patch=1" diff --git a/grub/grub_0.93.oe b/grub/grub_0.93.oe index 8be38d5adb..99ea5a64d6 100644 --- a/grub/grub_0.93.oe +++ b/grub/grub_0.93.oe @@ -1,5 +1,4 @@ DESCRIPTION = "grand unified bootloader" -DEPENDS = "virtual/libc" SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \ file://autohell.patch;patch=1 \ diff --git a/gsl/gsl_1.4.oe b/gsl/gsl_1.4.oe index bde4173443..f07052c13f 100644 --- a/gsl/gsl_1.4.oe +++ b/gsl/gsl_1.4.oe @@ -2,7 +2,6 @@ DESCRIPTION = "GNU Scientific Library" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://www.mirror.ac.uk/sites/sources.redhat.com/pub/gsl/gsl-${PV}.tar.gz" diff --git a/gzip/gzip_1.3.5.oe b/gzip/gzip_1.3.5.oe index 4458b819af..e6c403afe7 100644 --- a/gzip/gzip_1.3.5.oe +++ b/gzip/gzip_1.3.5.oe @@ -1,7 +1,6 @@ SECTION = "base" PRIORITY = "required" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc" DESCRIPTION = "gzip (GNU zip) is a compression utility designed \ to be a replacement for 'compress'. The GNU Project uses it as \ the standard compression program for its system." diff --git a/hdparm/hdparm_5.4.oe b/hdparm/hdparm_5.4.oe index b40200c977..05c3983ebd 100644 --- a/hdparm/hdparm_5.4.oe +++ b/hdparm/hdparm_5.4.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "hdparm is a Linux shell utility for viewing \ and manipulating various IDE drive and driver parameters." diff --git a/httppc/httppc_0.8.5.oe b/httppc/httppc_0.8.5.oe index 3f615a782b..cab33593a7 100644 --- a/httppc/httppc_0.8.5.oe +++ b/httppc/httppc_0.8.5.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc adns" +DEPENDS = "adns" DESCRIPTION = "HTTP Proxy Client is a set of libraries and scripts \ that provide transparent access to Internet via HTTP proxy tunnel \ for programs which use TCP/IP for communication. The tunnel is \ diff --git a/ice/ice-cvs.oe b/ice/ice-cvs.oe index 11aaf4ceb2..d3ed4f1392 100644 --- a/ice/ice-cvs.oe +++ b/ice/ice-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc x11" +DEPENDS = "x11" PROVIDES = "ice" DESCRIPTION = "X11 ICE library" diff --git a/ifplugd/ifplugd_0.20.oe b/ifplugd/ifplugd_0.20.oe index b2fc53d254..bedfabd083 100644 --- a/ifplugd/ifplugd_0.20.oe +++ b/ifplugd/ifplugd_0.20.oe @@ -1,5 +1,5 @@ DESCRIPTION = "ifplugd is a Linux daemon which will automatically configure your ethernet device when a cable is plugged in and automatically unconfigure it if the cable is pulled." -DEPENDS = "virtual/libc libdaemon" +DEPENDS = "libdaemon" SRC_URI = "http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz" diff --git a/ifupdown/ifupdown_0.6.4.oe b/ifupdown/ifupdown_0.6.4.oe index 2aeca5c5d1..43125c9d06 100644 --- a/ifupdown/ifupdown_0.6.4.oe +++ b/ifupdown/ifupdown_0.6.4.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "High level tools to configure network interfaces \ This package provides the tools ifup and ifdown which may be used to \ configure (or, respectively, deconfigure) network interfaces, based on \ diff --git a/inetutils/inetutils_1.4.2.oe b/inetutils/inetutils_1.4.2.oe index 0c8ef296f8..1b6da61b77 100644 --- a/inetutils/inetutils_1.4.2.oe +++ b/inetutils/inetutils_1.4.2.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" LICENSE = "GPL" DESCRIPTION = "The GNU inetutils are a collection of common \ networking utilities and servers including ftp, ftpd, rcp, \ diff --git a/intltool/intltool_0.30.oe b/intltool/intltool_0.30.oe index c563b9e714..16999276de 100644 --- a/intltool/intltool_0.30.oe +++ b/intltool/intltool_0.30.oe @@ -1,6 +1,5 @@ DESCRIPTION = "Utility scripts for internationalizing XML" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/intltool/${PV}/intltool-${PV}.tar.bz2" S = "${WORKDIR}/intltool-${PV}" diff --git a/ipkg/ipkg_0.99.121.oe b/ipkg/ipkg_0.99.121.oe index 335dc4e20d..f6204d18d8 100644 --- a/ipkg/ipkg_0.99.121.oe +++ b/ipkg/ipkg_0.99.121.oe @@ -2,7 +2,6 @@ DESCRIPTION = "Itsy Package Manager" DESCRIPTION_libipkg = "Itsy Package Manager Library" LICENSE = "GPL" PROVIDES = "virtual/ipkg libipkg" -DEPENDS = "virtual/libc" PR = "r1" PACKAGES =+ "libipkg-dev libipkg " diff --git a/ipkg/ipkg_0.99.124.oe b/ipkg/ipkg_0.99.124.oe index e69de29bb2..f6204d18d8 100644 --- a/ipkg/ipkg_0.99.124.oe +++ b/ipkg/ipkg_0.99.124.oe @@ -0,0 +1,44 @@ +DESCRIPTION = "Itsy Package Manager" +DESCRIPTION_libipkg = "Itsy Package Manager Library" +LICENSE = "GPL" +PROVIDES = "virtual/ipkg libipkg" +PR = "r1" + +PACKAGES =+ "libipkg-dev libipkg " +FILES_libipkg-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so" +FILES_libipkg = "${libdir}" +AUTO_LIBNAME_PKGS = "libipkg" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')} \ + file://varargs.patch;patch=1" +S = "${WORKDIR}/ipkg/C" + +inherit autotools + +pkg_postinst_ipkg () { +#!/bin/sh +if [ "x$D" != "x" ]; then + install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d + # this needs to happen after S35mountall so that /tmp is available + echo -e "#!/bin/sh\nipkg-cl configure\nrm -f \$0" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S36configure + chmod 755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S36configure +fi + +update-alternatives --install /usr/bin/ipkg ipkg /usr/bin/ipkg-cl 100 +} + +pkg_postrm_ipkg () { +#!/bin/sh +update-alternatives --remove ipkg /usr/bin/ipkg-cl +} + +do_stage() { + oe_libinstall -so libipkg ${STAGING_LIBDIR} + install -d ${STAGING_INCDIR}/replace/ + install -m 0644 replace/replace.h ${STAGING_INCDIR}/replace/ + install -d ${STAGING_INCDIR}/libipkg/ + for f in *.h + do + install -m 0644 $f ${STAGING_INCDIR}/libipkg/ + done +} diff --git a/iptables/iptables_1.2.9.oe b/iptables/iptables_1.2.9.oe index 6b59b32a7a..0204ea164b 100644 --- a/iptables/iptables_1.2.9.oe +++ b/iptables/iptables_1.2.9.oe @@ -1,5 +1,4 @@ DESCRIPTION = "iptables network filtering tools" -DEPENDS = "virtual/libc" SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2" diff --git a/iputils/iputils_20020927.oe b/iputils/iputils_20020927.oe index da00ec64df..c8bc3f0594 100644 --- a/iputils/iputils_20020927.oe +++ b/iputils/iputils_20020927.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc docbook-utils-native" +DEPENDS = "docbook-utils-native" DESCRIPTION = "Utilities for the IP protocol." SRC_URI = "http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/iputils-ss020927.tar.gz" diff --git a/irda-utils/irda-utils_0.9.15.oe b/irda-utils/irda-utils_0.9.15.oe index f96de234d8..40a10586fb 100644 --- a/irda-utils/irda-utils_0.9.15.oe +++ b/irda-utils/irda-utils_0.9.15.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Provides common files needed to use IrDA. \ IrDA allows communication over Infrared with other devices \ such as phones and laptops." diff --git a/irk/irk_0.11.0.oe b/irk/irk_0.11.0.oe index cad2d02e10..bf90521b90 100644 --- a/irk/irk_0.11.0.oe +++ b/irk/irk_0.11.0.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl lirc" +DEPENDS = "virtual/libqpe virtual/libsdl lirc" SRC_URI = "http://angela1.data-uncertain.co.uk/~zaurus/irk-${PV}.tgz" S = "${WORKDIR}/irk" diff --git a/jack/jack_0.92.0.oe b/jack/jack_0.92.0.oe index 94bbdcc7df..3eaef1d31b 100644 --- a/jack/jack_0.92.0.oe +++ b/jack/jack_0.92.0.oe @@ -2,7 +2,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "alsa" -DEPENDS = "virtual/libc alsa-lib" +DEPENDS = "alsa-lib" DESCRIPTION = "JACK is a low-latency audio server. It can \ connect a number of different applications to an audio \ device, as well as allowing them to share audio between \ diff --git a/jack/jack_0.94.0.oe b/jack/jack_0.94.0.oe index 94bbdcc7df..3eaef1d31b 100644 --- a/jack/jack_0.94.0.oe +++ b/jack/jack_0.94.0.oe @@ -2,7 +2,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "alsa" -DEPENDS = "virtual/libc alsa-lib" +DEPENDS = "alsa-lib" DESCRIPTION = "JACK is a low-latency audio server. It can \ connect a number of different applications to an audio \ device, as well as allowing them to share audio between \ diff --git a/joe/joe_3.0.oe b/joe/joe_3.0.oe index e69de29bb2..7d58ffbc75 100644 --- a/joe/joe_3.0.oe +++ b/joe/joe_3.0.oe @@ -0,0 +1,5 @@ +DESCRIPTION = "joe's own editor." + +SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz" + +inherit autotools diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index 6db074db7d..546b214fcb 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -1,7 +1,7 @@ SECTION = "libs" PRIORITY = "required" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "virtual/libc libtool-cross" +DEPENDS = "libtool-cross" DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format." PACKAGES =+ "jpeg-tools " FILES_jpeg-tools = "${bindir}" diff --git a/justreader/justreader_2.0k.oe b/justreader/justreader_2.0k.oe index 812ffa6e8d..b10fab97f6 100644 --- a/justreader/justreader_2.0k.oe +++ b/justreader/justreader_2.0k.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/justreader/justreader_${PV}.tgz" S = "${WORKDIR}/TextReader2" diff --git a/klimt/klimt_0.6.1.oe b/klimt/klimt_0.6.1.oe index c10f563be2..a91886637a 100644 --- a/klimt/klimt_0.6.1.oe +++ b/klimt/klimt_0.6.1.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe" +DEPENDS = "virtual/libqpe" SRC_URI = "${SOURCEFORGE_MIRROR}/klimt/klimt-src-${PV}.zip" S = "${WORKDIR}/klimt/build/LinuxQTE" diff --git a/knights/knights_1.14.oe b/knights/knights_1.14.oe index 6c39c558fb..2d8b39b9ce 100644 --- a/knights/knights_1.14.oe +++ b/knights/knights_1.14.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" RDEPENDS = "phalanx" -DEPENDS = "virtual/libc virtual/libqpe" +DEPENDS = "virtual/libqpe" SRC_URI = "http://www.houseoffish.org/knights/downloads/knights.tar.gz \ file://libqpe-opie.patch;patch=1 \ diff --git a/korganizer/korganizer-embedded_1.5.0.oe b/korganizer/korganizer-embedded_1.5.0.oe index 6be1d3aee9..7fcc083d42 100644 --- a/korganizer/korganizer-embedded_1.5.0.oe +++ b/korganizer/korganizer-embedded_1.5.0.oe @@ -2,7 +2,7 @@ DESCRIPTION="KDE Organizer, QtE based Palmtop Environments Edition" SECTION="base" PRIORITY="optional" LICENSE="GPL" -DEPENDS="virtual/libc virtual/libqpe uicmoc-native" +DEPENDS="virtual/libqpe uicmoc-native" SRC_URI = "http://korganizer.kde.org/files/korganizerPi.150.source.tar.gz \ file://qmaketarget.patch;patch=1" diff --git a/korganizer/korganizer-embedded_1.7.0.oe b/korganizer/korganizer-embedded_1.7.0.oe index 3078a280c3..88acd4bb3d 100644 --- a/korganizer/korganizer-embedded_1.7.0.oe +++ b/korganizer/korganizer-embedded_1.7.0.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" MAINTAINER = "Sebastian Goergen <zeppo@gmx.net>" LICENSE = "GPL" RDEPENDS = "lipqpe1" -DEPENDS ="virtual/libc virtual/libqpe" +DEPENDS ="virtual/libqpe" PR = "b" SRC_URI = "http://www.pi-sync.net/daunlood/latest/korganizerPi.170${PR}.tar.gz" diff --git a/less/less_381.oe b/less/less_381.oe index 230ad34d29..667560c93c 100644 --- a/less/less_381.oe +++ b/less/less_381.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "Less is a program similar to more, i.e. a terminal \ based program for viewing text files and the output from other \ programs. Less offers many features beyond those that more does." diff --git a/lftp/lftp_3.0.1.oe b/lftp/lftp_3.0.1.oe index 0a95d9a6a9..a683b46760 100644 --- a/lftp/lftp_3.0.1.oe +++ b/lftp/lftp_3.0.1.oe @@ -4,7 +4,7 @@ and FISH." HOMEPAGE = "http://lftp.yar.ru" SECTION = "net" PRIORITY = "optional" -DEPENDS = "virtual/libc readline" +DEPENDS = "readline" SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-${PV}.tar.bz2 \ file://pty.patch;patch=1" diff --git a/libdaemon/libdaemon_0.3.oe b/libdaemon/libdaemon_0.3.oe index ece7bca4ab..6f37d8b12e 100644 --- a/libdaemon/libdaemon_0.3.oe +++ b/libdaemon/libdaemon_0.3.oe @@ -1,5 +1,4 @@ DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons." -DEPENDS = "virtual/libc" SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz" diff --git a/libdes/libdes_4.01.oe b/libdes/libdes_4.01.oe index 8d86d1b89d..75404ba8c3 100644 --- a/libdes/libdes_4.01.oe +++ b/libdes/libdes_4.01.oe @@ -1,7 +1,6 @@ DESCRIPTION = "A DES encryption library" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "http://www.agentpp.com/libdes-l-${PV}.tar.gz \ file://cross-compile.patch;patch=1" diff --git a/libdisplaymigration/libdisplaymigration_0.28.oe b/libdisplaymigration/libdisplaymigration_0.28.oe index 59ad9562a9..6e7aa11324 100644 --- a/libdisplaymigration/libdisplaymigration_0.28.oe +++ b/libdisplaymigration/libdisplaymigration_0.28.oe @@ -1,5 +1,5 @@ DESCRIPTION = "Gtk+ display migration library" -DEPENDS = "virtual/libc gtk+ libgcrypt" +DEPENDS = "gtk+ libgcrypt" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" diff --git a/libelf/libelf_0.8.3.oe b/libelf/libelf_0.8.3.oe index ed497bc559..7eb50bf443 100644 --- a/libelf/libelf_0.8.3.oe +++ b/libelf/libelf_0.8.3.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" SECTION = "libc" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" DESCRIPTION = "an ELF object file access library \ diff --git a/libesmtp/libesmtp_1.0.1.oe b/libesmtp/libesmtp_1.0.1.oe index 1d4cc798a3..78fe9e6105 100644 --- a/libesmtp/libesmtp_1.0.1.oe +++ b/libesmtp/libesmtp_1.0.1.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc openssl" +DEPENDS = "openssl" DESCRIPTION = "LibESMTP is a library to manage posting \ (or submission of) electronic mail using SMTP to a \ preconfigured Mail Transport Agent (MTA) such as Exim." diff --git a/libetpan/libetpan_0.33pre.oe b/libetpan/libetpan_0.33pre.oe index b70e8664c3..4f9361c10e 100644 --- a/libetpan/libetpan_0.33pre.oe +++ b/libetpan/libetpan_0.33pre.oe @@ -1,6 +1,6 @@ DESCRIPTION = "libetpan is a library for mail server functions" SECTION = "libs" -DEPENDS = "virtual/libc openssl" +DEPENDS = "openssl" PR = "r1" FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la \ diff --git a/libexif/libexif_0.5.12.oe b/libexif/libexif_0.5.12.oe index e69de29bb2..0486cb0728 100644 --- a/libexif/libexif_0.5.12.oe +++ b/libexif/libexif_0.5.12.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "Library to read the extended image information (EXIF) from JPEG pictures" + +SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage() { + oe_libinstall -a -so -C libexif libexif ${STAGING_LIBDIR} + + install -d ${STAGING_INCDIR}/libexif + for X in exif-byte-order.h exif-data.h exif-format.h exif-loader.h exif-tag.h exif-content.h exif-entry.h exif-ifd.h exif-result.h exif-utils.h + do + install -m 0644 ${S}/libexif/$X ${STAGING_INCDIR}/libexif/$X + done +} diff --git a/libgcrypt/libgcrypt_1.1.91.oe b/libgcrypt/libgcrypt_1.1.91.oe index 59bdc13a98..c581ab9e67 100644 --- a/libgcrypt/libgcrypt_1.1.91.oe +++ b/libgcrypt/libgcrypt_1.1.91.oe @@ -2,7 +2,7 @@ DESCRIPTION = "A general purpose cryptographic library based on the code from Gn SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" -DEPENDS = "virtual/libc libgpg-error" +DEPENDS = "libgpg-error" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-${PV}.tar.gz" diff --git a/libglade/libglade_2.0.1.oe b/libglade/libglade_2.0.1.oe index b3860e5b04..68a6730f0a 100644 --- a/libglade/libglade_2.0.1.oe +++ b/libglade/libglade_2.0.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Runtime support for GTK interface builder" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc libxml2 gtk+" +DEPENDS = "libxml2 gtk+" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/2.0/libglade-${PV}.tar.bz2 \ diff --git a/libgpevtype/libgpevtype_0.3.oe b/libgpevtype/libgpevtype_0.3.oe index f72e91d1a5..3c76aafa5f 100644 --- a/libgpevtype/libgpevtype_0.3.oe +++ b/libgpevtype/libgpevtype_0.3.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Data interchange library for GPE" SECTION = "gpe/libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc libmimedir" +DEPENDS = "libmimedir" inherit pkgconfig gpe diff --git a/libgpg-error/libgpg-error_0.6.oe b/libgpg-error/libgpg-error_0.6.oe index e4734d87d7..e6185f079c 100644 --- a/libgpg-error/libgpg-error_0.6.oe +++ b/libgpg-error/libgpg-error_0.6.oe @@ -2,7 +2,6 @@ DESCRIPTION = "GPG-Error library" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz" diff --git a/libgpg-error/libgpg-error_0.7.oe b/libgpg-error/libgpg-error_0.7.oe index 583c9e0ee7..190178c834 100644 --- a/libgpg-error/libgpg-error_0.7.oe +++ b/libgpg-error/libgpg-error_0.7.oe @@ -2,7 +2,6 @@ DESCRIPTION = "GPG-Error library" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz" diff --git a/libid3tag/libid3tag_0.15.0b.oe b/libid3tag/libid3tag_0.15.0b.oe index d11d4aafe9..6d468cc8bc 100644 --- a/libid3tag/libid3tag_0.15.0b.oe +++ b/libid3tag/libid3tag_0.15.0b.oe @@ -1,7 +1,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc zlib" +DEPENDS = "zlib" DESCRIPTION = "Library for interacting with ID3 tags." SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz " diff --git a/liblockfile/liblockfile_1.05.oe b/liblockfile/liblockfile_1.05.oe index eb430f457c..6d36ef1f65 100644 --- a/liblockfile/liblockfile_1.05.oe +++ b/liblockfile/liblockfile_1.05.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "File locking library." SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_${PV}.tar.gz \ diff --git a/libmad/libmad_0.15.0b.oe b/libmad/libmad_0.15.0b.oe index 81b61be512..82be0a30cf 100644 --- a/libmad/libmad_0.15.0b.oe +++ b/libmad/libmad_0.15.0b.oe @@ -2,7 +2,7 @@ DESCRIPTION = "MPEG Audio Decoder Library" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc libid3tag" +DEPENDS = "libid3tag" SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz" S = "${WORKDIR}/libmad-${PV}" diff --git a/libmatchbox/libmatchbox_1.1.oe b/libmatchbox/libmatchbox_1.1.oe index 4cdd4b0453..975c5a1b2e 100644 --- a/libmatchbox/libmatchbox_1.1.oe +++ b/libmatchbox/libmatchbox_1.1.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox window manager core library" LICENSE = "GPL" -DEPENDS = "virtual/libc x11 xext xft pango jpeg libpng zlib" +DEPENDS = "x11 xext xft pango jpeg libpng zlib" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/libmatchbox/${PV}/libmatchbox-${PV}.tar.bz2" S = "${WORKDIR}/libmatchbox-${PV}" diff --git a/libmikey/libmikey_0.1a.oe b/libmikey/libmikey_0.1a.oe index b016a5cbc8..676f909a50 100644 --- a/libmikey/libmikey_0.1a.oe +++ b/libmikey/libmikey_0.1a.oe @@ -2,7 +2,7 @@ DESCRIPTION = "libmikey is a C++ library that implements the IETF work-in-progre HOMEPAGE = "http://minisip.org/libmikey" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc openssl" +DEPENDS = "openssl" SRC_URI = "http://minisip.org/source/libmikey-${PV}.tar.gz" S = "${WORKDIR}/libmikey-0.1" diff --git a/libmikmod/libmikmod_3.1.11.oe b/libmikmod/libmikmod_3.1.11.oe index 464f29c367..b394bf8079 100644 --- a/libmikmod/libmikmod_3.1.11.oe +++ b/libmikmod/libmikmod_3.1.11.oe @@ -1,7 +1,6 @@ DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm." SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "http://mikmod.raphnet.net/files/libmikmod-${PV}.tar.gz" diff --git a/libmikmod/libmikmod_3.2.0-beta2.oe b/libmikmod/libmikmod_3.2.0-beta2.oe index 09b94c3ec5..f306139076 100644 --- a/libmikmod/libmikmod_3.2.0-beta2.oe +++ b/libmikmod/libmikmod_3.2.0-beta2.oe @@ -1,7 +1,6 @@ DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm." SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "http://mikmod.raphnet.net/files/libmikmod-${PV}.tar.gz" diff --git a/libmimedir/libmimedir_0.0-20040307.oe b/libmimedir/libmimedir_0.0-20040307.oe index f9fd48851e..7b90e56eed 100644 --- a/libmimedir/libmimedir_0.0-20040307.oe +++ b/libmimedir/libmimedir_0.0-20040307.oe @@ -2,7 +2,7 @@ DESCRIPTION = "RFC2425 MIME Directory Profile library, supporting vCard and iCal SECTION = "libs" PRIORITY = "optional" LICENSE = "LGPL" -DEPENDS = "virtual/libc intltool-native" +DEPENDS = "intltool-native" SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libmimedir-snapshot-20040307.tar.gz" S = "${WORKDIR}/libmimedir" diff --git a/libmodplug/libmodplug_0.7.oe b/libmodplug/libmodplug_0.7.oe index 1488c5eb69..fe60b186ef 100644 --- a/libmodplug/libmodplug_0.7.oe +++ b/libmodplug/libmodplug_0.7.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Library for reading mod-like audio files." SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz" diff --git a/libmpeg2/libmpeg2_0.4.0b.oe b/libmpeg2/libmpeg2_0.4.0b.oe index fa550467e5..ed1307d7ea 100644 --- a/libmpeg2/libmpeg2_0.4.0b.oe +++ b/libmpeg2/libmpeg2_0.4.0b.oe @@ -2,7 +2,7 @@ DESCRIPTION = "MPEG Video Decoder Library" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Tim Ansell <ipks@mithis.net>" -DEPENDS = "virtual/libc virtual/libsdl" +DEPENDS = "virtual/libsdl" SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz \ file://Makefile.patch;patch=1 " diff --git a/libnet/libnet_1.0.2a.oe b/libnet/libnet_1.0.2a.oe index f339cef0fc..2ee2ed0b68 100644 --- a/libnet/libnet_1.0.2a.oe +++ b/libnet/libnet_1.0.2a.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Libnet is a collection of routines to help with \ the construction and handling of network packets. It provides a \ portable framework for low-level network packet shaping, \ diff --git a/libnids/libnids_1.18.oe b/libnids/libnids_1.18.oe index d7e164488b..10552bd167 100644 --- a/libnids/libnids_1.18.oe +++ b/libnids/libnids_1.18.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc libnet libpcap" +DEPENDS = "libnet libpcap" DESCRIPTION = "Libnids performs assembly of TCP segments \ into TCP streams, IP defragmentation, and TCP port \ scan detection." diff --git a/libogg/libogg_1.0.oe b/libogg/libogg_1.0.oe index f3a91bdc52..3b9b4a80a8 100644 --- a/libogg/libogg_1.0.oe +++ b/libogg/libogg_1.0.oe @@ -1,5 +1,4 @@ SECTION = "libs" -DEPENDS = "virtual/libc" DESCRIPTION = "libogg is the bitstream and framing library \ for the Ogg project. It provides functions which are \ necessary to codec libraries like libvorbis." diff --git a/libogg/libogg_1.1.oe b/libogg/libogg_1.1.oe index 8144baa2ae..f5e06306d6 100644 --- a/libogg/libogg_1.1.oe +++ b/libogg/libogg_1.1.oe @@ -1,5 +1,4 @@ SECTION = "libs" -DEPENDS = "virtual/libc" DESCRIPTION = "libogg is the bitstream and framing library \ for the Ogg project. It provides functions which are \ necessary to codec libraries like libvorbis." diff --git a/liboop/liboop_1.0.oe b/liboop/liboop_1.0.oe index 8980b5a632..557819bcee 100644 --- a/liboop/liboop_1.0.oe +++ b/liboop/liboop_1.0.oe @@ -1,7 +1,6 @@ DESCRIPTION = "Liboop is a low-level event loop management library \ for POSIX-based operating systems." LICENSE = "LGPL" -DEPENDS = "virtual/libc" SRC_URI = "http://download.ofb.net/liboop/liboop-${PV}.tar.bz2" S = "${WORKDIR}/liboop-${PV}" diff --git a/libopie/libopie2_cvs.oe b/libopie/libopie2_cvs.oe index 6642006a10..60e85b0639 100644 --- a/libopie/libopie2_cvs.oe +++ b/libopie/libopie2_cvs.oe @@ -4,7 +4,7 @@ SECTION = "opie/libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "LGPL" -DEPENDS = "virtual/libc libqpe-opie sqlite libpcap-0.7.2" +DEPENDS = "libqpe-opie sqlite libpcap-0.7.2" PROVIDES = "libopiecore2 libopiedb2 libopiemm2 libopienet2 libopiepim2 libopieui2" PV = "1.1.4-cvs-${CVSDATE}" diff --git a/libpcap/libpcap_0.7.2.oe b/libpcap/libpcap_0.7.2.oe index 03bab5105e..a8e0f0a661 100644 --- a/libpcap/libpcap_0.7.2.oe +++ b/libpcap/libpcap_0.7.2.oe @@ -2,7 +2,6 @@ DESCRIPTION = "Network Packet Capture Library" SECTION = "libs" PRIORITY = "required" MAINTAINER = "Greg Gilbert <treke@handhelds.org>" -DEPENDS = "virtual/libc" SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz;" SRC_URI_append = " file://libpcap-shared.patch;patch=1" diff --git a/libpcap/libpcap_0.8.1.oe b/libpcap/libpcap_0.8.1.oe index af38d9220c..650b1103bd 100644 --- a/libpcap/libpcap_0.8.1.oe +++ b/libpcap/libpcap_0.8.1.oe @@ -1,7 +1,6 @@ DESCRIPTION = "Network Packet Capture Library" SECTION = "libs" PRIORITY = "required" -DEPENDS = "virtual/libc" SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz; \ file://shared.patch;patch=1 \ diff --git a/libpcap/libpcap_0.8.3.oe b/libpcap/libpcap_0.8.3.oe index a050d627f5..e43a8e308b 100644 --- a/libpcap/libpcap_0.8.3.oe +++ b/libpcap/libpcap_0.8.3.oe @@ -2,7 +2,6 @@ DESCRIPTION = "Network Packet Capture Library" SECTION = "libs" PRIORITY = "required" RDEPENDS = "libc6" -DEPENDS = "virtual/libc" SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz; \ file://shared.patch;patch=1" diff --git a/libpixman/libpixman-cvs.oe b/libpixman/libpixman-cvs.oe index ffc93ed945..3f14f0c390 100644 --- a/libpixman/libpixman-cvs.oe +++ b/libpixman/libpixman-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@debian.org>" -DEPENDS = "virtual/libc x11" +DEPENDS = "x11" DESCRIPTION = "Cairo support library" PROVIDES = "libpixman" diff --git a/libpng/libpng_1.2.5.oe b/libpng/libpng_1.2.5.oe index e1991f9d9d..66bf05b354 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 = "virtual/libc base/zlib" +DEPENDS = "base/zlib" FILES_${PN} = ${libdir}/lib*.so.* FILES_${PN}-dev = ${includedir} ${libdir}/lib*.so ${libdir}/*.la \ diff --git a/libqpe/libqpe-opie_cvs.oe b/libqpe/libqpe-opie_cvs.oe index ef2ddaab94..18129cf33d 100644 --- a/libqpe/libqpe-opie_cvs.oe +++ b/libqpe/libqpe-opie_cvs.oe @@ -3,7 +3,7 @@ SECTION = "opie/libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc uicmoc-native qte-for-opie" +DEPENDS = "uicmoc-native qte-for-opie" PROVIDES = "virtual/libqpe" PV = "1.1.4-cvs-${CVSDATE}" diff --git a/libsidplay/libsidplay_1.36.57.oe b/libsidplay/libsidplay_1.36.57.oe index 5ab39aceec..78542d58f9 100644 --- a/libsidplay/libsidplay_1.36.57.oe +++ b/libsidplay/libsidplay_1.36.57.oe @@ -1,7 +1,6 @@ DESCRIPTION = "A library for replaying C64 SID music" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "${DEBIAN_MIRROR}/main/libs/libsidplay/libsidplay_${PV}.orig.tar.gz \ ${DEBIAN_MIRROR}/main/libs/libsidplay/libsidplay_${PV}-3.diff.gz;patch=1 \ diff --git a/libsigc++/libsigc++_1.2.5.oe b/libsigc++/libsigc++_1.2.5.oe index 030ddb66f9..ee80d7a95a 100644 --- a/libsigc++/libsigc++_1.2.5.oe +++ b/libsigc++/libsigc++_1.2.5.oe @@ -1,7 +1,6 @@ DESCRIPTION = "A library for loose coupling of C++ method calls" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz" diff --git a/libsip/libsip_3.10.1.oe b/libsip/libsip_3.10.1.oe index 5799c19a0d..22ee2b5f4a 100644 --- a/libsip/libsip_3.10.1.oe +++ b/libsip/libsip_3.10.1.oe @@ -3,7 +3,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqte2 python" +DEPENDS = "virtual/libqte2 python" SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz" S = "${WORKDIR}/sip-${PV}/siplib" diff --git a/libssh/libssh_0.1.oe b/libssh/libssh_0.1.oe index 1a9ce23f11..59fa28dbb6 100644 --- a/libssh/libssh_0.1.oe +++ b/libssh/libssh_0.1.oe @@ -2,7 +2,7 @@ DESCRIPTION = "The SSH library is a C library to authenticate in a \ simple manner to one or more SSH servers. The goal of this project \ is to provide a library much simpler to use than OpenSSHs one. It \ includes SFTP support, and a sample SSH client is provided." -DEPENDS = "virtual/libc openssl" +DEPENDS = "openssl" LICENSE = "LGPL" SRC_URI = "http://www.0xbadc0de.be/projects/libssh/libssh-${PV}.tgz" diff --git a/libtomcrypt/libtomcrypt_0.93.oe b/libtomcrypt/libtomcrypt_0.93.oe index 1586945210..fb9f73a0e5 100644 --- a/libtomcrypt/libtomcrypt_0.93.oe +++ b/libtomcrypt/libtomcrypt_0.93.oe @@ -6,7 +6,6 @@ generators, public key cryptography and a plethora of other \ routines." SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" #FIXME add dependencies for pdflatex or whatever that package uses to create docs diff --git a/libusb/libusb_0.1.7.oe b/libusb/libusb_0.1.7.oe index efef1c03b2..e4613226b9 100644 --- a/libusb/libusb_0.1.7.oe +++ b/libusb/libusb_0.1.7.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "libusb is a library to provide userspace \ access to USB devices." diff --git a/libvncserver/libvncserver_0.6.oe b/libvncserver/libvncserver_0.6.oe index 390efbaa5c..53eb8e67eb 100644 --- a/libvncserver/libvncserver_0.6.oe +++ b/libvncserver/libvncserver_0.6.oe @@ -1,7 +1,7 @@ DESCRIPTION = "library for easy implementation of a RDP/VNC server" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc zlib jpeg" +DEPENDS = "zlib jpeg" LICENSE = "GPL" PACKAGES = "libvncserver-storepasswd libvncserver-javaapplet" FILES_libvncserver-storepasswd = "${bindir}/storepasswd" diff --git a/libvorbis/libvorbis_1.0.1.oe b/libvorbis/libvorbis_1.0.1.oe index 0d66a11c4f..b2ae3f3e5c 100644 --- a/libvorbis/libvorbis_1.0.1.oe +++ b/libvorbis/libvorbis_1.0.1.oe @@ -1,5 +1,5 @@ SECTION = "libs" -DEPENDS = "virtual/libc libogg" +DEPENDS = "libogg" DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \ that is free of intellectual property restrictions. libvorbis \ is the main vorbis codec library." diff --git a/libxine/libxine_1.0.0-beta12.oe b/libxine/libxine_1.0.0-beta12.oe index a186e0b853..36ce2ff539 100644 --- a/libxine/libxine_1.0.0-beta12.oe +++ b/libxine/libxine_1.0.0-beta12.oe @@ -2,7 +2,7 @@ DESCRIPTION = "libxine" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" -DEPENDS = "virtual/libc zlib libogg tremor libmad" +DEPENDS = "zlib libogg tremor libmad" inherit autotools diff --git a/libxml/libxml2_2.6.7.oe b/libxml/libxml2_2.6.7.oe index 0dbb6b240f..d87e7d1940 100644 --- a/libxml/libxml2_2.6.7.oe +++ b/libxml/libxml2_2.6.7.oe @@ -1,7 +1,6 @@ DESCRIPTION = "GNOME XML library" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-${PV}.tar.bz2" diff --git a/libxrandr/libxrandr_cvs.oe b/libxrandr/libxrandr_cvs.oe index e69de29bb2..fafd95cc30 100644 --- a/libxrandr/libxrandr_cvs.oe +++ b/libxrandr/libxrandr_cvs.oe @@ -0,0 +1,17 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +DEPENDS = "randr x11 render xrender xext" +DESCRIPTION = "X Resize and Rotate extension library." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrandr" +S = "${WORKDIR}/Xrandr" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/links/links_2.1pre12.oe b/links/links_2.1pre12.oe index e8a52b6f83..8bc6783005 100644 --- a/links/links_2.1pre12.oe +++ b/links/links_2.1pre12.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc jpeg libpng gpm flex openssl zlib" +DEPENDS = "jpeg libpng gpm flex openssl zlib" DESCRIPTION = "Links is graphics and text mode WWW \ browser, similar to Lynx." diff --git a/links/links_2.1pre14.oe b/links/links_2.1pre14.oe index e8a52b6f83..8bc6783005 100644 --- a/links/links_2.1pre14.oe +++ b/links/links_2.1pre14.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc jpeg libpng gpm flex openssl zlib" +DEPENDS = "jpeg libpng gpm flex openssl zlib" DESCRIPTION = "Links is graphics and text mode WWW \ browser, similar to Lynx." diff --git a/linux-uml/linux-uml_2.4.26.oe b/linux-uml/linux-uml_2.4.26.oe index 80653a246d..644faea4c2 100644 --- a/linux-uml/linux-uml_2.4.26.oe +++ b/linux-uml/linux-uml_2.4.26.oe @@ -2,7 +2,6 @@ DESCRIPTION = "User Mode Linux Kernel" LICENSE = "GPL" UMLR = "1" PR = "2" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \ http://mirror.usermodelinux.org/uml/uml-patch-${PV}-${UMLR}.bz2;patch=1 \ diff --git a/lisa/lisa_0.2.2.oe b/lisa/lisa_0.2.2.oe index 19c7488094..2de643e586 100644 --- a/lisa/lisa_0.2.2.oe +++ b/lisa/lisa_0.2.2.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "LISa is a small daemon which provides something \ like the network neighbourhood under windows, but more and \ only relying on the TCP/IP protocol stack." diff --git a/lsh/lsh_1.4.3.oe b/lsh/lsh_1.4.3.oe index 871bb17f2b..5aefa6b277 100644 --- a/lsh/lsh_1.4.3.oe +++ b/lsh/lsh_1.4.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "lsh is a GNU GPL-licensed implementation of the SSH \ (version 2) protocol. It includes a server, a client, and some \ utility programs." -DEPENDS = "virtual/libc zlib gmp liboop" +DEPENDS = "zlib gmp liboop" SRC_URI = "http://www.lysator.liu.se/~nisse/archive/lsh-${PV}.tar.gz" S = "${WORKDIR}/lsh-${PV}" diff --git a/lsof/lsof_4.69.oe b/lsof/lsof_4.69.oe index 92b99d1130..cbef47ae6e 100644 --- a/lsof/lsof_4.69.oe +++ b/lsof/lsof_4.69.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Lsof is a Unix-specific diagnostic \ tool. Its name stands for LiSt Open Files, and it \ does just that." diff --git a/lsof/lsof_4.70.oe b/lsof/lsof_4.70.oe index 92b99d1130..cbef47ae6e 100644 --- a/lsof/lsof_4.70.oe +++ b/lsof/lsof_4.70.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Lsof is a Unix-specific diagnostic \ tool. Its name stands for LiSt Open Files, and it \ does just that." diff --git a/lzo/lzo_1.08.oe b/lzo/lzo_1.08.oe index d6e5524ff6..7cfa79a4b2 100644 --- a/lzo/lzo_1.08.oe +++ b/lzo/lzo_1.08.oe @@ -1,18 +1,17 @@ DESCRIPTION = "Lossless data compression library" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz" inherit autotools -do_configure () { - # override this function to avoid the autoconf/automake/aclocal/autoheader - # calls for now - gnu-configize - oe_runconf -} +#do_configure () { +# # override this function to avoid the autoconf/automake/aclocal/autoheader +# # calls for now +# gnu-configize +# oe_runconf +#} do_stage() { install -m 0644 include/lzo1.h ${STAGING_INCDIR}/lzo1.h diff --git a/mailutils/mailutils_0.3.1.oe b/mailutils/mailutils_0.3.1.oe index a2cdc9b9b9..bb307bd070 100644 --- a/mailutils/mailutils_0.3.1.oe +++ b/mailutils/mailutils_0.3.1.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "GNU Mailutils contains a series of \ useful mail clients, servers, and libraries." diff --git a/mailx/mailx_8.1.2-0.20020411cvs.oe b/mailx/mailx_8.1.2-0.20020411cvs.oe index f2ff37ee9c..94cdbd01dd 100644 --- a/mailx/mailx_8.1.2-0.20020411cvs.oe +++ b/mailx/mailx_8.1.2-0.20020411cvs.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc liblockfile" +DEPENDS = "liblockfile" DESCRIPTION = "mailx is the traditional command-line-mode \ mail user agent." diff --git a/mailx/mailx_8.1.2-0.20031014cvs.oe b/mailx/mailx_8.1.2-0.20031014cvs.oe index 4211f6ebff..f8dc380e1d 100644 --- a/mailx/mailx_8.1.2-0.20031014cvs.oe +++ b/mailx/mailx_8.1.2-0.20031014cvs.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc liblockfile" +DEPENDS = "liblockfile" DESCRIPTION = "mailx is the traditional command-line-mode \ mail user agent." diff --git a/make/make_3.80.oe b/make/make_3.80.oe index 09e82b11c9..691133161d 100644 --- a/make/make_3.80.oe +++ b/make/make_3.80.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "GNU Make examines the timestamps on a set of \ interdependent files, and, if necessary, issues commands \ to bring them up-to-date." diff --git a/man/man_1.5m2.oe b/man/man_1.5m2.oe index 9833656667..eb2e3c4acc 100644 --- a/man/man_1.5m2.oe +++ b/man/man_1.5m2.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "The man page suite, including man, apropos, \ and whatis consists of programs that are used to read most \ of the documentation available on a Linux system." diff --git a/matchbox-applet-inputmanager/matchbox-applet-inputmanager_0.5.oe b/matchbox-applet-inputmanager/matchbox-applet-inputmanager_0.5.oe index 78100bda1c..f3e6739dc2 100644 --- a/matchbox-applet-inputmanager/matchbox-applet-inputmanager_0.5.oe +++ b/matchbox-applet-inputmanager/matchbox-applet-inputmanager_0.5.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox input manager" LICENSE = "GPL" -DEPENDS = "virtual/libc matchbox-wm libmatchbox" +DEPENDS = "matchbox-wm libmatchbox" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/mb-applet-input-manager/${PV}/mb-applet-input-manager-${PV}.tar.bz2" S = "${WORKDIR}/mb-applet-input-manager-${PV}" diff --git a/matchbox-desktop/matchbox-desktop_0.8.oe b/matchbox-desktop/matchbox-desktop_0.8.oe index 30fa86d3b3..738be061c8 100644 --- a/matchbox-desktop/matchbox-desktop_0.8.oe +++ b/matchbox-desktop/matchbox-desktop_0.8.oe @@ -1,6 +1,6 @@ PR = "r1" LICENSE = "GPL" -DEPENDS = "virtual/libc libmatchbox startup-notification" +DEPENDS = "libmatchbox startup-notification" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-desktop/${PV}/matchbox-desktop-${PV}.tar.bz2" diff --git a/matchbox-panel-manager/matchbox-panel-manager_0.1.oe b/matchbox-panel-manager/matchbox-panel-manager_0.1.oe index f779ae3edc..9a4caad1e1 100644 --- a/matchbox-panel-manager/matchbox-panel-manager_0.1.oe +++ b/matchbox-panel-manager/matchbox-panel-manager_0.1.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox panel manager" LICENSE = "GPL" -DEPENDS = "virtual/libc gtk+" +DEPENDS = "gtk+" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.bz2" S = "${WORKDIR}/${PN}-${PV}" diff --git a/matchbox-panel/matchbox-panel_0.8.1.oe b/matchbox-panel/matchbox-panel_0.8.1.oe index d083d09309..db20855e52 100644 --- a/matchbox-panel/matchbox-panel_0.8.1.oe +++ b/matchbox-panel/matchbox-panel_0.8.1.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox panel" LICENSE = "GPL" -DEPENDS = "virtual/libc libmatchbox x11 xext xpm" +DEPENDS = "libmatchbox x11 xext xpm" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2" S = "${WORKDIR}/matchbox-panel-${PV}" diff --git a/matchbox-panel/matchbox-panel_0.8.oe b/matchbox-panel/matchbox-panel_0.8.oe index 7103141fdf..52d7776cf7 100644 --- a/matchbox-panel/matchbox-panel_0.8.oe +++ b/matchbox-panel/matchbox-panel_0.8.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox panel" LICENSE = "GPL" -DEPENDS = "virtual/libc libmatchbox x11 xext xpm" +DEPENDS = "libmatchbox x11 xext xpm" RDEPENDS = "libmatchbox matchbox-common" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/${PV}/matchbox-panel-${PV}.tar.bz2" diff --git a/matchbox-wm/matchbox-wm_0.8.1.oe b/matchbox-wm/matchbox-wm_0.8.1.oe index 0280734d3f..9bf3cd3ca3 100644 --- a/matchbox-wm/matchbox-wm_0.8.1.oe +++ b/matchbox-wm/matchbox-wm_0.8.1.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" -DEPENDS = "virtual/libc libmatchbox x11 xext xcomposite xfixes xdamage xrender startup-notification expat" +DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage xrender startup-notification expat" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/0.8/matchbox-window-manager-${PV}.tar.bz2 \ file://m4.patch;patch=1" diff --git a/matchbox-wm/matchbox-wm_0.8.2.oe b/matchbox-wm/matchbox-wm_0.8.2.oe index e69de29bb2..ce688ffdee 100644 --- a/matchbox-wm/matchbox-wm_0.8.2.oe +++ b/matchbox-wm/matchbox-wm_0.8.2.oe @@ -0,0 +1,24 @@ +DESCRIPTION = "Matchbox window manager" +LICENSE = "GPL" +DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage xrender startup-notification expat" + +SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/0.8/matchbox-window-manager-${PV}.tar.bz2" +S = "${WORKDIR}/matchbox-window-manager-${PV}" + +inherit autotools pkgconfig + +FILES_${PN} = "${bindir} \ + ${datadir}/matchbox \ + ${datadir}/themes/blondie/matchbox \ + ${datadir}/themes/bluebox/matchbox \ + ${datadir}/themes/borillo/matchbox" + +EXTRA_OECONF = "--enable-composite --enable-startup-notification --enable-expat" + +pkg_postinst() { +update-alternatives --install /usr/bin/x-window-manager x-window-manager /usr/bin/matchbox-session 10 +} + +pkg_postrm() { +update-alternatives --remove x-window-manager /usr/bin/matchbox-session +} diff --git a/matchbox-wm/matchbox-wm_0.8.oe b/matchbox-wm/matchbox-wm_0.8.oe index 6b2f7e2ce1..7bdb3a3420 100644 --- a/matchbox-wm/matchbox-wm_0.8.oe +++ b/matchbox-wm/matchbox-wm_0.8.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" -DEPENDS = "virtual/libc libmatchbox x11 xext xcomposite xfixes xdamage xrender" +DEPENDS = "libmatchbox x11 xext xcomposite xfixes xdamage xrender" RDEPENDS = "libmatchbox" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/${PV}/matchbox-window-manager-${PV}.tar.bz2 \ diff --git a/mc/mc_4.6.0.oe b/mc/mc_4.6.0.oe index cf5a7c2d76..449cd4ac1e 100644 --- a/mc/mc_4.6.0.oe +++ b/mc/mc_4.6.0.oe @@ -2,7 +2,7 @@ DESCRIPTION = "GNU Midnight Commander is a file \ manager for free operating systems." SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc ncurses glib-2.0" +DEPENDS = "ncurses glib-2.0" SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-${PV}.tar.gz" diff --git a/meta/task-bootstrap.oe b/meta/task-bootstrap.oe index f8926357f7..e61dc4f90c 100644 --- a/meta/task-bootstrap.oe +++ b/meta/task-bootstrap.oe @@ -3,7 +3,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" ALLOW_EMPTY = 1 PACKAGES = "${PN}" -DEPENDS = 'virtual/libc base-files base-passwd-3.5.7 \ +DEPENDS = 'base-files base-passwd-3.5.7 \ busybox dropbear hotplug ipkg initscripts modutils netbase \ resolvconf sysvinit tinylogin lrzsz \ ${BOOTSTRAP_EXTRA_DEPENDS}' diff --git a/mgetty/mgetty_1.1.30.oe b/mgetty/mgetty_1.1.30.oe index 4f778c7bb6..cc42edb65a 100644 --- a/mgetty/mgetty_1.1.30.oe +++ b/mgetty/mgetty_1.1.30.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "The mgetty package contains an intelligent \ getty for allowing logins over a serial line (such as \ through a modem) and receiving incoming faxes." diff --git a/microwindows/microwindows_0.90.oe b/microwindows/microwindows_0.90.oe index 7b9a644d3a..340b948639 100644 --- a/microwindows/microwindows_0.90.oe +++ b/microwindows/microwindows_0.90.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Microwindows Graphical Engine" SECTION = "gui" PRIORITY = "optional" MAINTAINER = "Jordan Crouse <jordan@cosmicpenguin.net>" -DEPENDS = "virtual/libc libpng jpeg" +DEPENDS = "libpng jpeg" SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/microwindows-${PV}.tar.gz" diff --git a/mikmod/mikmod_3.2.2-beta1.oe b/mikmod/mikmod_3.2.2-beta1.oe index 91f1cf4c0b..3061a5cfcd 100644 --- a/mikmod/mikmod_3.2.2-beta1.oe +++ b/mikmod/mikmod_3.2.2-beta1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A module player based on libmikmod." SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc libmikmod" +DEPENDS = "libmikmod" SRC_URI = "http://mikmod.raphnet.net/files/mikmod-${PV}.tar.bz2 \ file://m4.patch;patch=1" diff --git a/minimo/minimo-cvs.oe b/minimo/minimo-cvs.oe index 18dcc53e85..10463c7d41 100644 --- a/minimo/minimo-cvs.oe +++ b/minimo/minimo-cvs.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc xt gtk+ libidl" +DEPENDS = "xt gtk+ libidl" SRC_URI = "cvs://anonymous@cvs-mirror.mozilla.org/cvsroot;module=mozilla \ file://xptcstubs.patch;patch=1 \ file://mozconfig" diff --git a/modplugplay/modplugplay_1.0.oe b/modplugplay/modplugplay_1.0.oe index efaa01f7c6..baa085ed76 100644 --- a/modplugplay/modplugplay_1.0.oe +++ b/modplugplay/modplugplay_1.0.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc libmodplug" +DEPENDS = "libmodplug" DESCRIPTION = "modplugplay is a commandline mod-like audio file player." SRC_URI = "http://www.linuks.mine.nu/modplugplay/modplugplay-${PV}.tar.gz" diff --git a/module-init-tools/module-init-tools_3.0-pre7.oe b/module-init-tools/module-init-tools_3.0-pre7.oe index 14d98c6c4a..80e5d9808f 100644 --- a/module-init-tools/module-init-tools_3.0-pre7.oe +++ b/module-init-tools/module-init-tools_3.0-pre7.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "This package contains a set of programs for loading, inserting, and \ removing kernel modules for Linux (versions 2.5.48 and above). It serves \ the same function that the modutils package serves for Linux 2.4." diff --git a/modutils/modutils-collateral.oe b/modutils/modutils-collateral.oe index 121dd62b83..0d01ae2c2e 100644 --- a/modutils/modutils-collateral.oe +++ b/modutils/modutils-collateral.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "modutils configuration files" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/files" diff --git a/moin/moin_1.1.oe b/moin/moin_1.1.oe index 33014fd87e..4728b5ff58 100644 --- a/moin/moin_1.1.oe +++ b/moin/moin_1.1.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/moin/moin-${PV}.tgz" diff --git a/moin/moin_1.2.1.oe b/moin/moin_1.2.1.oe index ecaada3ccd..0d6aee2317 100644 --- a/moin/moin_1.2.1.oe +++ b/moin/moin_1.2.1.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/moin/moin-${PV}.tar.gz" diff --git a/mp3blaster/mp3blaster_3.1.3.oe b/mp3blaster/mp3blaster_3.1.3.oe index ea46364e14..52d7e165d8 100644 --- a/mp3blaster/mp3blaster_3.1.3.oe +++ b/mp3blaster/mp3blaster_3.1.3.oe @@ -1,5 +1,5 @@ DESCRIPTION = "A console MP3 player based on ncurses" -DEPENDS = "virtual/libc ncurses libsidplay libogg libvorbis" +DEPENDS = "ncurses libsidplay libogg libvorbis" SRC_URI = "http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-${PV}.tar.gz \ file://includedir.patch;patch=1" diff --git a/mp3blaster/mp3blaster_3.2.0.oe b/mp3blaster/mp3blaster_3.2.0.oe index ea46364e14..52d7e165d8 100644 --- a/mp3blaster/mp3blaster_3.2.0.oe +++ b/mp3blaster/mp3blaster_3.2.0.oe @@ -1,5 +1,5 @@ DESCRIPTION = "A console MP3 player based on ncurses" -DEPENDS = "virtual/libc ncurses libsidplay libogg libvorbis" +DEPENDS = "ncurses libsidplay libogg libvorbis" SRC_URI = "http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-${PV}.tar.gz \ file://includedir.patch;patch=1" diff --git a/mtd/mtd.oe b/mtd/mtd.oe index 7acb034529..ed9cd0be56 100644 --- a/mtd/mtd.oe +++ b/mtd/mtd.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc zlib" +DEPENDS = "zlib" DESCRIPTION = "Tools for managing memory technology devices." PV = "${CVSDATE}" diff --git a/murasaki/murasaki_0.7.10.oe b/murasaki/murasaki_0.7.10.oe index 6ebeda3608..e8cfa1b044 100644 --- a/murasaki/murasaki_0.7.10.oe +++ b/murasaki/murasaki_0.7.10.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Murasaki automatically loads and unloads modules for \ USB, Cardbus, and other hot-pluggable devices using the new Hotplug \ feature in Linux 2.4." diff --git a/mutt/mutt_1.5.4i.oe b/mutt/mutt_1.5.4i.oe index 1c36e779e8..906235ed2f 100644 --- a/mutt/mutt_1.5.4i.oe +++ b/mutt/mutt_1.5.4i.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses openssl" +DEPENDS = "ncurses openssl" DESCRIPTION = "Mutt is a small but very powerful text-based \ MIME mail client. It is highly configurable, and is well-suited \ to the mail power user with advanced features like key \ diff --git a/nano/nano_1.2.1.oe b/nano/nano_1.2.1.oe index 37bcf69ac1..57358de722 100644 --- a/nano/nano_1.2.1.oe +++ b/nano/nano_1.2.1.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ Not ANOther editor) is an enhanced clone of the \ Pico text editor." diff --git a/nano/nano_1.3.0.oe b/nano/nano_1.3.0.oe index d24ac32e41..a2f32e7c84 100644 --- a/nano/nano_1.3.0.oe +++ b/nano/nano_1.3.0.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ Not ANOther editor) is an enhanced clone of the \ Pico text editor." diff --git a/ncftp/ncftp_3.1.7.oe b/ncftp/ncftp_3.1.7.oe index 3bfcc58cd4..b5e8713719 100644 --- a/ncftp/ncftp_3.1.7.oe +++ b/ncftp/ncftp_3.1.7.oe @@ -1,7 +1,6 @@ DESCRIPTION = "A sophisticated console ftp client" SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.ncftp.com/ncftp/ncftp-${PV}-src.tar.bz2" diff --git a/netkit-base/netkit-base_0.17.oe b/netkit-base/netkit-base_0.17.oe index d4319801a4..b5d0c75df9 100644 --- a/netkit-base/netkit-base_0.17.oe +++ b/netkit-base/netkit-base_0.17.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "netkit-base includes the inetd daemon." SRC_URI = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-base-${PV}.tar.gz \ diff --git a/netkit-ftp/netkit-ftp_0.17.oe b/netkit-ftp/netkit-ftp_0.17.oe index 20db42e61d..24c6819d09 100644 --- a/netkit-ftp/netkit-ftp_0.17.oe +++ b/netkit-ftp/netkit-ftp_0.17.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "netkit-ftp includes a commandline ftp client." SRC_URI = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-ftp-${PV}.tar.gz \ diff --git a/ngrep/ngrep_1.41.oe b/ngrep/ngrep_1.41.oe index afaad88071..62c22133db 100644 --- a/ngrep/ngrep_1.41.oe +++ b/ngrep/ngrep_1.41.oe @@ -2,7 +2,7 @@ DESCRIPTION = "ngrep strives to provide most of GNU grep's \ common features, applying them to the network layer." SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc libpcap pcre" +DEPENDS = "libpcap pcre" SRC_URI = "${SOURCEFORGE_MIRROR}/ngrep/ngrep-${PV}.tar.bz2" diff --git a/nmap/nmap_3.45.oe b/nmap/nmap_3.45.oe index 27c758a346..4747e284b7 100644 --- a/nmap/nmap_3.45.oe +++ b/nmap/nmap_3.45.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc libpcap" +DEPENDS = "libpcap" DESCRIPTION = "Nmap is a command line portscanner." SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz" diff --git a/nmap/nmap_3.48.oe b/nmap/nmap_3.48.oe index dcf6b289fd..d9331d330b 100644 --- a/nmap/nmap_3.48.oe +++ b/nmap/nmap_3.48.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc libpcap" +DEPENDS = "libpcap" DESCRIPTION = "Nmap is a command line portscanner." SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz" diff --git a/nmap/nmap_3.50.oe b/nmap/nmap_3.50.oe index dcf6b289fd..d9331d330b 100644 --- a/nmap/nmap_3.50.oe +++ b/nmap/nmap_3.50.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc libpcap" +DEPENDS = "libpcap" DESCRIPTION = "Nmap is a command line portscanner." SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz" diff --git a/nmixer/nmixer_2.0.oe b/nmixer/nmixer_2.0.oe index a201063197..88c66913e9 100644 --- a/nmixer/nmixer_2.0.oe +++ b/nmixer/nmixer_2.0.oe @@ -2,7 +2,7 @@ DESCRIPTION = "A text mode OSS soundmixer" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" SRC_URI = "http://www.stack.nl/~brama/projects/nmixer/src/nmixer-${PV}.tar.gz" diff --git a/nonworking/alsa-driver/alsadriver_0.9.8.oe b/nonworking/alsa-driver/alsadriver_0.9.8.oe index e69de29bb2..3962dc6035 100644 --- a/nonworking/alsa-driver/alsadriver_0.9.8.oe +++ b/nonworking/alsa-driver/alsadriver_0.9.8.oe @@ -0,0 +1,12 @@ +DESCRIPTION="Alsa Drivers" +MAINTAINER="Lorn Potter <lpotter@trolltech.com>" +LICENSE="GPL" +DEPENDS="" + +SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-driver-${PV}.tar.bz2" + +S="${WORKDIR}/${P}" + +inherit autotools +# libtool + diff --git a/nonworking/alsa-tools/alsa-tools_0.9.8.oe b/nonworking/alsa-tools/alsa-tools_0.9.8.oe index e69de29bb2..d3acda0617 100644 --- a/nonworking/alsa-tools/alsa-tools_0.9.8.oe +++ b/nonworking/alsa-tools/alsa-tools_0.9.8.oe @@ -0,0 +1,50 @@ +DESCRIPTION="Alsa Tools" +MAINTAINER="Lorn Potter <lpotter@trolltech.com>" +LICENSE="GPL" +DEPENDS="" + +SRC_URI="ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2" + +inherit autotools + +dirs = ac3dec \ + as10k1 \ + envy24control \ + hdsploader \ + hdspmixer \ + mixartloader \ + rmedigicontrol \ + sb16_csp \ + seq \ + sscape_ctl \ + us428control \ + usx2yloader \ + vxloader + +do_configure () { + for d in ${dirs}; do + ( + S="$S/$d" + cd ${S} + oe_runconf + ) + done +} + +do_compile () { + for d in ${dirs}; do + ( + cd ${S}/$d + oe_runmake + ) + done +} + +do_install () { + for d in ${dirs}; do + ( + cd ${S}/$d + oe_runmake 'DESTDIR=${D}' install + ) + done +} diff --git a/nonworking/apache/apache_2.0.47.oe b/nonworking/apache/apache_2.0.47.oe index e69de29bb2..58131dddbf 100644 --- a/nonworking/apache/apache_2.0.47.oe +++ b/nonworking/apache/apache_2.0.47.oe @@ -0,0 +1,85 @@ +SECTION = net +DEPENDS = expat openssl +RDEPENDS = libc6, libexpat1, libssl0.9.7 + +SRC_URI = http://ftp.epix.net/apache/httpd/httpd-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/pcre-configure.patch;patch=1 +S = ${WORKDIR}/httpd-${PV} + +basesysconfdir := ${sysconfdir} +sysconfdir = /etc/apache + +inherit autotools libtool + +FILES_${PN}=${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ + ${libdir}/*/ ${basesysconfdir} ${sharedstatedir} ${localstatedir} \ + /bin /sbin /lib/*/ /lib/*.so* ${datadir}/${PN} ${datadir}/htdocs \ + ${datadir}/icons ${datadir}/cgi-bin ${datadir}/error /var + +CFLAGS_append = " -DPATH_MAX=4096" +CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " +EXTRA_OECONF = "--enable-ssl --with-ssl=${STAGING_LIBDIR}/.. --enable-dav \ + --enable-dav-fs --with-dbm=sdbm --with-berkeley-db=no \ + --with-gdbm=no --with-ndbm=no" +do_configure () { + (cd srclib/apr && ./buildconf) + (cd srclib/apr-util && ./buildconf) + + cp srclib/apr/build/config.guess srclib/apr/build/config.sub \ + srclib/apr/build/PrintPath srclib/apr/build/apr_common.m4 \ + srclib/apr/build/find_apr.m4 $apu_src_dir/build/find_apu.m4 build + + (cd srclib/pcre && autoconf) + + aclocal -I build + autoheader + autoconf + oe_runconf +} + +do_compile () { + touch srclib/apr-util/uri/gen_uri_delims.lo + ${BUILD_CC} srclib/apr-util/uri/gen_uri_delims.c -o srclib/apr-util/uri/gen_uri_delims + touch srclib/pcre/dftables.lo + ${BUILD_CC} -I/usr/include/pcre srclib/pcre/dftables.c -o srclib/pcre/dftables + cd server + ${BUILD_CC} -I${S}/srclib/apr/include -c gen_test_char.c && touch gen_test_char.lo + ${BUILD_CC} -I${S}/os/unix -I${S}/srclib/apr/include -I${S}/srclib/apr-util/include -I${S}/include -c util_debug.c && touch util_debug.lo + ${BUILD_CC} gen_test_char.o util_debug.o -o gen_test_char + /bin/sh ${S}/srclib/apr/libtool --silent --mode=compile ${CC} -DPATH_MAX=4096 -I${S}/srclib/apr/include -prefer-non-pic -static -c gen_test_char.c && touch gen_test_char.lo + /bin/sh ${S}/srclib/apr/libtool --silent --mode=compile ${CC} -DPATH_MAX=4096 -I${S}/os/unix -I${S}/srclib/apr/include -I${S}/srclib/apr-util/include -I${S}/include -prefer-non-pic -static -c util_debug.c && touch util_debug.lo + touch gen_test_char + cd .. + oe_runmake +} + +do_install_append () { + set -x + install -d ${D}/${basesysconfdir}/init.d + cat ${FILESDIR}/init | \ + sed -e 's,/usr/sbin/,${sbindir}/,g; \ + s,/usr/bin/,${bindir}/,g; \ + s,/usr/lib,${libdir}/,g; \ + s,/etc/apache/,${sysconfdir}/,g; \ + s,/etc/,${basesysconfdir}/,g; \ + s,/usr/,${prefix}/,g;' > ${D}/${basesysconfdir}/init.d/httpd + chmod 755 ${D}/${basesysconfdir}/init.d/httpd + if test -e ${FILESDIR}/httpd.conf.${MACHINE}; then + install -m 0644 ${FILESDIR}/httpd.conf.${MACHINE} ${D}/${sysconfdir}/httpd.conf + fi +} + +pkg_postinst () { + if test -n "$D"; then + D="-r $D" + fi + update-rc.d $D httpd defaults 91 20 +} + +pkg_prerm () { + if test -n "$D"; then + D="-r $D" + fi + update-rc.d $D httpd remove +} diff --git a/nonworking/aterm/aterm_0.4.2.oe b/nonworking/aterm/aterm_0.4.2.oe index 384346957f..573019b006 100644 --- a/nonworking/aterm/aterm_0.4.2.oe +++ b/nonworking/aterm/aterm_0.4.2.oe @@ -1,4 +1,4 @@ -DEPENDS = virtual/libc x11-cvs xproto-cvs +DEPENDS = x11-cvs xproto-cvs SRC_URI = ${SOURCEFORGE_MIRROR}/aterm/aterm-${PV}.tar.bz2 diff --git a/nonworking/atk/atk_1.5.1.oe b/nonworking/atk/atk_1.5.1.oe index e69de29bb2..af2a6f8667 100644 --- a/nonworking/atk/atk_1.5.1.oe +++ b/nonworking/atk/atk_1.5.1.oe @@ -0,0 +1,13 @@ +DEPENDS = glib-2.0 +RDEPENDS = libc6 glib-2.0 + +SRC_URI = http://ftp.gnome.org/pub/gnome/sources/atk/1.5/atk-${PV}.tar.bz2 \ + file://${FILESDIR}/m4.patch;patch=1 + +inherit autotools libtool + +EXTRA_OECONF = '--disable-glibtest' + +CFLAGS_append = ' -I${STAGING_INCDIR}/glib-2.0 \ + -I${STAGING_INCDIR}/glib-2.0/glib \ + -I${STAGING_INCDIR}/glib-2.0/gobject' diff --git a/nonworking/bluez-bluefw/bluez-bluefw_0.9.oe b/nonworking/bluez-bluefw/bluez-bluefw_0.9.oe index e69de29bb2..d98078802b 100644 --- a/nonworking/bluez-bluefw/bluez-bluefw_0.9.oe +++ b/nonworking/bluez-bluefw/bluez-bluefw_0.9.oe @@ -0,0 +1,11 @@ +SECTION="libs" +PRIORITY="optional" +RDEPENDS="libc6" +SECTION="libs" +DEPENDS= + +SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz" +S=${WORKDIR}/${P} + +inherit autotools + diff --git a/nonworking/bogl/bogl-utils-native_0.1.9.oe b/nonworking/bogl/bogl-utils-native_0.1.9.oe index 545f06c45e..94a1d4e00b 100644 --- a/nonworking/bogl/bogl-utils-native_0.1.9.oe +++ b/nonworking/bogl/bogl-utils-native_0.1.9.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Utilities for Ben's Own Graphics Library" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc gd-native" +DEPENDS = "gd-native" PR = "2" SRC_URI = "${DEBIAN_MIRROR}/main/b/bogl/bogl_${PV}-${PR}.tar.gz" diff --git a/nonworking/bogl/libbogl_0.1.9.oe b/nonworking/bogl/libbogl_0.1.9.oe index e69de29bb2..e9198eae89 100644 --- a/nonworking/bogl/libbogl_0.1.9.oe +++ b/nonworking/bogl/libbogl_0.1.9.oe @@ -0,0 +1,24 @@ +DESCRIPTION = "Ben's Own Graphics Library" +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "bogl-utils-native" +PR = "2" + +SRC_URI = "${DEBIAN_MIRROR}/main/b/bogl/bogl_${PV}-${PR}.tar.gz" +S = "${WORKDIR}/bogl" + +do_compile() { + ln -sf ${STAGING_BINDIR}/bdftobogl . + ln -sf ${STAGING_BINDIR}/pngtobogl . + oe_runmake libbogl.so.0.1 libbogl.a +} + +do_stage() { + oe_soinstall libbogl.so.0.1 ${STAGING_LIBDIR}/ + install bogl*.h ${STAGING_INCDIR}/ +} + +do_install() { + oe_soinstall libbogl.so.0.1 ${STAGING_LIBDIR}/ +} + diff --git a/nonworking/cvs/cvs_1.12.6.oe b/nonworking/cvs/cvs_1.12.6.oe index 58b44d412a..b83ce9d96f 100644 --- a/nonworking/cvs/cvs_1.12.6.oe +++ b/nonworking/cvs/cvs_1.12.6.oe @@ -1,7 +1,7 @@ DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version " SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc" +DEPENDS = "" RDEPENDS = "libc6" SRC_URI = "http://www.cvshome.org/files/19/10/cvs-${PV}.tar.bz2" diff --git a/nonworking/cyrus-imapd/cyrus-imapd_2.1.15.oe b/nonworking/cyrus-imapd/cyrus-imapd_2.1.15.oe index f322b1486b..28ff427797 100644 --- a/nonworking/cyrus-imapd/cyrus-imapd_2.1.15.oe +++ b/nonworking/cyrus-imapd/cyrus-imapd_2.1.15.oe @@ -1,4 +1,4 @@ -DEPENDS = virtual/libc cyrus-sasl +DEPENDS = cyrus-sasl RDEPENDS = libc6 cyrus-sasl SRC_URI = ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz diff --git a/nonworking/cyrus-imapd/cyrus-imapd_2.2.3.oe b/nonworking/cyrus-imapd/cyrus-imapd_2.2.3.oe index e69de29bb2..28ff427797 100644 --- a/nonworking/cyrus-imapd/cyrus-imapd_2.2.3.oe +++ b/nonworking/cyrus-imapd/cyrus-imapd_2.2.3.oe @@ -0,0 +1,8 @@ +DEPENDS = cyrus-sasl +RDEPENDS = libc6 cyrus-sasl + +SRC_URI = ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz + +inherit autotools + +EXTRA_OECONF=--with-auth=unix diff --git a/nonworking/directfb/directfb_0.9.19.oe b/nonworking/directfb/directfb_0.9.19.oe index e69de29bb2..13244f3327 100644 --- a/nonworking/directfb/directfb_0.9.19.oe +++ b/nonworking/directfb/directfb_0.9.19.oe @@ -0,0 +1,38 @@ +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 libjpeg libpng3 zlib1g" +DEPENDS = "jpeg libpng zlib" +DESCRIPTION = "DirectFB is a thin library that provides developers \ +with hardware graphics acceleration, input device handling and \ +abstraction, an integrated windowing system with support for \ +translucent windows and multiple display layers on top of the \ +Linux framebuffer device." +FILES_directfb_append = " ${libdir}/directfb-${PV}/systems/*.so \ + ${libdir}/directfb-${PV}/inputdrivers/*.so \ + ${libdir}/directfb-${PV}/interfaces/*/*.so \ + ${datadir}/directfb-${PV}" + +SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz" +S = "${WORKDIR}/DirectFB-${PV}" + +inherit autotools libtool pkgconfig + +EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no" + +do_stage() { + oe_runmake -C src 'libdir=/target/lib' 'includedir=/target/include/directfb' \ + 'oldincludedir=/target/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_DIR}' \ + 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ + install-internalincludeHEADERS install-libLTLIBRARIES + oe_runmake -C include 'libdir=/target/lib' 'includedir=/target/include/directfb' \ + 'oldincludedir=/target/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_DIR}' \ + 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ + install-internalincludeHEADERS install-includeHEADERS +} + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} diff --git a/nonworking/directfb/directfb_0.9.20.oe b/nonworking/directfb/directfb_0.9.20.oe index e69de29bb2..9932fc563c 100644 --- a/nonworking/directfb/directfb_0.9.20.oe +++ b/nonworking/directfb/directfb_0.9.20.oe @@ -0,0 +1,38 @@ +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 libjpeg62 libpng3 zlib1g" +DEPENDS = "jpeg libpng zlib" +DESCRIPTION = "DirectFB is a thin library that provides developers \ +with hardware graphics acceleration, input device handling and \ +abstraction, an integrated windowing system with support for \ +translucent windows and multiple display layers on top of the \ +Linux framebuffer device." +FILES_directfb_append = " ${libdir}/directfb-${PV}/systems/*.so \ + ${libdir}/directfb-${PV}/inputdrivers/*.so \ + ${libdir}/directfb-${PV}/interfaces/*/*.so \ + ${datadir}/directfb-${PV}" + +SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz" +S = "${WORKDIR}/DirectFB-${PV}" + +inherit autotools libtool pkgconfig + +EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no" + +do_stage() { + oe_runmake -C src 'libdir=/target/lib' 'includedir=/target/include/directfb' \ + 'oldincludedir=/target/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_DIR}' \ + 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ + install-internalincludeHEADERS install-libLTLIBRARIES + oe_runmake -C include 'libdir=/target/lib' 'includedir=/target/include/directfb' \ + 'oldincludedir=/target/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_DIR}' \ + 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ + install-internalincludeHEADERS install-includeHEADERS +} + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} diff --git a/nonworking/enscript/enscript_1.6.4.oe b/nonworking/enscript/enscript_1.6.4.oe index e69de29bb2..e65164b87b 100644 --- a/nonworking/enscript/enscript_1.6.4.oe +++ b/nonworking/enscript/enscript_1.6.4.oe @@ -0,0 +1,6 @@ +DEPENDS = +RDEPENDS = libc6 + +SRC_URI = http://www.iki.fi/mtr/genscript/enscript-1.6.4.tar.gz + +inherit autotools diff --git a/nonworking/espgs/espgs_7.07.1rc1.oe b/nonworking/espgs/espgs_7.07.1rc1.oe index e69de29bb2..ef6f68f1a1 100644 --- a/nonworking/espgs/espgs_7.07.1rc1.oe +++ b/nonworking/espgs/espgs_7.07.1rc1.oe @@ -0,0 +1,12 @@ +DEPENDS = +RDEPENDS = libc6 + +SRC_URI = ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 + +inherit autotools + +do_configure () { + set -e + ./autogen.sh + oe_runconf +} diff --git a/nonworking/firebird/firebird_1.5.0.4290.oe b/nonworking/firebird/firebird_1.5.0.4290.oe index e69de29bb2..c8f87a580e 100644 --- a/nonworking/firebird/firebird_1.5.0.4290.oe +++ b/nonworking/firebird/firebird_1.5.0.4290.oe @@ -0,0 +1,11 @@ +DEPENDS = +RDEPENDS = libc6 + +SRC_URI = ${SOURCEFORGE_MIRROR}/firebird/firebird-${PV}.tar.bz2 + +inherit autotools + +do_configure () { + ./autogen.sh + oe_runconf +} diff --git a/nonworking/freenote/freenote_1.6.1.oe b/nonworking/freenote/freenote_1.6.1.oe index e69de29bb2..90c131e6b1 100644 --- a/nonworking/freenote/freenote_1.6.1.oe +++ b/nonworking/freenote/freenote_1.6.1.oe @@ -0,0 +1,24 @@ +DESCRIPTION="Auto-Correction Paint Program for Opie/Qtopia" +SECTION="base" +PRIORITY="optional" +LICENSE="GPL" +RDEPENDS="libqpe1" +DEPENDS="" + +SRC_URI = http://www.urban.ne.jp/home/kanemori/zaurus/FreeNote_${PV}_arm.tar.gz \ + file://${FILESDIR}/compile.patch;patch=1 +S = ${WORKDIR}/FreeNote_${PV}_arm + +inherit palmtop + +do_configure_prepend() { + qmake -project -o ${PN}.pro +} + +do_install() { + install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics} + install -D -m 755 freenoteeintu ${D}/opt/QtPalmtop/bin/freenoteeintu + install -D -m 644 ${FILESDIR}/freenoteeintu.desktop ${D}/opt/QtPalmtop/apps/Applications/freenoteeintu.desktop + install -d ${D}/opt/QtPalmtop/pics + cp -a *.png ${D}/opt/QtPalmtop/pics/ +} diff --git a/nonworking/frodo/frodo_4.2.oe b/nonworking/frodo/frodo_4.2.oe index c65fd07622..669d97d711 100644 --- a/nonworking/frodo/frodo_4.2.oe +++ b/nonworking/frodo/frodo_4.2.oe @@ -2,7 +2,7 @@ DESCRIPTION="C64 Emulator based on SDL" SECTION="base" PRIORITY="optional" RDEPENDS="libc6 libsdl-qpe" -DEPENDS=virtual/libc libsdl-qpe +DEPENDS=libsdl-qpe SRC_URI = cvs://anoncvs:anoncvs@down.physik.uni-mainz.de/cvs;module=Frodo4 \ file://${FILESDIR}/m4.patch;patch=1 \ diff --git a/nonworking/gd/gd_2.0.22.oe b/nonworking/gd/gd_2.0.22.oe index e69de29bb2..18674dba30 100644 --- a/nonworking/gd/gd_2.0.22.oe +++ b/nonworking/gd/gd_2.0.22.oe @@ -0,0 +1,11 @@ +DESCRIPTION = "An ANSI C library for the dynamic creation of images. GD creates PNG and JPEG images, among other formats." +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "" + +SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz" + +inherit autotools libtool + + + diff --git a/nonworking/glib-1.2/glib-1.2_1.2.10.oe b/nonworking/glib-1.2/glib-1.2_1.2.10.oe index e69de29bb2..3580754de2 100644 --- a/nonworking/glib-1.2/glib-1.2_1.2.10.oe +++ b/nonworking/glib-1.2/glib-1.2_1.2.10.oe @@ -0,0 +1,11 @@ +DEPENDS = +RDEPENDS = libc6 + +SRC_URI = http://ftp.gnome.org/pub/gnome/sources/glib/1.2/glib-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools libtool + +do_configure_prepend () { + install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h . +} diff --git a/nonworking/glib-2.0/glib-2.0_2.3.1.oe b/nonworking/glib-2.0/glib-2.0_2.3.1.oe index e69de29bb2..78710f7a4f 100644 --- a/nonworking/glib-2.0/glib-2.0_2.3.1.oe +++ b/nonworking/glib-2.0/glib-2.0_2.3.1.oe @@ -0,0 +1,106 @@ +DEPENDS = glib-2.0-native +RDEPENDS = libc6 + +SRC_URI = http://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-${PV}.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1 +S = ${WORKDIR}/glib-${PV} + +inherit autotools libtool pkgconfig + +acpaths= +do_configure_prepend () { + install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h . +} + +SOV=0.103.0 +do_stage () { + install -m 0755 glib/.libs/libglib-2.0.so.${SOV} ${STAGING_LIBDIR}/libglib-2.0.so.${SOV} + install -m 0644 glib/.libs/libglib-2.0.lai ${STAGING_LIBDIR}/libglib-2.0.la + install -m 0644 glib/.libs/libglib-2.0.a ${STAGING_LIBDIR}/libglib-2.0.a + install -m 0755 gmodule/.libs/libgmodule-2.0.so.${SOV} ${STAGING_LIBDIR}/libgmodule-2.0.so.${SOV} + install -m 0644 gmodule/.libs/libgmodule-2.0.lai ${STAGING_LIBDIR}/libgmodule-2.0.la + install -m 0644 gmodule/.libs/libgmodule-2.0.a ${STAGING_LIBDIR}/libgmodule-2.0.a + install -m 0755 gthread/.libs/libgthread-2.0.so.${SOV} ${STAGING_LIBDIR}/libgthread-2.0.so.${SOV} + install -m 0644 gthread/.libs/libgthread-2.0.lai ${STAGING_LIBDIR}/libgthread-2.0.la + install -m 0644 gthread/.libs/libgthread-2.0.a ${STAGING_LIBDIR}/libgthread-2.0.a + install -m 0755 gobject/.libs/libgobject-2.0.so.${SOV} ${STAGING_LIBDIR}/libgobject-2.0.so.${SOV} + install -m 0644 gobject/.libs/libgobject-2.0.lai ${STAGING_LIBDIR}/libgobject-2.0.la + install -m 0644 gobject/.libs/libgobject-2.0.a ${STAGING_LIBDIR}/libgobject-2.0.a + ln -sf libglib-2.0.so.${SOV} ${STAGING_LIBDIR}/libglib-2.0.so.0 + ln -sf libglib-2.0.so.${SOV} ${STAGING_LIBDIR}/libglib-2.0.so + ln -sf libgmodule-2.0.so.${SOV} ${STAGING_LIBDIR}/libgmodule-2.0.so.0 + ln -sf libgmodule-2.0.so.${SOV} ${STAGING_LIBDIR}/libgmodule-2.0.so + ln -sf libgthread-2.0.so.${SOV} ${STAGING_LIBDIR}/libgthread-2.0.so.0 + ln -sf libgthread-2.0.so.${SOV} ${STAGING_LIBDIR}/libgthread-2.0.so + ln -sf libgobject-2.0.so.${SOV} ${STAGING_LIBDIR}/libgobject-2.0.so.0 + ln -sf libgobject-2.0.so.${SOV} ${STAGING_LIBDIR}/libgobject-2.0.so + ln -sf libglib-2.0.so.${SOV} ${STAGING_LIBDIR}/libglib-2.0.so.0 + ln -sf libglib-2.0.so.${SOV} ${STAGING_LIBDIR}/libglib-2.0.so + install -d ${STAGING_INCDIR}/glib-2.0/glib + install -m 0755 glibconfig.h ${STAGING_INCDIR}/glib-2.0/glibconfig.h + install -m 0644 glib/glib-object.h ${STAGING_INCDIR}/glib-2.0/glib-object.h + install -m 0644 glib/glib.h ${STAGING_INCDIR}/glib-2.0/glib.h + install -m 0644 gmodule/gmodule.h ${STAGING_INCDIR}/glib-2.0/gmodule.h + install -m 0644 glib/galloca.h ${STAGING_INCDIR}/glib-2.0/glib/galloca.h + install -m 0644 glib/garray.h ${STAGING_INCDIR}/glib-2.0/glib/garray.h + install -m 0644 glib/gasyncqueue.h ${STAGING_INCDIR}/glib-2.0/glib/gasyncqueue.h + install -m 0644 glib/gbacktrace.h ${STAGING_INCDIR}/glib-2.0/glib/gbacktrace.h + install -m 0644 glib/gcache.h ${STAGING_INCDIR}/glib-2.0/glib/gcache.h + install -m 0644 glib/gcompletion.h ${STAGING_INCDIR}/glib-2.0/glib/gcompletion.h + install -m 0644 glib/gconvert.h ${STAGING_INCDIR}/glib-2.0/glib/gconvert.h + install -m 0644 glib/gdataset.h ${STAGING_INCDIR}/glib-2.0/glib/gdataset.h + install -m 0644 glib/gdate.h ${STAGING_INCDIR}/glib-2.0/glib/gdate.h + install -m 0644 glib/gdir.h ${STAGING_INCDIR}/glib-2.0/glib/gdir.h + install -m 0644 glib/gerror.h ${STAGING_INCDIR}/glib-2.0/glib/gerror.h + install -m 0644 glib/gfileutils.h ${STAGING_INCDIR}/glib-2.0/glib/gfileutils.h + install -m 0644 glib/ghash.h ${STAGING_INCDIR}/glib-2.0/glib/ghash.h + install -m 0644 glib/ghook.h ${STAGING_INCDIR}/glib-2.0/glib/ghook.h + install -m 0644 glib/giochannel.h ${STAGING_INCDIR}/glib-2.0/glib/giochannel.h + install -m 0644 glib/glist.h ${STAGING_INCDIR}/glib-2.0/glib/glist.h + install -m 0644 glib/gmacros.h ${STAGING_INCDIR}/glib-2.0/glib/gmacros.h + install -m 0644 glib/gmain.h ${STAGING_INCDIR}/glib-2.0/glib/gmain.h + install -m 0644 glib/gmarkup.h ${STAGING_INCDIR}/glib-2.0/glib/gmarkup.h + install -m 0644 glib/gmem.h ${STAGING_INCDIR}/glib-2.0/glib/gmem.h + install -m 0644 glib/gmessages.h ${STAGING_INCDIR}/glib-2.0/glib/gmessages.h + install -m 0644 glib/gnode.h ${STAGING_INCDIR}/glib-2.0/glib/gnode.h + install -m 0644 glib/gpattern.h ${STAGING_INCDIR}/glib-2.0/glib/gpattern.h + install -m 0644 glib/gprimes.h ${STAGING_INCDIR}/glib-2.0/glib/gprimes.h + install -m 0644 glib/gqsort.h ${STAGING_INCDIR}/glib-2.0/glib/gqsort.h + install -m 0644 glib/gquark.h ${STAGING_INCDIR}/glib-2.0/glib/gquark.h + install -m 0644 glib/gqueue.h ${STAGING_INCDIR}/glib-2.0/glib/gqueue.h + install -m 0644 glib/grand.h ${STAGING_INCDIR}/glib-2.0/glib/grand.h + install -m 0644 glib/grel.h ${STAGING_INCDIR}/glib-2.0/glib/grel.h + install -m 0644 glib/gscanner.h ${STAGING_INCDIR}/glib-2.0/glib/gscanner.h + install -m 0644 glib/gshell.h ${STAGING_INCDIR}/glib-2.0/glib/gshell.h + install -m 0644 glib/gslist.h ${STAGING_INCDIR}/glib-2.0/glib/gslist.h + install -m 0644 glib/gspawn.h ${STAGING_INCDIR}/glib-2.0/glib/gspawn.h + install -m 0644 glib/gstrfuncs.h ${STAGING_INCDIR}/glib-2.0/glib/gstrfuncs.h + install -m 0644 glib/gstring.h ${STAGING_INCDIR}/glib-2.0/glib/gstring.h + install -m 0644 glib/gthread.h ${STAGING_INCDIR}/glib-2.0/glib/gthread.h + install -m 0644 glib/gthreadpool.h ${STAGING_INCDIR}/glib-2.0/glib/gthreadpool.h + install -m 0644 glib/gtimer.h ${STAGING_INCDIR}/glib-2.0/glib/gtimer.h + install -m 0644 glib/gtree.h ${STAGING_INCDIR}/glib-2.0/glib/gtree.h + install -m 0644 glib/gtypes.h ${STAGING_INCDIR}/glib-2.0/glib/gtypes.h + install -m 0644 glib/gunicode.h ${STAGING_INCDIR}/glib-2.0/glib/gunicode.h + install -m 0644 glib/gutils.h ${STAGING_INCDIR}/glib-2.0/glib/gutils.h + install -m 0644 glib/gwin32.h ${STAGING_INCDIR}/glib-2.0/glib/gwin32.h + install -m 0644 glib/gprintf.h ${STAGING_INCDIR}/glib-2.0/glib/gprintf.h + install -d ${STAGING_INCDIR}/glib-2.0/gobject + install -m 0644 gobject/gboxed.h ${STAGING_INCDIR}/glib-2.0/gobject/gboxed.h + install -m 0644 gobject/gclosure.h ${STAGING_INCDIR}/glib-2.0/gobject/gclosure.h + install -m 0644 gobject/genums.h ${STAGING_INCDIR}/glib-2.0/gobject/genums.h + install -m 0644 gobject/gobject.h ${STAGING_INCDIR}/glib-2.0/gobject/gobject.h + install -m 0644 gobject/gparam.h ${STAGING_INCDIR}/glib-2.0/gobject/gparam.h + install -m 0644 gobject/gparamspecs.h ${STAGING_INCDIR}/glib-2.0/gobject/gparamspecs.h + install -m 0644 gobject/gsignal.h ${STAGING_INCDIR}/glib-2.0/gobject/gsignal.h + install -m 0644 gobject/gsourceclosure.h ${STAGING_INCDIR}/glib-2.0/gobject/gsourceclosure.h + install -m 0644 gobject/gtype.h ${STAGING_INCDIR}/glib-2.0/gobject/gtype.h + install -m 0644 gobject/gtypemodule.h ${STAGING_INCDIR}/glib-2.0/gobject/gtypemodule.h + install -m 0644 gobject/gtypeplugin.h ${STAGING_INCDIR}/glib-2.0/gobject/gtypeplugin.h + install -m 0644 gobject/gvalue.h ${STAGING_INCDIR}/glib-2.0/gobject/gvalue.h + install -m 0644 gobject/gvaluearray.h ${STAGING_INCDIR}/glib-2.0/gobject/gvaluearray.h + install -m 0644 gobject/gvaluecollector.h ${STAGING_INCDIR}/glib-2.0/gobject/gvaluecollector.h + install -m 0644 gobject/gvaluetypes.h ${STAGING_INCDIR}/glib-2.0/gobject/gvaluetypes.h + install -m 0644 gobject/gobjectnotifyqueue.c ${STAGING_INCDIR}/glib-2.0/gobject/gobjectnotifyqueue.c + install -m 0644 gobject/gmarshal.h ${STAGING_INCDIR}/glib-2.0/gobject/gmarshal.h +} diff --git a/nonworking/gnupg/gnupg_1.0.7.oe b/nonworking/gnupg/gnupg_1.0.7.oe index e69de29bb2..31fb58625e 100644 --- a/nonworking/gnupg/gnupg_1.0.7.oe +++ b/nonworking/gnupg/gnupg_1.0.7.oe @@ -0,0 +1,9 @@ +DEPENDS = zlib +RDEPENDS = libc6 zlib + +SRC_URI = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.gz \ + file://${FILESDIR}/gcc3.patch;patch=1 + +inherit autotools + +EXTRA_OEMAKE = "'checks='" diff --git a/nonworking/konqueror/konqueror-embedded_20030705.oe b/nonworking/konqueror/konqueror-embedded_20030705.oe index e69de29bb2..4499f26498 100644 --- a/nonworking/konqueror/konqueror-embedded_20030705.oe +++ b/nonworking/konqueror/konqueror-embedded_20030705.oe @@ -0,0 +1,26 @@ +DESCRIPTION="KDE Web Browser Konqueror, QtE based Palmtop Environments Edition" +SECTION="base" +PRIORITY="optional" +LICENSE="GPL" +RDEPENDS="libqpe1" +DEPENDS="" + +SRC_URI = http://devel-home.kde.org/~hausmann/snapshots/konqueror-embedded-snapshot-${PV}.tar.gz \ + file://${FILESDIR}/opie1.patch;patch=1 + +S = "${WORKDIR}/konqueror-embedded-snapshot-${PV}" + +inherit autotools libtool + +FILES= +FILES_${PN}=/opt/QtPalmtop + +QMAKE=${STAGING_BINDIR}/qmake +QMAKESPEC=${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-${TARGET_ARCH}-g++ + +EXTRA_QMAKEVARS_POST = "QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BINDIR}/moc QMAKE_RPATH=-Wl,-rpath-link," + +EXTRA_OECONF = --enable-static --disable-shared --disable-debug --enable-qpe --enable-embedded \ + --with-extra-includes=${STAGING_INCDIR} --with-extra-libs=${STAGING_LIBDIR} --with-ssl-version=0.9.7c \ + --with-ssl-dir=${STAGING_DIR}/target --with-qtopia-dir=${STAGING_DIR}/target --prefix=/opt/QtPalmtop --with-javascript=static + diff --git a/nonworking/korganizer/korganizer-embedded_1.7.5.oe b/nonworking/korganizer/korganizer-embedded_1.7.5.oe index e69de29bb2..c8d76d9eda 100644 --- a/nonworking/korganizer/korganizer-embedded_1.7.5.oe +++ b/nonworking/korganizer/korganizer-embedded_1.7.5.oe @@ -0,0 +1,53 @@ +DESCRIPTION= "Korganizer/Pi is a powerful calender and ToDo Tool for Qt/Embedded based Palmtop Environments" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Sebastian Goergen <zeppo@gmx.net>" +LICENSE = "GPL" +RDEPENDS = "lipqpe1" +DEPENDS ="virtual/libqpe libopie1" + +SRC_URI = "http://www.pi-sync.net/daunlood/stable/korganizerPi.175.tar.gz" + +S = "${WORKDIR}/korganizerPi.175" + +inherit palmtop + +EXTRA_QMAKEVARS_POST = "QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BINDIR}/moc QMAKE_RPATH=-Wl,-rpath-link," +QMAKE_PROFILES= "all.pro" + +SUBDIRS="microkde libical/src/libical libical/src/libicalss libkcal libkdepim libkabcwrap kalarmd korganizer" + +do_configure_prepend() { + echo -e "TEMPLATE=subdirs\nSUBDIRS=qtcompat ${SUBDIRS}\n" >all.pro + for d in ${SUBDIRS} + do + mv -f ${d}/`basename ${d}`E.pro ${d}/`basename ${d}`.pro + done +} + +do_install() { + install -d ${D}/${palmtopdir}/bin \ + ${D}/${palmtopdir}/lib \ + ${D}/${palmtopdir}/apps/1Pim \ + ${D}/${palmtopdir}/pics/korganizer/icons16 \ + ${D}/${palmtopdir}/pics/korganizer/iconsmini \ + ${D}/${palmtopdir}/plugins/applets + install -m 0644 korganizer/korganizer.desktop ${D}/${palmtopdir}/apps/1Pim/korganizer.desktop + cd ${S}/pics + install -m 0644 ${S}/pics/ko*.png ${D}/${palmtopdir}/pics + install -m 0644 ${S}/pics/*.png ${D}/${palmtopdir}/pics/korganizer + install -m 0644 ${S}/pics/icons16/*.png ${D}/${palmtopdir}/pics/korganizer/icons16 + install -m 0644 ${S}/pics/iconsmini/*.png ${D}/${palmtopdir}/pics/korganizer/iconsmini + + for f in libmicrokde libmicrokdepim libmicrokabc libmicrokcal libmicroqtcompat + do + oe_libinstall -so -C ${STAGING_LIBDIR} $f ${d}/${palmtopdir}/lib + done + + install -m 0755 ${STAGING_DIR}/${HOST_SYS}/bin/kopi ${D}/${palmtopdir}/bin/kopi + + for f in libkopialarmapplet + do + oe_libinstall -so -C ${STAGING_DIR}/${HOST_SYS}/plugins/applets $f ${d}/${palmtopdir}/plugins/applets + done +} diff --git a/nonworking/kstars/kstars-embedded_0.8.5.oe b/nonworking/kstars/kstars-embedded_0.8.5.oe index e69de29bb2..03e398fb25 100644 --- a/nonworking/kstars/kstars-embedded_0.8.5.oe +++ b/nonworking/kstars/kstars-embedded_0.8.5.oe @@ -0,0 +1,22 @@ +DESCRIPTION = "KDE Stars: The Universe, in your hands! QtE based Palmtop Environments Edition" +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "" + +SRC_URI = "http://kstars.sourceforge.net/kstars-embedded-${PV}.tar.gz" +S = "${WORKDIR}/kstars" + +inherit palmtop + +do_install() { + install -d ${D}/${palmtopdir}/bin \ + ${D}/${palmtopdir}/apps/Applications \ + ${D}/${palmtopdir}/pics/kstars \ + ${D}/${palmtopdir}/share/apps/kstars + install -m 0755 ${STAGING_LIBDIR}/../bin/kstars ${D}/${palmtopdir}/bin/kstars + rm -f ${STAGING_LIBDIR}/../bin/kstars + install -m 0644 ${WORKDIR}/apps/Applications/kstars.desktop ${D}/${palmtopdir}/Applications + cp -a ${WORKDIR}/pics/kstars ${D}/${palmtopdir}/pics/ + cp -a ${WORKDIR}/share/apps/kstars ${D}/${palmtopdir}/share/apps/ +} diff --git a/nonworking/libetpan/libetpan_0.31.oe b/nonworking/libetpan/libetpan_0.31.oe index e69de29bb2..a96348ed9d 100644 --- a/nonworking/libetpan/libetpan_0.31.oe +++ b/nonworking/libetpan/libetpan_0.31.oe @@ -0,0 +1,125 @@ +DEPENDS = db3 openssl +RDEPENDS = libc6 db3 openssl + +SRC_URI = ${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ + file://${FILESDIR}/limits.patch;patch=1 \ + file://${FILESDIR}/install.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1 + +inherit autotools libtool + +EXTRA_OECONF = '--with-openssl=${STAGING_LIBDIR}/.. \ + --without-libiconv-prefix' + +do_stage () { + install -m 0644 .libs/libetpan.lai ${STAGING_LIBDIR}/libetpan.la + install -m 0644 .libs/libetpan.a ${STAGING_LIBDIR}/libetpan.a + install -m 0755 .libs/libetpan.so.0.0.0 ${STAGING_LIBDIR}/ + ln -sf libetpan.so.0.0.0 ${STAGING_LIBDIR}/libetpan.so.0 + ln -sf libetpan.so.0.0.0 ${STAGING_LIBDIR}/libetpan.so + install -d ${STAGING_DIR}/target/include/libetpan + install -m 0644 imap/mailimap_helper.h ${STAGING_DIR}/target/include/libetpan/mailimap_helper.h + install -m 0644 imap/mailimap.h ${STAGING_DIR}/target/include/libetpan/mailimap.h + install -m 0644 imap/mailimap_types.h ${STAGING_DIR}/target/include/libetpan/mailimap_types.h + install -m 0644 imap/mailimap_types_helper.h ${STAGING_DIR}/target/include/libetpan/mailimap_types_helper.h + install -m 0644 imap/mailimap_socket.h ${STAGING_DIR}/target/include/libetpan/mailimap_socket.h + install -m 0644 imap/mailimap_ssl.h ${STAGING_DIR}/target/include/libetpan/mailimap_ssl.h + install -m 0644 nntp/newsnntp.h ${STAGING_DIR}/target/include/libetpan/newsnntp.h + install -m 0644 nntp/newsnntp_socket.h ${STAGING_DIR}/target/include/libetpan/newsnntp_socket.h + install -m 0644 nntp/newsnntp_ssl.h ${STAGING_DIR}/target/include/libetpan/newsnntp_ssl.h + install -m 0644 nntp/newsnntp_types.h ${STAGING_DIR}/target/include/libetpan/newsnntp_types.h + install -m 0644 pop3/mailpop3.h ${STAGING_DIR}/target/include/libetpan/mailpop3.h + install -m 0644 pop3/mailpop3_socket.h ${STAGING_DIR}/target/include/libetpan/mailpop3_socket.h + install -m 0644 pop3/mailpop3_helper.h ${STAGING_DIR}/target/include/libetpan/mailpop3_helper.h + install -m 0644 pop3/mailpop3_ssl.h ${STAGING_DIR}/target/include/libetpan/mailpop3_ssl.h + install -m 0644 pop3/mailpop3_types.h ${STAGING_DIR}/target/include/libetpan/mailpop3_types.h + install -m 0644 smtp/mailsmtp.h ${STAGING_DIR}/target/include/libetpan/mailsmtp.h + install -m 0644 smtp/mailsmtp_helper.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_helper.h + install -m 0644 smtp/mailsmtp_socket.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_socket.h + install -m 0644 smtp/mailsmtp_ssl.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_ssl.h + install -m 0644 smtp/mailsmtp_types.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_types.h + install -m 0644 tools/mailstream.h ${STAGING_DIR}/target/include/libetpan/mailstream.h + install -m 0644 tools/mailstream_helper.h ${STAGING_DIR}/target/include/libetpan/mailstream_helper.h + install -m 0644 tools/mail.h ${STAGING_DIR}/target/include/libetpan/mail.h + install -m 0644 tools/mmapstring.h ${STAGING_DIR}/target/include/libetpan/mmapstring.h + install -m 0644 tools/mailstream_low.h ${STAGING_DIR}/target/include/libetpan/mailstream_low.h + install -m 0644 tools/mailstream_socket.h ${STAGING_DIR}/target/include/libetpan/mailstream_socket.h + install -m 0644 tools/mailstream_ssl.h ${STAGING_DIR}/target/include/libetpan/mailstream_ssl.h + install -m 0644 tools/mailstream_types.h ${STAGING_DIR}/target/include/libetpan/mailstream_types.h + install -m 0644 tools/carray.h ${STAGING_DIR}/target/include/libetpan/carray.h + install -m 0644 tools/clist.h ${STAGING_DIR}/target/include/libetpan/clist.h + install -m 0644 tools/chash.h ${STAGING_DIR}/target/include/libetpan/chash.h + install -m 0644 tools/cinthash.h ${STAGING_DIR}/target/include/libetpan/cinthash.h + install -m 0644 tools/charconv.h ${STAGING_DIR}/target/include/libetpan/charconv.h + install -m 0644 tools/mail_cache_db_types.h ${STAGING_DIR}/target/include/libetpan/mail_cache_db_types.h + install -m 0644 imf/mailimf.h ${STAGING_DIR}/target/include/libetpan/mailimf.h + install -m 0644 imf/mailimf_types.h ${STAGING_DIR}/target/include/libetpan/mailimf_types.h + install -m 0644 imf/mailimf_write.h ${STAGING_DIR}/target/include/libetpan/mailimf_write.h + install -m 0644 imf/mailimf_types_helper.h ${STAGING_DIR}/target/include/libetpan/mailimf_types_helper.h + install -m 0644 mbox/mailmbox.h ${STAGING_DIR}/target/include/libetpan/mailmbox.h + install -m 0644 mbox/mailmbox_types.h ${STAGING_DIR}/target/include/libetpan/mailmbox_types.h + install -m 0644 mh/mailmh.h ${STAGING_DIR}/target/include/libetpan/mailmh.h + install -m 0644 maildir/maildir.h ${STAGING_DIR}/target/include/libetpan/maildir.h + install -m 0644 maildir/maildir_types.h ${STAGING_DIR}/target/include/libetpan/maildir_types.h + install -m 0644 mime/mailmime.h ${STAGING_DIR}/target/include/libetpan/mailmime.h + install -m 0644 mime/mailmime_types.h ${STAGING_DIR}/target/include/libetpan/mailmime_types.h + install -m 0644 mime/mailmime_content.h ${STAGING_DIR}/target/include/libetpan/mailmime_content.h + install -m 0644 mime/mailmime_decode.h ${STAGING_DIR}/target/include/libetpan/mailmime_decode.h + install -m 0644 mime/mailmime_disposition.h ${STAGING_DIR}/target/include/libetpan/mailmime_disposition.h + install -m 0644 mime/mailmime_write.h ${STAGING_DIR}/target/include/libetpan/mailmime_write.h + install -m 0644 mime/mailmime_types_helper.h ${STAGING_DIR}/target/include/libetpan/mailmime_types_helper.h + install -m 0644 generic/libetpan_version.h ${STAGING_DIR}/target/include/libetpan/libetpan_version.h + install -m 0644 generic/maildriver.h ${STAGING_DIR}/target/include/libetpan/maildriver.h + install -m 0644 generic/maildriver_types.h ${STAGING_DIR}/target/include/libetpan/maildriver_types.h + install -m 0644 generic/maildriver_types_helper.h ${STAGING_DIR}/target/include/libetpan/maildriver_types_helper.h + install -m 0644 generic/imapdriver.h ${STAGING_DIR}/target/include/libetpan/imapdriver.h + install -m 0644 generic/imapdriver_cached.h ${STAGING_DIR}/target/include/libetpan/imapdriver_cached.h + install -m 0644 generic/imapdriver_message.h ${STAGING_DIR}/target/include/libetpan/imapdriver_message.h + install -m 0644 generic/imapdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/imapdriver_cached_message.h + install -m 0644 generic/imapstorage.h ${STAGING_DIR}/target/include/libetpan/imapstorage.h + install -m 0644 generic/imapdriver_types.h ${STAGING_DIR}/target/include/libetpan/imapdriver_types.h + install -m 0644 generic/generic_cache_types.h ${STAGING_DIR}/target/include/libetpan/generic_cache_types.h + install -m 0644 generic/nntpdriver.h ${STAGING_DIR}/target/include/libetpan/nntpdriver.h + install -m 0644 generic/nntpdriver_cached.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_cached.h + install -m 0644 generic/nntpdriver_tools.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_tools.h + install -m 0644 generic/nntpdriver_message.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_message.h + install -m 0644 generic/nntpdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_cached_message.h + install -m 0644 generic/nntpstorage.h ${STAGING_DIR}/target/include/libetpan/nntpstorage.h + install -m 0644 generic/nntpdriver_types.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_types.h + install -m 0644 generic/pop3driver.h ${STAGING_DIR}/target/include/libetpan/pop3driver.h + install -m 0644 generic/pop3driver_cached.h ${STAGING_DIR}/target/include/libetpan/pop3driver_cached.h + install -m 0644 generic/pop3driver_message.h ${STAGING_DIR}/target/include/libetpan/pop3driver_message.h + install -m 0644 generic/pop3driver_cached_message.h ${STAGING_DIR}/target/include/libetpan/pop3driver_cached_message.h + install -m 0644 generic/pop3storage.h ${STAGING_DIR}/target/include/libetpan/pop3storage.h + install -m 0644 generic/pop3driver_types.h ${STAGING_DIR}/target/include/libetpan/pop3driver_types.h + install -m 0644 generic/mboxdriver.h ${STAGING_DIR}/target/include/libetpan/mboxdriver.h + install -m 0644 generic/mboxdriver_cached.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_cached.h + install -m 0644 generic/mboxdriver_message.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_message.h + install -m 0644 generic/mboxdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_cached_message.h + install -m 0644 generic/mboxstorage.h ${STAGING_DIR}/target/include/libetpan/mboxstorage.h + install -m 0644 generic/mboxdriver_types.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_types.h + install -m 0644 generic/mhdriver.h ${STAGING_DIR}/target/include/libetpan/mhdriver.h + install -m 0644 generic/mhdriver_cached.h ${STAGING_DIR}/target/include/libetpan/mhdriver_cached.h + install -m 0644 generic/mhdriver_message.h ${STAGING_DIR}/target/include/libetpan/mhdriver_message.h + install -m 0644 generic/mhdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/mhdriver_cached_message.h + install -m 0644 generic/mhstorage.h ${STAGING_DIR}/target/include/libetpan/mhstorage.h + install -m 0644 generic/mhdriver_types.h ${STAGING_DIR}/target/include/libetpan/mhdriver_types.h + install -m 0644 generic/maildirdriver.h ${STAGING_DIR}/target/include/libetpan/maildirdriver.h + install -m 0644 generic/maildirdriver_message.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_message.h + install -m 0644 generic/maildirdriver_cached.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_cached.h + install -m 0644 generic/maildirdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_cached_message.h + install -m 0644 generic/maildirdriver_types.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_types.h + install -m 0644 generic/maildirstorage.h ${STAGING_DIR}/target/include/libetpan/maildirstorage.h + install -m 0644 generic/data_message_driver.h ${STAGING_DIR}/target/include/libetpan/data_message_driver.h + install -m 0644 generic/mime_message_driver.h ${STAGING_DIR}/target/include/libetpan/mime_message_driver.h + install -m 0644 generic/mailthread.h ${STAGING_DIR}/target/include/libetpan/mailthread.h + install -m 0644 generic/mailthread_types.h ${STAGING_DIR}/target/include/libetpan/mailthread_types.h + install -m 0644 generic/mailmessage.h ${STAGING_DIR}/target/include/libetpan/mailmessage.h + install -m 0644 generic/mailmessage_types.h ${STAGING_DIR}/target/include/libetpan/mailmessage_types.h + install -m 0644 generic/generic_cache.h ${STAGING_DIR}/target/include/libetpan/generic_cache.h + install -m 0644 generic/mailmessage_tools.h ${STAGING_DIR}/target/include/libetpan/mailmessage_tools.h + install -m 0644 generic/maildriver_tools.h ${STAGING_DIR}/target/include/libetpan/maildriver_tools.h + install -m 0644 generic/mailstorage.h ${STAGING_DIR}/target/include/libetpan/mailstorage.h + install -m 0644 generic/mailstorage_types.h ${STAGING_DIR}/target/include/libetpan/mailstorage_types.h + install -m 0644 generic/libetpan.h ${STAGING_DIR}/target/include/libetpan/libetpan.h +} diff --git a/nonworking/libetpan2/libetpan_0.30.oe b/nonworking/libetpan2/libetpan_0.30.oe index e69de29bb2..a96348ed9d 100644 --- a/nonworking/libetpan2/libetpan_0.30.oe +++ b/nonworking/libetpan2/libetpan_0.30.oe @@ -0,0 +1,125 @@ +DEPENDS = db3 openssl +RDEPENDS = libc6 db3 openssl + +SRC_URI = ${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ + file://${FILESDIR}/limits.patch;patch=1 \ + file://${FILESDIR}/install.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1 + +inherit autotools libtool + +EXTRA_OECONF = '--with-openssl=${STAGING_LIBDIR}/.. \ + --without-libiconv-prefix' + +do_stage () { + install -m 0644 .libs/libetpan.lai ${STAGING_LIBDIR}/libetpan.la + install -m 0644 .libs/libetpan.a ${STAGING_LIBDIR}/libetpan.a + install -m 0755 .libs/libetpan.so.0.0.0 ${STAGING_LIBDIR}/ + ln -sf libetpan.so.0.0.0 ${STAGING_LIBDIR}/libetpan.so.0 + ln -sf libetpan.so.0.0.0 ${STAGING_LIBDIR}/libetpan.so + install -d ${STAGING_DIR}/target/include/libetpan + install -m 0644 imap/mailimap_helper.h ${STAGING_DIR}/target/include/libetpan/mailimap_helper.h + install -m 0644 imap/mailimap.h ${STAGING_DIR}/target/include/libetpan/mailimap.h + install -m 0644 imap/mailimap_types.h ${STAGING_DIR}/target/include/libetpan/mailimap_types.h + install -m 0644 imap/mailimap_types_helper.h ${STAGING_DIR}/target/include/libetpan/mailimap_types_helper.h + install -m 0644 imap/mailimap_socket.h ${STAGING_DIR}/target/include/libetpan/mailimap_socket.h + install -m 0644 imap/mailimap_ssl.h ${STAGING_DIR}/target/include/libetpan/mailimap_ssl.h + install -m 0644 nntp/newsnntp.h ${STAGING_DIR}/target/include/libetpan/newsnntp.h + install -m 0644 nntp/newsnntp_socket.h ${STAGING_DIR}/target/include/libetpan/newsnntp_socket.h + install -m 0644 nntp/newsnntp_ssl.h ${STAGING_DIR}/target/include/libetpan/newsnntp_ssl.h + install -m 0644 nntp/newsnntp_types.h ${STAGING_DIR}/target/include/libetpan/newsnntp_types.h + install -m 0644 pop3/mailpop3.h ${STAGING_DIR}/target/include/libetpan/mailpop3.h + install -m 0644 pop3/mailpop3_socket.h ${STAGING_DIR}/target/include/libetpan/mailpop3_socket.h + install -m 0644 pop3/mailpop3_helper.h ${STAGING_DIR}/target/include/libetpan/mailpop3_helper.h + install -m 0644 pop3/mailpop3_ssl.h ${STAGING_DIR}/target/include/libetpan/mailpop3_ssl.h + install -m 0644 pop3/mailpop3_types.h ${STAGING_DIR}/target/include/libetpan/mailpop3_types.h + install -m 0644 smtp/mailsmtp.h ${STAGING_DIR}/target/include/libetpan/mailsmtp.h + install -m 0644 smtp/mailsmtp_helper.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_helper.h + install -m 0644 smtp/mailsmtp_socket.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_socket.h + install -m 0644 smtp/mailsmtp_ssl.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_ssl.h + install -m 0644 smtp/mailsmtp_types.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_types.h + install -m 0644 tools/mailstream.h ${STAGING_DIR}/target/include/libetpan/mailstream.h + install -m 0644 tools/mailstream_helper.h ${STAGING_DIR}/target/include/libetpan/mailstream_helper.h + install -m 0644 tools/mail.h ${STAGING_DIR}/target/include/libetpan/mail.h + install -m 0644 tools/mmapstring.h ${STAGING_DIR}/target/include/libetpan/mmapstring.h + install -m 0644 tools/mailstream_low.h ${STAGING_DIR}/target/include/libetpan/mailstream_low.h + install -m 0644 tools/mailstream_socket.h ${STAGING_DIR}/target/include/libetpan/mailstream_socket.h + install -m 0644 tools/mailstream_ssl.h ${STAGING_DIR}/target/include/libetpan/mailstream_ssl.h + install -m 0644 tools/mailstream_types.h ${STAGING_DIR}/target/include/libetpan/mailstream_types.h + install -m 0644 tools/carray.h ${STAGING_DIR}/target/include/libetpan/carray.h + install -m 0644 tools/clist.h ${STAGING_DIR}/target/include/libetpan/clist.h + install -m 0644 tools/chash.h ${STAGING_DIR}/target/include/libetpan/chash.h + install -m 0644 tools/cinthash.h ${STAGING_DIR}/target/include/libetpan/cinthash.h + install -m 0644 tools/charconv.h ${STAGING_DIR}/target/include/libetpan/charconv.h + install -m 0644 tools/mail_cache_db_types.h ${STAGING_DIR}/target/include/libetpan/mail_cache_db_types.h + install -m 0644 imf/mailimf.h ${STAGING_DIR}/target/include/libetpan/mailimf.h + install -m 0644 imf/mailimf_types.h ${STAGING_DIR}/target/include/libetpan/mailimf_types.h + install -m 0644 imf/mailimf_write.h ${STAGING_DIR}/target/include/libetpan/mailimf_write.h + install -m 0644 imf/mailimf_types_helper.h ${STAGING_DIR}/target/include/libetpan/mailimf_types_helper.h + install -m 0644 mbox/mailmbox.h ${STAGING_DIR}/target/include/libetpan/mailmbox.h + install -m 0644 mbox/mailmbox_types.h ${STAGING_DIR}/target/include/libetpan/mailmbox_types.h + install -m 0644 mh/mailmh.h ${STAGING_DIR}/target/include/libetpan/mailmh.h + install -m 0644 maildir/maildir.h ${STAGING_DIR}/target/include/libetpan/maildir.h + install -m 0644 maildir/maildir_types.h ${STAGING_DIR}/target/include/libetpan/maildir_types.h + install -m 0644 mime/mailmime.h ${STAGING_DIR}/target/include/libetpan/mailmime.h + install -m 0644 mime/mailmime_types.h ${STAGING_DIR}/target/include/libetpan/mailmime_types.h + install -m 0644 mime/mailmime_content.h ${STAGING_DIR}/target/include/libetpan/mailmime_content.h + install -m 0644 mime/mailmime_decode.h ${STAGING_DIR}/target/include/libetpan/mailmime_decode.h + install -m 0644 mime/mailmime_disposition.h ${STAGING_DIR}/target/include/libetpan/mailmime_disposition.h + install -m 0644 mime/mailmime_write.h ${STAGING_DIR}/target/include/libetpan/mailmime_write.h + install -m 0644 mime/mailmime_types_helper.h ${STAGING_DIR}/target/include/libetpan/mailmime_types_helper.h + install -m 0644 generic/libetpan_version.h ${STAGING_DIR}/target/include/libetpan/libetpan_version.h + install -m 0644 generic/maildriver.h ${STAGING_DIR}/target/include/libetpan/maildriver.h + install -m 0644 generic/maildriver_types.h ${STAGING_DIR}/target/include/libetpan/maildriver_types.h + install -m 0644 generic/maildriver_types_helper.h ${STAGING_DIR}/target/include/libetpan/maildriver_types_helper.h + install -m 0644 generic/imapdriver.h ${STAGING_DIR}/target/include/libetpan/imapdriver.h + install -m 0644 generic/imapdriver_cached.h ${STAGING_DIR}/target/include/libetpan/imapdriver_cached.h + install -m 0644 generic/imapdriver_message.h ${STAGING_DIR}/target/include/libetpan/imapdriver_message.h + install -m 0644 generic/imapdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/imapdriver_cached_message.h + install -m 0644 generic/imapstorage.h ${STAGING_DIR}/target/include/libetpan/imapstorage.h + install -m 0644 generic/imapdriver_types.h ${STAGING_DIR}/target/include/libetpan/imapdriver_types.h + install -m 0644 generic/generic_cache_types.h ${STAGING_DIR}/target/include/libetpan/generic_cache_types.h + install -m 0644 generic/nntpdriver.h ${STAGING_DIR}/target/include/libetpan/nntpdriver.h + install -m 0644 generic/nntpdriver_cached.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_cached.h + install -m 0644 generic/nntpdriver_tools.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_tools.h + install -m 0644 generic/nntpdriver_message.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_message.h + install -m 0644 generic/nntpdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_cached_message.h + install -m 0644 generic/nntpstorage.h ${STAGING_DIR}/target/include/libetpan/nntpstorage.h + install -m 0644 generic/nntpdriver_types.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_types.h + install -m 0644 generic/pop3driver.h ${STAGING_DIR}/target/include/libetpan/pop3driver.h + install -m 0644 generic/pop3driver_cached.h ${STAGING_DIR}/target/include/libetpan/pop3driver_cached.h + install -m 0644 generic/pop3driver_message.h ${STAGING_DIR}/target/include/libetpan/pop3driver_message.h + install -m 0644 generic/pop3driver_cached_message.h ${STAGING_DIR}/target/include/libetpan/pop3driver_cached_message.h + install -m 0644 generic/pop3storage.h ${STAGING_DIR}/target/include/libetpan/pop3storage.h + install -m 0644 generic/pop3driver_types.h ${STAGING_DIR}/target/include/libetpan/pop3driver_types.h + install -m 0644 generic/mboxdriver.h ${STAGING_DIR}/target/include/libetpan/mboxdriver.h + install -m 0644 generic/mboxdriver_cached.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_cached.h + install -m 0644 generic/mboxdriver_message.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_message.h + install -m 0644 generic/mboxdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_cached_message.h + install -m 0644 generic/mboxstorage.h ${STAGING_DIR}/target/include/libetpan/mboxstorage.h + install -m 0644 generic/mboxdriver_types.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_types.h + install -m 0644 generic/mhdriver.h ${STAGING_DIR}/target/include/libetpan/mhdriver.h + install -m 0644 generic/mhdriver_cached.h ${STAGING_DIR}/target/include/libetpan/mhdriver_cached.h + install -m 0644 generic/mhdriver_message.h ${STAGING_DIR}/target/include/libetpan/mhdriver_message.h + install -m 0644 generic/mhdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/mhdriver_cached_message.h + install -m 0644 generic/mhstorage.h ${STAGING_DIR}/target/include/libetpan/mhstorage.h + install -m 0644 generic/mhdriver_types.h ${STAGING_DIR}/target/include/libetpan/mhdriver_types.h + install -m 0644 generic/maildirdriver.h ${STAGING_DIR}/target/include/libetpan/maildirdriver.h + install -m 0644 generic/maildirdriver_message.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_message.h + install -m 0644 generic/maildirdriver_cached.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_cached.h + install -m 0644 generic/maildirdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_cached_message.h + install -m 0644 generic/maildirdriver_types.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_types.h + install -m 0644 generic/maildirstorage.h ${STAGING_DIR}/target/include/libetpan/maildirstorage.h + install -m 0644 generic/data_message_driver.h ${STAGING_DIR}/target/include/libetpan/data_message_driver.h + install -m 0644 generic/mime_message_driver.h ${STAGING_DIR}/target/include/libetpan/mime_message_driver.h + install -m 0644 generic/mailthread.h ${STAGING_DIR}/target/include/libetpan/mailthread.h + install -m 0644 generic/mailthread_types.h ${STAGING_DIR}/target/include/libetpan/mailthread_types.h + install -m 0644 generic/mailmessage.h ${STAGING_DIR}/target/include/libetpan/mailmessage.h + install -m 0644 generic/mailmessage_types.h ${STAGING_DIR}/target/include/libetpan/mailmessage_types.h + install -m 0644 generic/generic_cache.h ${STAGING_DIR}/target/include/libetpan/generic_cache.h + install -m 0644 generic/mailmessage_tools.h ${STAGING_DIR}/target/include/libetpan/mailmessage_tools.h + install -m 0644 generic/maildriver_tools.h ${STAGING_DIR}/target/include/libetpan/maildriver_tools.h + install -m 0644 generic/mailstorage.h ${STAGING_DIR}/target/include/libetpan/mailstorage.h + install -m 0644 generic/mailstorage_types.h ${STAGING_DIR}/target/include/libetpan/mailstorage_types.h + install -m 0644 generic/libetpan.h ${STAGING_DIR}/target/include/libetpan/libetpan.h +} diff --git a/nonworking/libetpan2/libetpan_0.31.oe b/nonworking/libetpan2/libetpan_0.31.oe index e69de29bb2..a96348ed9d 100644 --- a/nonworking/libetpan2/libetpan_0.31.oe +++ b/nonworking/libetpan2/libetpan_0.31.oe @@ -0,0 +1,125 @@ +DEPENDS = db3 openssl +RDEPENDS = libc6 db3 openssl + +SRC_URI = ${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ + file://${FILESDIR}/limits.patch;patch=1 \ + file://${FILESDIR}/install.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1 + +inherit autotools libtool + +EXTRA_OECONF = '--with-openssl=${STAGING_LIBDIR}/.. \ + --without-libiconv-prefix' + +do_stage () { + install -m 0644 .libs/libetpan.lai ${STAGING_LIBDIR}/libetpan.la + install -m 0644 .libs/libetpan.a ${STAGING_LIBDIR}/libetpan.a + install -m 0755 .libs/libetpan.so.0.0.0 ${STAGING_LIBDIR}/ + ln -sf libetpan.so.0.0.0 ${STAGING_LIBDIR}/libetpan.so.0 + ln -sf libetpan.so.0.0.0 ${STAGING_LIBDIR}/libetpan.so + install -d ${STAGING_DIR}/target/include/libetpan + install -m 0644 imap/mailimap_helper.h ${STAGING_DIR}/target/include/libetpan/mailimap_helper.h + install -m 0644 imap/mailimap.h ${STAGING_DIR}/target/include/libetpan/mailimap.h + install -m 0644 imap/mailimap_types.h ${STAGING_DIR}/target/include/libetpan/mailimap_types.h + install -m 0644 imap/mailimap_types_helper.h ${STAGING_DIR}/target/include/libetpan/mailimap_types_helper.h + install -m 0644 imap/mailimap_socket.h ${STAGING_DIR}/target/include/libetpan/mailimap_socket.h + install -m 0644 imap/mailimap_ssl.h ${STAGING_DIR}/target/include/libetpan/mailimap_ssl.h + install -m 0644 nntp/newsnntp.h ${STAGING_DIR}/target/include/libetpan/newsnntp.h + install -m 0644 nntp/newsnntp_socket.h ${STAGING_DIR}/target/include/libetpan/newsnntp_socket.h + install -m 0644 nntp/newsnntp_ssl.h ${STAGING_DIR}/target/include/libetpan/newsnntp_ssl.h + install -m 0644 nntp/newsnntp_types.h ${STAGING_DIR}/target/include/libetpan/newsnntp_types.h + install -m 0644 pop3/mailpop3.h ${STAGING_DIR}/target/include/libetpan/mailpop3.h + install -m 0644 pop3/mailpop3_socket.h ${STAGING_DIR}/target/include/libetpan/mailpop3_socket.h + install -m 0644 pop3/mailpop3_helper.h ${STAGING_DIR}/target/include/libetpan/mailpop3_helper.h + install -m 0644 pop3/mailpop3_ssl.h ${STAGING_DIR}/target/include/libetpan/mailpop3_ssl.h + install -m 0644 pop3/mailpop3_types.h ${STAGING_DIR}/target/include/libetpan/mailpop3_types.h + install -m 0644 smtp/mailsmtp.h ${STAGING_DIR}/target/include/libetpan/mailsmtp.h + install -m 0644 smtp/mailsmtp_helper.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_helper.h + install -m 0644 smtp/mailsmtp_socket.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_socket.h + install -m 0644 smtp/mailsmtp_ssl.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_ssl.h + install -m 0644 smtp/mailsmtp_types.h ${STAGING_DIR}/target/include/libetpan/mailsmtp_types.h + install -m 0644 tools/mailstream.h ${STAGING_DIR}/target/include/libetpan/mailstream.h + install -m 0644 tools/mailstream_helper.h ${STAGING_DIR}/target/include/libetpan/mailstream_helper.h + install -m 0644 tools/mail.h ${STAGING_DIR}/target/include/libetpan/mail.h + install -m 0644 tools/mmapstring.h ${STAGING_DIR}/target/include/libetpan/mmapstring.h + install -m 0644 tools/mailstream_low.h ${STAGING_DIR}/target/include/libetpan/mailstream_low.h + install -m 0644 tools/mailstream_socket.h ${STAGING_DIR}/target/include/libetpan/mailstream_socket.h + install -m 0644 tools/mailstream_ssl.h ${STAGING_DIR}/target/include/libetpan/mailstream_ssl.h + install -m 0644 tools/mailstream_types.h ${STAGING_DIR}/target/include/libetpan/mailstream_types.h + install -m 0644 tools/carray.h ${STAGING_DIR}/target/include/libetpan/carray.h + install -m 0644 tools/clist.h ${STAGING_DIR}/target/include/libetpan/clist.h + install -m 0644 tools/chash.h ${STAGING_DIR}/target/include/libetpan/chash.h + install -m 0644 tools/cinthash.h ${STAGING_DIR}/target/include/libetpan/cinthash.h + install -m 0644 tools/charconv.h ${STAGING_DIR}/target/include/libetpan/charconv.h + install -m 0644 tools/mail_cache_db_types.h ${STAGING_DIR}/target/include/libetpan/mail_cache_db_types.h + install -m 0644 imf/mailimf.h ${STAGING_DIR}/target/include/libetpan/mailimf.h + install -m 0644 imf/mailimf_types.h ${STAGING_DIR}/target/include/libetpan/mailimf_types.h + install -m 0644 imf/mailimf_write.h ${STAGING_DIR}/target/include/libetpan/mailimf_write.h + install -m 0644 imf/mailimf_types_helper.h ${STAGING_DIR}/target/include/libetpan/mailimf_types_helper.h + install -m 0644 mbox/mailmbox.h ${STAGING_DIR}/target/include/libetpan/mailmbox.h + install -m 0644 mbox/mailmbox_types.h ${STAGING_DIR}/target/include/libetpan/mailmbox_types.h + install -m 0644 mh/mailmh.h ${STAGING_DIR}/target/include/libetpan/mailmh.h + install -m 0644 maildir/maildir.h ${STAGING_DIR}/target/include/libetpan/maildir.h + install -m 0644 maildir/maildir_types.h ${STAGING_DIR}/target/include/libetpan/maildir_types.h + install -m 0644 mime/mailmime.h ${STAGING_DIR}/target/include/libetpan/mailmime.h + install -m 0644 mime/mailmime_types.h ${STAGING_DIR}/target/include/libetpan/mailmime_types.h + install -m 0644 mime/mailmime_content.h ${STAGING_DIR}/target/include/libetpan/mailmime_content.h + install -m 0644 mime/mailmime_decode.h ${STAGING_DIR}/target/include/libetpan/mailmime_decode.h + install -m 0644 mime/mailmime_disposition.h ${STAGING_DIR}/target/include/libetpan/mailmime_disposition.h + install -m 0644 mime/mailmime_write.h ${STAGING_DIR}/target/include/libetpan/mailmime_write.h + install -m 0644 mime/mailmime_types_helper.h ${STAGING_DIR}/target/include/libetpan/mailmime_types_helper.h + install -m 0644 generic/libetpan_version.h ${STAGING_DIR}/target/include/libetpan/libetpan_version.h + install -m 0644 generic/maildriver.h ${STAGING_DIR}/target/include/libetpan/maildriver.h + install -m 0644 generic/maildriver_types.h ${STAGING_DIR}/target/include/libetpan/maildriver_types.h + install -m 0644 generic/maildriver_types_helper.h ${STAGING_DIR}/target/include/libetpan/maildriver_types_helper.h + install -m 0644 generic/imapdriver.h ${STAGING_DIR}/target/include/libetpan/imapdriver.h + install -m 0644 generic/imapdriver_cached.h ${STAGING_DIR}/target/include/libetpan/imapdriver_cached.h + install -m 0644 generic/imapdriver_message.h ${STAGING_DIR}/target/include/libetpan/imapdriver_message.h + install -m 0644 generic/imapdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/imapdriver_cached_message.h + install -m 0644 generic/imapstorage.h ${STAGING_DIR}/target/include/libetpan/imapstorage.h + install -m 0644 generic/imapdriver_types.h ${STAGING_DIR}/target/include/libetpan/imapdriver_types.h + install -m 0644 generic/generic_cache_types.h ${STAGING_DIR}/target/include/libetpan/generic_cache_types.h + install -m 0644 generic/nntpdriver.h ${STAGING_DIR}/target/include/libetpan/nntpdriver.h + install -m 0644 generic/nntpdriver_cached.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_cached.h + install -m 0644 generic/nntpdriver_tools.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_tools.h + install -m 0644 generic/nntpdriver_message.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_message.h + install -m 0644 generic/nntpdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_cached_message.h + install -m 0644 generic/nntpstorage.h ${STAGING_DIR}/target/include/libetpan/nntpstorage.h + install -m 0644 generic/nntpdriver_types.h ${STAGING_DIR}/target/include/libetpan/nntpdriver_types.h + install -m 0644 generic/pop3driver.h ${STAGING_DIR}/target/include/libetpan/pop3driver.h + install -m 0644 generic/pop3driver_cached.h ${STAGING_DIR}/target/include/libetpan/pop3driver_cached.h + install -m 0644 generic/pop3driver_message.h ${STAGING_DIR}/target/include/libetpan/pop3driver_message.h + install -m 0644 generic/pop3driver_cached_message.h ${STAGING_DIR}/target/include/libetpan/pop3driver_cached_message.h + install -m 0644 generic/pop3storage.h ${STAGING_DIR}/target/include/libetpan/pop3storage.h + install -m 0644 generic/pop3driver_types.h ${STAGING_DIR}/target/include/libetpan/pop3driver_types.h + install -m 0644 generic/mboxdriver.h ${STAGING_DIR}/target/include/libetpan/mboxdriver.h + install -m 0644 generic/mboxdriver_cached.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_cached.h + install -m 0644 generic/mboxdriver_message.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_message.h + install -m 0644 generic/mboxdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_cached_message.h + install -m 0644 generic/mboxstorage.h ${STAGING_DIR}/target/include/libetpan/mboxstorage.h + install -m 0644 generic/mboxdriver_types.h ${STAGING_DIR}/target/include/libetpan/mboxdriver_types.h + install -m 0644 generic/mhdriver.h ${STAGING_DIR}/target/include/libetpan/mhdriver.h + install -m 0644 generic/mhdriver_cached.h ${STAGING_DIR}/target/include/libetpan/mhdriver_cached.h + install -m 0644 generic/mhdriver_message.h ${STAGING_DIR}/target/include/libetpan/mhdriver_message.h + install -m 0644 generic/mhdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/mhdriver_cached_message.h + install -m 0644 generic/mhstorage.h ${STAGING_DIR}/target/include/libetpan/mhstorage.h + install -m 0644 generic/mhdriver_types.h ${STAGING_DIR}/target/include/libetpan/mhdriver_types.h + install -m 0644 generic/maildirdriver.h ${STAGING_DIR}/target/include/libetpan/maildirdriver.h + install -m 0644 generic/maildirdriver_message.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_message.h + install -m 0644 generic/maildirdriver_cached.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_cached.h + install -m 0644 generic/maildirdriver_cached_message.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_cached_message.h + install -m 0644 generic/maildirdriver_types.h ${STAGING_DIR}/target/include/libetpan/maildirdriver_types.h + install -m 0644 generic/maildirstorage.h ${STAGING_DIR}/target/include/libetpan/maildirstorage.h + install -m 0644 generic/data_message_driver.h ${STAGING_DIR}/target/include/libetpan/data_message_driver.h + install -m 0644 generic/mime_message_driver.h ${STAGING_DIR}/target/include/libetpan/mime_message_driver.h + install -m 0644 generic/mailthread.h ${STAGING_DIR}/target/include/libetpan/mailthread.h + install -m 0644 generic/mailthread_types.h ${STAGING_DIR}/target/include/libetpan/mailthread_types.h + install -m 0644 generic/mailmessage.h ${STAGING_DIR}/target/include/libetpan/mailmessage.h + install -m 0644 generic/mailmessage_types.h ${STAGING_DIR}/target/include/libetpan/mailmessage_types.h + install -m 0644 generic/generic_cache.h ${STAGING_DIR}/target/include/libetpan/generic_cache.h + install -m 0644 generic/mailmessage_tools.h ${STAGING_DIR}/target/include/libetpan/mailmessage_tools.h + install -m 0644 generic/maildriver_tools.h ${STAGING_DIR}/target/include/libetpan/maildriver_tools.h + install -m 0644 generic/mailstorage.h ${STAGING_DIR}/target/include/libetpan/mailstorage.h + install -m 0644 generic/mailstorage_types.h ${STAGING_DIR}/target/include/libetpan/mailstorage_types.h + install -m 0644 generic/libetpan.h ${STAGING_DIR}/target/include/libetpan/libetpan.h +} diff --git a/nonworking/libnet/libnet_0.10.11.oe b/nonworking/libnet/libnet_0.10.11.oe index e69de29bb2..d49d076b7d 100644 --- a/nonworking/libnet/libnet_0.10.11.oe +++ b/nonworking/libnet/libnet_0.10.11.oe @@ -0,0 +1,33 @@ +DEPENDS = +RDEPENDS = libc6 + +SRC_URI := ${SOURCEFORGE_MIRROR}/libnet/libnet-0.10.11.tar.gz \ + file://${FILESDIR}/compile.patch;patch=1 +S := ${WORKDIR}/${PN} + +do_configure () { + if [ -e makfiles/${TARGET_OS}.mak ]; then + cp makfiles/${TARGET_OS}.mak port.mak + else + die "Unable to locate default .make file for OS ${TARGET_OS}" + fi +} + +CFLAGS_prepend='-I${S}/include ' +EXTRA_OEMAKE= +do_compile () { + oe_runmake 'CC=${CC}' 'LD=${LD}' 'AR=${AR}' 'CXX=${CXX}' \ + 'WARNING_FLAGS=${CFLAGS}' +} + +do_stage () { + install -d ${STAGING_LIBDIR} ${STAGING_DIR}/target/include + install -m 0755 lib/libnet.a ${STAGING_LIBDIR}/ + install -m 0644 include/libnet.h ${STAGING_DIR}/target/include/ +} + +do_install () { + install -d ${D}/${libdir} ${D}/${includedir} + install -m 0755 lib/libnet.a ${D}/${libdir}/ + install -m 0644 include/libnet.h ${D}/${includedir}/ +} diff --git a/nonworking/libnet/libnet_1.1.1.oe b/nonworking/libnet/libnet_1.1.1.oe index e69de29bb2..b0de681a7d 100644 --- a/nonworking/libnet/libnet_1.1.1.oe +++ b/nonworking/libnet/libnet_1.1.1.oe @@ -0,0 +1,20 @@ +DEPENDS = +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 +} diff --git a/nonworking/minisip/minisip_1.0a.oe b/nonworking/minisip/minisip_1.0a.oe index e69de29bb2..4ce030683a 100644 --- a/nonworking/minisip/minisip_1.0a.oe +++ b/nonworking/minisip/minisip_1.0a.oe @@ -0,0 +1,13 @@ +DESCRIPTION = "Minisip is a SIP User Agent" +SECTION = "opie/network" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "libmikey libopie1" + +SRC_URI = "http://minisip.org/source/minisip-0.1a.tar.gz" +S = "${WORKDIR}/minisip-0.1" + +inherit autotools libtool + +EXTRA_OECONF = "--enable-qte --enable-opie" + diff --git a/nonworking/ncurses/ncurses_4.2.oe b/nonworking/ncurses/ncurses_4.2.oe index e69de29bb2..fdaf573ca0 100644 --- a/nonworking/ncurses/ncurses_4.2.oe +++ b/nonworking/ncurses/ncurses_4.2.oe @@ -0,0 +1,40 @@ +DESCRIPTION="Ncurses library" +SECTION="libs" +DEPENDS= +SRC_URI = ${GNU_MIRROR}/ncurses/${P}.tar.gz \ + file://${FILESDIR}/mk_shared_lib.patch;patch=1 \ + file://${FILESDIR}/run_tic.patch;patch=1 + +inherit autotools + +EXTRA_OECONF=--with-shared \ + --without-profile \ + --without-debug \ + --disable-rpath \ + --enable-echo \ + --enable-const \ + --without-ada \ + --enable-termcap \ + --without-cxx-binding \ + --with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo \ + --enable-overwrite +export HOSTCCFLAGS=-I${S}/ncurses -I${S}/include ${BUILD_CFLAGS} +export HOSTLDFLAGS= +export LD := ${CC} + +do_compile () { + oe_runmake -C progs 'HOSTCC=${BUILD_CC}' 'HOSTLDFLAGS=' \ + 'HOSTCCFLAGS=${HOSTCCFLAGS}' 'CC=${BUILD_CC}' \ + 'LINK=${BUILD_CXX}' 'CFLAGS=${HOSTCCFLAGS}' \ + 'LDFLAGS=-lncurses' tic + oe_runmake 'HOSTCC=${HOSTCC}' 'HOSTLDFLAGS=' 'HOSTCCFLAGS=${HOSTCCFLAGS}' +} + +do_stage () { + install -m 0755 lib/lib*.so.* ${STAGING_LIBDIR}/ + cp -R include/* ${STAGING_DIR}/target/include/ + ln -sf libpanel.so.${PV} ${STAGING_LIBDIR}/libpanel.so + ln -sf libform.so.${PV} ${STAGING_LIBDIR}/libform.so + ln -sf libmenu.so.${PV} ${STAGING_LIBDIR}/libmenu.so + ln -sf libncurses.so.${PV} ${STAGING_LIBDIR}/libncurses.so +} diff --git a/nonworking/ocamlc/ocamlc-native_3.06.oe b/nonworking/ocamlc/ocamlc-native_3.06.oe index e69de29bb2..5bee32e720 100644 --- a/nonworking/ocamlc/ocamlc-native_3.06.oe +++ b/nonworking/ocamlc/ocamlc-native_3.06.oe @@ -0,0 +1,11 @@ +DESCRIPTION=Objective Caml Compiler +SECTION=base +PRIORITY=optional +RDEPENDS=libc6 +DEPENDS= +LICENSE=QPL + +SRC_URI = http://caml.inria.fr/distrib/ocaml-3.06/ocaml-3.06.tar.gz +S = ${WORKDIR}/ocaml-${PV} + +inherit autotools native diff --git a/nonworking/offlineimap/offlineimap_4.0.0.oe b/nonworking/offlineimap/offlineimap_4.0.0.oe index e69de29bb2..1cf6240add 100644 --- a/nonworking/offlineimap/offlineimap_4.0.0.oe +++ b/nonworking/offlineimap/offlineimap_4.0.0.oe @@ -0,0 +1,16 @@ +DESCRIPTION = OfflineIMAP is a tool to simplify your e-mail reading. \ +With OfflineIMAP, you can read the same mailbox from multiple \ +computers. You get a current copy of your messages \ +on each computer, and changes you make one place will be \ +visible on all other systems. For instance, you can \ +delete a message on your home computer, and it will appear \ +deleted on your work computer as well. OfflineIMAP is \ +also useful if you want to use a mail reader that does not \ +have IMAP support, has poor IMAP support, or does not provide \ +disconnected operation. + +DEPENDS = +RDEPENDS = libc6 python + +SRC_URI = http://gopher.quux.org:70/devel/offlineimap/offlineimap_${PV}.tar.gz +S = ${WORKDIR}/offlineimap diff --git a/nonworking/pixdev/pixdev-stable_0.1.oe b/nonworking/pixdev/pixdev-stable_0.1.oe index e69de29bb2..c29bc83a32 100644 --- a/nonworking/pixdev/pixdev-stable_0.1.oe +++ b/nonworking/pixdev/pixdev-stable_0.1.oe @@ -0,0 +1,29 @@ +DESCRIPTION="Pixil Operating Environment" +SECTION="gui" +PRIORITY="optional" +MAINTAINER="Jordan Crouse <jordan@cosmicpenguin.net>" +RDEPENDS="libc6 microwindows" +DEPENDS="microwindows" + +SRC_URI="${SOURCEFORGE_MIRROR}/pixdev/pixdev-stable-${PV}.tar.gz \ + file://${FILESDIR}/braces.patch;patch=1" +export EXTRA_OEMAKE= + +inherit autotools + +do_compile() { + if [ "${MACHINE}" = "ipaq" ]; then CONFIG=defconfig_ipaq; fi + if [ "${MACHINE}" = "collie" ]; then CONFIG=defconfig_zaurus; fi + + if [ -z "$CONFIG" ]; then CONFIG=defconfig; fi + + oe_runmake $CONFIG + oe_runmake MWDIR=${STAGING_DIR}/target/ "TARGET_CROSS=${TARGET_PREFIX}" all +} + +do_install() { + install -d ${D}/${prefix}/pixil + + oe_runmake "TARGET_CROSS=${TARGET_PREFIX}" INSTALL_DIR=${D}/${prefix}/pixil \ + DEST_DIR=/${prefix}/pixil install +} diff --git a/nonworking/postfix/postfix_2.0.15.oe b/nonworking/postfix/postfix_2.0.15.oe index e69de29bb2..ceb2ff8c9f 100644 --- a/nonworking/postfix/postfix_2.0.15.oe +++ b/nonworking/postfix/postfix_2.0.15.oe @@ -0,0 +1,31 @@ +DEPENDS = db3 +RDEPENDS = libc6 db3 + +SRC_URI = ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ + file://${FILESDIR}/makedefs.patch;patch=1 \ + file://${FILESDIR}/install.patch;patch=1 + +export SYSLIBS='-lpcre -ldb -lnsl -lresolv ${LDFLAGS}' +export EXPORT="AUXLIBS='-lpcre' CCARGS='-DHAS_PCRE ${CFLAGS}' OPT='' DEBUG='-g'" +export CC_append=" -DHAS_PCRE ${CFLAGS}" + +export EXTRA_OEMAKE = "-e" +do_compile_prepend () { + unset CFLAGS CPPFLAGS CXXFLAGS +} + +#do_compile_append () { +# rm -f src/postconf/postconf.o +# oe_runmake -C src/postconf \ +# AR='${BUILD_AR}' \ +# RANLIB='${BUILD_RANLIB}' \ +# SYSLIBS='-lpcre -ldb -lnsl -lresolv ${BUILD_LDFLAGS}' \ +# EXPORT="AUXLIBS='-lpcre' CCARGS='-DHAS_PCRE ${BUILD_CFLAGS}' OPT='' DEBUG='-g'" \ +# CC='${BUILD_CC} -DHAS_PCRE ${BUILD_CFLAGS}' \ +# PROG='postconf.native' +# touch src/postconf/postconf.c src/postconf/postconf.o bin/postconf.native bin/postconf +#} +# +#do_install () { +# sh ./postfix-install 'install_root=${D}' -non-interactive +#} diff --git a/nonworking/python/python-gsl_0.2.0.oe b/nonworking/python/python-gsl_0.2.0.oe index e69de29bb2..73b69158ae 100644 --- a/nonworking/python/python-gsl_0.2.0.oe +++ b/nonworking/python/python-gsl_0.2.0.oe @@ -0,0 +1,15 @@ +DESCRIPTION=GNU Scientific Library Python Bindings +SECTION=base +PRIORITY=optional +MAINTAINER="Michael Lauer <mickey@Vanille.de>" +RDEPENDS=libc6 python-core gsl +DEPENDS=gsl +SRCNAME=pygsl + +SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ + file://${FILESDIR}/cross-compile.patch;patch=1 +S = ${WORKDIR}/${SRCNAME}-${PV} + +inherit distutils + +export STAGING=${STAGING_DIR} diff --git a/nonworking/qtopia/qtopia_1.7.0.oe b/nonworking/qtopia/qtopia_1.7.0.oe index cf2954067f..66f3ea4f86 100644 --- a/nonworking/qtopia/qtopia_1.7.0.oe +++ b/nonworking/qtopia/qtopia_1.7.0.oe @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.trolltech.com/pub/qtopia/source/qtopia-free-${PV}.tar.gz \ file://${FILESDIR}/security.patch;patch=1 \ file://${FILESDIR}/storage.patch;patch=1" -DEPENDS=virtual/libc base/zlib base/libpng base/jpeg qte-for-qtopia tmake e2fsprogs-libs uicmoc +DEPENDS=base/zlib base/libpng base/jpeg qte-for-qtopia tmake e2fsprogs-libs uicmoc PROVIDES=virtual/qtopia virtual/libqpe virtual/libqtopia S="${WORKDIR}/qtopia-free-${PV}" diff --git a/nonworking/qualendar/qualendar_0.8.0.oe b/nonworking/qualendar/qualendar_0.8.0.oe index e69de29bb2..f3419d4668 100644 --- a/nonworking/qualendar/qualendar_0.8.0.oe +++ b/nonworking/qualendar/qualendar_0.8.0.oe @@ -0,0 +1,19 @@ +DESCRIPTION="DVI Viewer for Opie/Qtopia" +SECTION="base" +PRIORITY="optional" +LICENSE="GPL" +RDEPENDS="libqpe1" +DEPENDS="" + +SRC_URI = http://ichitokumei.hp.infoseek.co.jp/${PN}/source/${P}.tar.gz +S = ${WORKDIR}/${PN}/src + +inherit palmtop + +do_install() { + install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics} + install -D -m 755 qualendar ${D}/opt/QtPalmtop/bin/qualendar + install -D -m 644 qualendar.desktop ${D}/opt/QtPalmtop/apps/Applications/qualendar.desktop + install -d ${D}/opt/QtPalmtop/pics + cp -a *.png ${D}/opt/QtPalmtop/pics/ +} diff --git a/nonworking/r/r_1.8.1.oe b/nonworking/r/r_1.8.1.oe index e69de29bb2..2c2fca5a95 100644 --- a/nonworking/r/r_1.8.1.oe +++ b/nonworking/r/r_1.8.1.oe @@ -0,0 +1,17 @@ +DESCRIPTION="R is GNU S, a freely available language and environment for statistical computing and \ +graphics which provides a wide variety of statistical and graphical techniques: \ +linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, etc." +SECTION=base +PRIORITY="optional" +MAINTAINER="Michael Lauer <mickey@Vanille.de>" +RDEPENDS=libc6 +DEPENDS= + +SRC_URI=http://cran.us.r-project.org/src/base/R-${PV}.tgz +S=${WORKDIR}/R-${PV} + +inherit autotools libtool + +EXTRA_OECONF="" + + diff --git a/nonworking/redland/redland_0.9.10.oe b/nonworking/redland/redland_0.9.10.oe index e69de29bb2..c8c72fa57e 100644 --- a/nonworking/redland/redland_0.9.10.oe +++ b/nonworking/redland/redland_0.9.10.oe @@ -0,0 +1,6 @@ +DEPENDS = +RDEPENDS = libc6 + +SRC_URI = http://www.redland.opensource.ac.uk/dist/source/old/redland-${PV}.tar.gz + +inherit autotools libtool diff --git a/nonworking/redland/redland_0.9.16.oe b/nonworking/redland/redland_0.9.16.oe index e69de29bb2..c8c72fa57e 100644 --- a/nonworking/redland/redland_0.9.16.oe +++ b/nonworking/redland/redland_0.9.16.oe @@ -0,0 +1,6 @@ +DEPENDS = +RDEPENDS = libc6 + +SRC_URI = http://www.redland.opensource.ac.uk/dist/source/old/redland-${PV}.tar.gz + +inherit autotools libtool diff --git a/nonworking/samba/samba_3.0.0.oe b/nonworking/samba/samba_3.0.0.oe index 98a4ffbfde..eb75882971 100644 --- a/nonworking/samba/samba_3.0.0.oe +++ b/nonworking/samba/samba_3.0.0.oe @@ -1,4 +1,4 @@ -DEPENDS = virtual/libc readline +DEPENDS = readline RDEPENDS = libc6 readline SRC_URI := http://us2.samba.org/samba/ftp/old-versions/samba-${PV}.tar.bz2 \ diff --git a/nonworking/samba/samba_3.0.1.oe b/nonworking/samba/samba_3.0.1.oe index e69de29bb2..97998f8b91 100644 --- a/nonworking/samba/samba_3.0.1.oe +++ b/nonworking/samba/samba_3.0.1.oe @@ -0,0 +1,17 @@ +DEPENDS = readline +RDEPENDS = libc6 readline + +SRC_URI := http://us2.samba.org/samba/ftp/samba-${PV}.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P}/source + +inherit autotools + +EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \ + --without-ads --without-automount' +do_configure_prepend () { + ./script/mkversion.sh + if [ ! -e acinclude.m4 ]; then + cat aclocal.m4 > acinclude.m4 + fi +} diff --git a/nonworking/snmpz/snmpz_1.1.oe b/nonworking/snmpz/snmpz_1.1.oe index e69de29bb2..3fb34c4f96 100644 --- a/nonworking/snmpz/snmpz_1.1.oe +++ b/nonworking/snmpz/snmpz_1.1.oe @@ -0,0 +1,11 @@ +DESCRIPTION="A MIB Browser for Opie/Qtopia" +SECTION="base" +PRIORITY="optional" +MAINTAINER="Michael Lauer <mickey@Vanille.de>" +LICENSE="GPL" +RDEPENDS=libqpe1 +DEPENDS=virtual/libqpe snmp++ + +SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/SNMPz-${PV}.tar.gz +S = "${WORKDIR}/SNMPz-${PV}" + diff --git a/nonworking/tetex/tetex_2.0.2.oe b/nonworking/tetex/tetex_2.0.2.oe index c3ada3fd20..f5fc117916 100644 --- a/nonworking/tetex/tetex_2.0.2.oe +++ b/nonworking/tetex/tetex_2.0.2.oe @@ -1,4 +1,4 @@ -DEPENDS = virtual/libc +DEPENDS = RDEPENDS = libc6 SRC_URI = ftp://cam.ctan.org/tex-archive/systems/unix/teTeX/2.0/distrib/tetex-src-${PV}.tar.gz \ diff --git a/nonworking/unison/unison_2.9.1.oe b/nonworking/unison/unison_2.9.1.oe index e69de29bb2..f5d8658bea 100644 --- a/nonworking/unison/unison_2.9.1.oe +++ b/nonworking/unison/unison_2.9.1.oe @@ -0,0 +1,9 @@ +DESCRIPTION=Unison is a file-synchronization tool for Unix and Windows. +SECTION=net +PRIORITY=optional +RDEPENDS=libc6 +DEPENDS= + +SRC_URI = ${DEBIAN_MIRROR}/main/u/${PN}/${PN}_${PV}.orig.tar.gz \ + file://${FILESDIR}/debian.patch;patch=1 + diff --git a/nonworking/xfree86/xfree86_4.3.0.oe b/nonworking/xfree86/xfree86_4.3.0.oe index e69de29bb2..258aad202a 100644 --- a/nonworking/xfree86/xfree86_4.3.0.oe +++ b/nonworking/xfree86/xfree86_4.3.0.oe @@ -0,0 +1,54 @@ +SECTION="base" +PRIORITY="required" +MAINTAINER="Greg Gilbert <greg@treke.net>" +RDEPENDS="libc6" +DEPENDS=zlib tslib ncurses + +SRC_URI = "ftp://ftp.xfree86.org/pub/XFree86/4.3.0/source/X430src-1.tgz;" +SRC_URI_append =" ftp://ftp.xfree86.org/pub/XFree86/4.3.0/source/X430src-2.tgz;" +SRC_URI_append =" ftp://ftp.xfree86.org/pub/XFree86/4.3.0/source/X430src-3.tgz;" +SRC_URI_append =" file://${FILESDIR}/tinyx-kbd-enable-fix.patch;patch=1" +SRC_URI_append =" file://${FILESDIR}/tinyx-tslib-reset-and-vt-switch-fixes.patch;patch=1" +SRC_URI_append =" file://${FILESDIR}/dirty-3.2-xterm-breakage-fix.patch;patch=1" + +S=${WORKDIR}/xc + + +do_configure() { + rm -fr ${WORKDIR}/XXcompiler; + mkdir -p ${WORKDIR}/XXcompiler + pushd ./ + cd ${CROSS_DIR}/bin/; + echo ${CC} + for i in *; do + echo " linking ${WORKDIR}/XXcompiler/$i to $i"; + ln -s ${CROSS_DIR}/bin/$i ${WORKDIR}/XXcompiler/$i ; + toolname=`echo $i | sed s/${TARGET_ARCH}-${TARGET_OS}-//` + echo `echo $i | sed s/${TARGET_ARCH}-${TARGET_OS}-//` + echo " linking ${WORKDIR}/XXcompiler/$i to $toolname"; + ln -s ${CROSS_DIR}/bin/$i ${WORKDIR}/XXcompiler/$toolname; + done + echo "#!/bin/sh" > ${WORKDIR}/XXcompiler/cc + echo "${CC} \$*" >> ${WORKDIR}/XXcompiler/cc + chmod 755 ${WORKDIR}/XXcompiler/cc + popd ; + + +} + +XCURSORGEN=/usr/local/X11R6/bin/xcursorgen +EXTRA_OEMAKE="-C ${S} CC='${BUILD_CC}' \ + CROSSCOMPILEDIR='${WORKDIR}/XXcompiler' \ + EXTRA_LDOPTIONS='${LDFLAGS}' \ + EXTRA_INCLUDES='-I${STAGING_DIR}/target/include' " +do_compile() { + sed -e "s/^\#define KdriveServerExtraDefines -DITSY -DMAXSCREENS=2 -DXResExtension.*/\#define KdriveServerExtraDefines -DITSY -DMAXSCREENS=2 -DXResExtension ${FULL_OPTIMIZATION}/" < ${FILESDIR}/host.def > ${S}/config/cf/host.def; + + oe_runmake World + +} + +do_install() { + oe_runmake DESTDIR=${D} install + +} diff --git a/nonworking/xmame/xmame_0.78.1.oe b/nonworking/xmame/xmame_0.78.1.oe index e69de29bb2..a0965012da 100644 --- a/nonworking/xmame/xmame_0.78.1.oe +++ b/nonworking/xmame/xmame_0.78.1.oe @@ -0,0 +1,21 @@ +DESCRIPTION="Multiple Arcade Machine Emulator based on SDL" +SECTION="base" +PRIORITY="optional" +RDEPENDS="libc6 libsdl-qpe libsdl-mixer" +DEPENDS=libsdl-qpe libsdl-mixer + +SRC_URI = http://x.mame.net/download/${P}.tar.bz2 \ + file://${FILESDIR}/crosscompile.patch;patch=1 + +EXTRA_OEMAKE= + +do_compile() { + oe_runmake TARGET=mame JOY_SDL=1 SOUND_SDL=1 DISPLAY_METHOD=SDL \ + CC="${CC}" CXX="${CXX}" CFLAGS="-I. -Isrc -Isrc/include -Isrc/unix ${CFLAGS}" \ + CXXFLAGS="${CXXFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" \ + RANLIB="${RANLIB}" MY_CPU="${TARGET_ARCH}" ARCH="${TARGET_OS}" \ + GLLIBS="" STRIP="${STRIP}" AR="${AR}" +} + + + diff --git a/nsd/nsd_2.0.0.oe b/nsd/nsd_2.0.0.oe index f2690f609f..8dbdaf20a2 100644 --- a/nsd/nsd_2.0.0.oe +++ b/nsd/nsd_2.0.0.oe @@ -2,7 +2,6 @@ DESCRIPTION = "NSD is an authoritative only, high performance, simple andopen so SECTION = "net" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc" SRC_URI = "http://www.nlnetlabs.nl/downloads/nsd/nsd-${PV}.tar.gz" diff --git a/ntp/ntp_4.1.2.oe b/ntp/ntp_4.1.2.oe index 180c660dfb..e7fcc3f0f2 100644 --- a/ntp/ntp_4.1.2.oe +++ b/ntp/ntp_4.1.2.oe @@ -4,7 +4,7 @@ another server or reference time source, such as a radio \ or satellite receiver or modem." SECTION = "net" PRIORITY = "optional" -DEPENDS = "virtual/libc openssl" +DEPENDS = "openssl" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV}.tar.gz \ file://configure.patch;patch=1" diff --git a/obexftp/obexftp_0.10.3.oe b/obexftp/obexftp_0.10.3.oe index 78ee59d596..bf13b2503a 100644 --- a/obexftp/obexftp_0.10.3.oe +++ b/obexftp/obexftp_0.10.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "OBEX Ftp Client" SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc openobex" +DEPENDS = "openobex" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.gz \ file://m4.patch;patch=1" diff --git a/olsr/olsr_0.3-1.oe b/olsr/olsr_0.3-1.oe index 1c58dea691..2204b531aa 100644 --- a/olsr/olsr_0.3-1.oe +++ b/olsr/olsr_0.3-1.oe @@ -1,6 +1,5 @@ DESCRIPTION = "OLSR - routing protocol for wireless network" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.tcweb.org/pub/tom/olsr-${PV}.tar.gz" diff --git a/openjade/openjade_1.3.2.oe b/openjade/openjade_1.3.2.oe index a1fe2aca40..b6bbe25097 100644 --- a/openjade/openjade_1.3.2.oe +++ b/openjade/openjade_1.3.2.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc opensp" +DEPENDS = "opensp" RDEPENDS = "sgml-common" DESCRIPTION = "OpenJade is a suite of tools for validating, \ processing, and applying DSSSL (Document Style Semantics and \ diff --git a/openobex-apps/openobex-apps_1.0.0.oe b/openobex-apps/openobex-apps_1.0.0.oe index 457fb3612c..966e2139da 100644 --- a/openobex-apps/openobex-apps_1.0.0.oe +++ b/openobex-apps/openobex-apps_1.0.0.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Applications for OpenOBEX" SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc openobex" +DEPENDS = "openobex" SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-apps-${PV}.tar.gz \ file://m4.patch;patch=1 \ diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe index 5ca56a7ac4..9fe7b2cf99 100644 --- a/openobex/openobex_1.0.1.oe +++ b/openobex/openobex_1.0.1.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "The Openobex project aims to make an \ open source implementation of the Object Exchange \ (OBEX) protocol." diff --git a/opensp/opensp_1.5.oe b/opensp/opensp_1.5.oe index 42dfa0b631..0c780b221a 100644 --- a/opensp/opensp_1.5.oe +++ b/opensp/opensp_1.5.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "OpenSP is a library and a set of tools \ for validating, parsing, and manipulating SGML and \ XML documents." diff --git a/openssh/openssh_3.7.1p1.oe b/openssh/openssh_3.7.1p1.oe index 482e28f6ed..cd25486e5d 100644 --- a/openssh/openssh_3.7.1p1.oe +++ b/openssh/openssh_3.7.1p1.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc zlib openssl" +DEPENDS = "zlib openssl" SECTION = "net" DESCRIPTION = "Secure rlogin/rsh/rcp/telnet replacement (OpenSSH) \ Ssh (Secure Shell) is a program for logging into a remote machine \ diff --git a/openssh/openssh_3.7.1p2.oe b/openssh/openssh_3.7.1p2.oe index 482e28f6ed..cd25486e5d 100644 --- a/openssh/openssh_3.7.1p2.oe +++ b/openssh/openssh_3.7.1p2.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc zlib openssl" +DEPENDS = "zlib openssl" SECTION = "net" DESCRIPTION = "Secure rlogin/rsh/rcp/telnet replacement (OpenSSH) \ Ssh (Secure Shell) is a program for logging into a remote machine \ diff --git a/openssh/openssh_3.8p1.oe b/openssh/openssh_3.8p1.oe index 432ed96247..f0228c8391 100644 --- a/openssh/openssh_3.8p1.oe +++ b/openssh/openssh_3.8p1.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc zlib openssl" +DEPENDS = "zlib openssl" SECTION = "net" DESCRIPTION = "Secure rlogin/rsh/rcp/telnet replacement (OpenSSH) \ Ssh (Secure Shell) is a program for logging into a remote machine \ diff --git a/openssl/openssl_0.9.7b.oe b/openssl/openssl_0.9.7b.oe index 9e34c34e70..be5a2bb0e5 100644 --- a/openssl/openssl_0.9.7b.oe +++ b/openssl/openssl_0.9.7b.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" SECTION = "libs" DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools." diff --git a/openssl/openssl_0.9.7c.oe b/openssl/openssl_0.9.7c.oe index a37ad9a43b..946598ef44 100644 --- a/openssl/openssl_0.9.7c.oe +++ b/openssl/openssl_0.9.7c.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" SECTION = "libs" DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools." diff --git a/openssl/openssl_0.9.7d.oe b/openssl/openssl_0.9.7d.oe index 11902d4e3f..ae9c7aab09 100644 --- a/openssl/openssl_0.9.7d.oe +++ b/openssl/openssl_0.9.7d.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" SECTION = "libs" DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools." diff --git a/openvpn/openvpn_1.5.0.oe b/openvpn/openvpn_1.5.0.oe index f80d0b510e..73075cd2c1 100644 --- a/openvpn/openvpn_1.5.0.oe +++ b/openvpn/openvpn_1.5.0.oe @@ -1,6 +1,6 @@ DESCRIPTION = "A VPN solution via tun device. Not IPSEC!" PRIORITY = "optional" -DEPENDS = "virtual/libc lzo" +DEPENDS = "lzo" RDEPENDS = "tun" SRC_URI = "${SOURCEFORGE_MIRROR}/openvpn/openvpn-${PV}.tar.gz" diff --git a/orpheus/orpheus_1.5.oe b/orpheus/orpheus_1.5.oe index ea30c27d24..d372400b63 100644 --- a/orpheus/orpheus_1.5.oe +++ b/orpheus/orpheus_1.5.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Orpheus is a light-weight text mode menu- and \ window-driven audio player application for CDs and files in \ MP3 and Vorbis OGG format." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" SRC_URI = "http://thekonst.net/download/orpheus-${PV}.tar.bz2 \ file://m4.patch;patch=1" diff --git a/pango/pango_1.2.5.oe b/pango/pango_1.2.5.oe index 03ca0fdbe7..f6733eac7f 100644 --- a/pango/pango_1.2.5.oe +++ b/pango/pango_1.2.5.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc glib-2.0 fontconfig freetype zlib x11 xft xt" +DEPENDS = "glib-2.0 fontconfig freetype zlib x11 xft xt" DESCRIPTION = "The goal of the Pango project is to provide an \ Open Source framework for the layout and rendering of \ internationalized text." diff --git a/pango/pango_1.4.0.oe b/pango/pango_1.4.0.oe index 00b74aa9f7..b2643d7680 100644 --- a/pango/pango_1.4.0.oe +++ b/pango/pango_1.4.0.oe @@ -1,5 +1,5 @@ # Xt needed to keep autoconf's check for X11 happy -DEPENDS = "virtual/libc glib-2.0 fontconfig freetype zlib x11 xft xt" +DEPENDS = "glib-2.0 fontconfig freetype zlib x11 xft xt" DESCRIPTION = "The goal of the Pango project is to provide an \ Open Source framework for the layout and rendering of \ internationalized text." diff --git a/panoramixext/panoramixext-cvs.oe b/panoramixext/panoramixext-cvs.oe index 1225490ba0..24adec8752 100644 --- a/panoramixext/panoramixext-cvs.oe +++ b/panoramixext/panoramixext-cvs.oe @@ -2,7 +2,6 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc" PROVIDES = "panoramixext" DESCRIPTION = "PanoramiX extension headers" diff --git a/patchutils/patchutils_0.2.25.oe b/patchutils/patchutils_0.2.25.oe index a2ec997dfd..befe219d3e 100644 --- a/patchutils/patchutils_0.2.25.oe +++ b/patchutils/patchutils_0.2.25.oe @@ -2,7 +2,6 @@ LICENSE = "GPL" DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "virtual/libc" SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2" diff --git a/patchutils/patchutils_0.2.26.oe b/patchutils/patchutils_0.2.26.oe index a2ec997dfd..befe219d3e 100644 --- a/patchutils/patchutils_0.2.26.oe +++ b/patchutils/patchutils_0.2.26.oe @@ -2,7 +2,6 @@ LICENSE = "GPL" DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "virtual/libc" SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2" diff --git a/patchutils/patchutils_0.2.27.oe b/patchutils/patchutils_0.2.27.oe index a2ec997dfd..befe219d3e 100644 --- a/patchutils/patchutils_0.2.27.oe +++ b/patchutils/patchutils_0.2.27.oe @@ -2,7 +2,6 @@ LICENSE = "GPL" DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "virtual/libc" SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2" diff --git a/patchutils/patchutils_0.2.28.oe b/patchutils/patchutils_0.2.28.oe index a2ec997dfd..befe219d3e 100644 --- a/patchutils/patchutils_0.2.28.oe +++ b/patchutils/patchutils_0.2.28.oe @@ -2,7 +2,6 @@ LICENSE = "GPL" DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "virtual/libc" SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2" diff --git a/pciutils/pciutils_2.1.11.oe b/pciutils/pciutils_2.1.11.oe index ffe3f6c962..0f44e84611 100644 --- a/pciutils/pciutils_2.1.11.oe +++ b/pciutils/pciutils_2.1.11.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = 'The PCI Utilities package contains a library for portable access \ to PCI bus configuration space and several utilities based on this library.' diff --git a/pcre/pcre_4.4.oe b/pcre/pcre_4.4.oe index e97e8765f3..ab0935fb68 100644 --- a/pcre/pcre_4.4.oe +++ b/pcre/pcre_4.4.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Perl-compatible regular expression library. PCRE has its own native \ API, but a set of 'wrapper' functions that are based on the POSIX API \ are also supplied in the library libpcreposix. Note that this just \ diff --git a/pdm/pdm_1.0.oe b/pdm/pdm_1.0.oe index 970a8a8b4d..044842f559 100644 --- a/pdm/pdm_1.0.oe +++ b/pdm/pdm_1.0.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" LICENSE = "GPL" DESCRIPTION = "pdm is a minimal session manager for GUIs." diff --git a/perl/perl_5.8.3.oe b/perl/perl_5.8.3.oe index 45334d092b..ec5a5518fb 100644 --- a/perl/perl_5.8.3.oe +++ b/perl/perl_5.8.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Perl is a popular scripting language." SECTION = "developing" PRIORITY = "optional" -DEPENDS = "virtual/libc db3 perl-native" +DEPENDS = "db3 perl-native" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz" do_configure() { diff --git a/petitepainture/petitepainture_1.0.oe b/petitepainture/petitepainture_1.0.oe index ddbd8f04d8..f39efba5d7 100644 --- a/petitepainture/petitepainture_1.0.oe +++ b/petitepainture/petitepainture_1.0.oe @@ -2,7 +2,6 @@ DESCRIPTION = "Pressure-Sensitive Paint Program for Opie/Qtopia" SECTION = "base" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://sun.dhis.portside.net/~sakira/archive/SPainter_${PV}-1_src.tar.gz \ file://petitpeintu.desktop" diff --git a/phalanx/phalanx_22.oe b/phalanx/phalanx_22.oe index c12b7fe0f4..a4dc281bb2 100644 --- a/phalanx/phalanx_22.oe +++ b/phalanx/phalanx_22.oe @@ -1,6 +1,5 @@ SECTION = "Games" PRIORITY = "optional" -DEPENDS = "virtual/libc" DESCRIPTION = "Phalanx is a chess playing engine." SRC_URI = "http://dusan.freeshell.org/phalanx/phalanx-${PV}.tar.gz \ diff --git a/picocom/picocom_1.3.oe b/picocom/picocom_1.3.oe index 4451bb832f..4e187ecb67 100644 --- a/picocom/picocom_1.3.oe +++ b/picocom/picocom_1.3.oe @@ -2,7 +2,6 @@ DESCRIPTION = "Picocom is a lightweight and minimal (~20K) dumb-terminal emulati SECTION = "utils" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc" SRC_URI = "http://efault.net/npat/hacks/picocom/dist/picocom-${PV}.tar.gz" diff --git a/pkgconfig/pkgconfig_0.15.0.oe b/pkgconfig/pkgconfig_0.15.0.oe index 07bba00b04..4b3dd5bb24 100644 --- a/pkgconfig/pkgconfig_0.15.0.oe +++ b/pkgconfig/pkgconfig_0.15.0.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "pkg-config is a system for managing library \ compile/link flags that works with automake and autoconf. \ It replaces the ubiquitous *-config scripts you may have \ diff --git a/plone/plone_1.0.5.oe b/plone/plone_1.0.5.oe index 71506013f1..c670072453 100644 --- a/plone/plone_1.0.5.oe +++ b/plone/plone_1.0.5.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "zope" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/plone/CMFPlone${PV}.tar.gz" S = "${WORKDIR}/CMFPlone-${PV}" diff --git a/plone/plone_2.0.0.oe b/plone/plone_2.0.0.oe index 049992c9d6..82bfb11da4 100644 --- a/plone/plone_2.0.0.oe +++ b/plone/plone_2.0.0.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "zope" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/plone/CMFPlone-2.0-final.tar.gz" S = "${WORKDIR}/CMFPlone-2.0-final" diff --git a/pme/pme_1.0.3.oe b/pme/pme_1.0.3.oe index d9a36e1d4a..f81658e32e 100644 --- a/pme/pme_1.0.3.oe +++ b/pme/pme_1.0.3.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc pcre" +DEPENDS = "pcre" DESCRIPTION = "PME is a C++ wrapper around the PCRE library." SRC_URI = "http://xaxxon.slackworks.com/pme/pme-${PV}.tar.gz" diff --git a/pocketcellar/pocketcellar_1.1.oe b/pocketcellar/pocketcellar_1.1.oe index d5bc76dd23..2f00d56670 100644 --- a/pocketcellar/pocketcellar_1.1.oe +++ b/pocketcellar/pocketcellar_1.1.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://www.staikos.net/~staikos/pocketcellar/pocketcellar-${PV}.tar.gz \ file://gcc3.patch;patch=1" diff --git a/popt/popt_1.7.oe b/popt/popt_1.7.oe index 92baebee1b..d52ca8c0b9 100644 --- a/popt/popt_1.7.oe +++ b/popt/popt_1.7.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "The popt library exists essentially \ for parsing command line options." diff --git a/poqetpresenter/poqetpresenter_0.0.6.oe b/poqetpresenter/poqetpresenter_0.0.6.oe index 4d14986e71..bd05cee3c0 100644 --- a/poqetpresenter/poqetpresenter_0.0.6.oe +++ b/poqetpresenter/poqetpresenter_0.0.6.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe" +DEPENDS = "virtual/libqpe" SRC_URI = "${SOURCEFORGE_MIRROR}/poqetp/poqetp_${PV}_src.tar.gz" S = "${WORKDIR}/poqetp" diff --git a/portaudio/portaudio_0.0.19.oe b/portaudio/portaudio_0.0.19.oe index 3632e2cee7..f55beaf9b5 100644 --- a/portaudio/portaudio_0.0.19.oe +++ b/portaudio/portaudio_0.0.19.oe @@ -2,7 +2,6 @@ DESCRIPTION = "A portable audio library" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc" SRC_URI = "http://www.portaudio.com/archives/pa_snapshot_v19.tar.gz \ file://flags.patch;patch=1" diff --git a/ppp/ppp_2.4.1.oe b/ppp/ppp_2.4.1.oe index 50fa9ff176..334995e159 100644 --- a/ppp/ppp_2.4.1.oe +++ b/ppp/ppp_2.4.1.oe @@ -1,5 +1,4 @@ -DEPENDS = virtual/libc -RDEPENDS = libc6 +DEPENDS = RDEPENDS = libc6 SRC_URI = http://freshmeat.net/redir/pppd/8313/url_tgz/ppp-2.4.1.tar.gz \ file://pppd.patch;patch=1 diff --git a/prboom/prboom_2.3.0.oe b/prboom/prboom_2.3.0.oe index e45d8c517d..55502ca76b 100644 --- a/prboom/prboom_2.3.0.oe +++ b/prboom/prboom_2.3.0.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A Doom Clone based on SDL" SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc libsdl-qpe libsdl-mixer libsdl-net" +DEPENDS = "libsdl-qpe libsdl-mixer libsdl-net" SRC_URI = "${SOURCEFORGE_MIRROR}/prboom/prboom-${PV}.tar.gz \ file://m4.patch;patch=1 \ diff --git a/prelink/prelink_20031029.oe b/prelink/prelink_20031029.oe index 4da0ad534c..a60c04541d 100644 --- a/prelink/prelink_20031029.oe +++ b/prelink/prelink_20031029.oe @@ -1,4 +1,4 @@ -DEPENDS = "elfutils virtual/libc" +DEPENDS = "elfutils " DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \ and executables, so that far fewer relocations need to be resolved at \ runtime and thus programs come up faster." diff --git a/prelink/prelink_20040304.oe b/prelink/prelink_20040304.oe index f1a6a04fd7..1cc8f57b84 100644 --- a/prelink/prelink_20040304.oe +++ b/prelink/prelink_20040304.oe @@ -1,4 +1,4 @@ -DEPENDS = "elfutils virtual/libc" +DEPENDS = "elfutils " DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \ and executables, so that far fewer relocations need to be resolved at \ runtime and thus programs come up faster." diff --git a/prelink/prelink_20040520.oe b/prelink/prelink_20040520.oe index e69de29bb2..1f1144edda 100644 --- a/prelink/prelink_20040520.oe +++ b/prelink/prelink_20040520.oe @@ -0,0 +1,15 @@ +DEPENDS = "elfutils " +DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \ +and executables, so that far fewer relocations need to be resolved at \ +runtime and thus programs come up faster." + +SRC_URI = "ftp://people.redhat.com/jakub/prelink/prelink-${PV}.tar.bz2" +S = "${WORKDIR}/prelink" + +EXTRA_OECONF = "--disable-64bit" + +inherit autotools + +do_install_append () { + install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/default +} diff --git a/procps/procps_3.1.15.oe b/procps/procps_3.1.15.oe index 43be3afd37..1c20b59a4b 100644 --- a/procps/procps_3.1.15.oe +++ b/procps/procps_3.1.15.oe @@ -4,7 +4,7 @@ about processes using the /proc filesystem. The package \ includes the programs ps, top, vmstat, w, kill, and skill." SECTION = "net" PRIORITY = "optional" -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ file://procps_${PV}-2.diff;patch=1 \ diff --git a/procps/procps_3.2.1.oe b/procps/procps_3.2.1.oe index 7464831d46..99990c5648 100644 --- a/procps/procps_3.2.1.oe +++ b/procps/procps_3.2.1.oe @@ -4,7 +4,7 @@ about processes using the /proc filesystem. The package \ includes the programs ps, top, vmstat, w, kill, and skill." SECTION = "net" PRIORITY = "optional" -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ file://install.patch;patch=1" diff --git a/psmisc/psmisc_20.2.oe b/psmisc/psmisc_20.2.oe index d6d5fc08e8..583a913e58 100644 --- a/psmisc/psmisc_20.2.oe +++ b/psmisc/psmisc_20.2.oe @@ -2,7 +2,7 @@ DESCRIPTION = "procfs tools" SECTION = "base" PRIORITY = "required" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \ file://configure.patch;patch=1 \ diff --git a/pth/pth_2.0.0.oe b/pth/pth_2.0.0.oe index d934c10cfa..f188e26350 100644 --- a/pth/pth_2.0.0.oe +++ b/pth/pth_2.0.0.oe @@ -2,7 +2,6 @@ DESCRIPTION = "GNU Portable Threads" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.ossp.org/pkg/lib/pth/pth-${PV}.tar.gz" diff --git a/putty/putty_0.54.oe b/putty/putty_0.54.oe index e69de29bb2..944a64d8f4 100644 --- a/putty/putty_0.54.oe +++ b/putty/putty_0.54.oe @@ -0,0 +1,17 @@ +DESCRIPTION = "PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms" +SECTION = "base" +PRIORITY = "optional" + +SRC_URI = "http://the.earth.li/~sgtatham/putty/latest/putty-${PV}.tar.gz" + +TARGETS = "plink pscp psftp puttygen" + +do_compile() { + cd unix && oe_runmake -f Makefile.gtk ${TARGETS} CC="${CC}" CFLAGS="${CFLAGS} -I. -I.. -I../charset" +} + +do_install() { + install -d ${D}/${bindir}/ + cd unix && install -m 0755 ${TARGETS} ${D}/${bindir}/ +} + diff --git a/puzz-le/puzz-le_2.0.0.oe b/puzz-le/puzz-le_2.0.0.oe index ebb54ee48b..56f23e3ce2 100644 --- a/puzz-le/puzz-le_2.0.0.oe +++ b/puzz-le/puzz-le_2.0.0.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://www.warmi.net/zaurus/files/puzz-le_${PV}.tar.gz \ file://gcc3.patch;patch=1" diff --git a/python/python-ao_0.82.oe b/python/python-ao_0.82.oe index 035aa1ea16..ac98eb57bf 100644 --- a/python/python-ao_0.82.oe +++ b/python/python-ao_0.82.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Python AO Bindings" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc libao" +DEPENDS = "libao" SRCNAME = "pyao" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-constraint_0.2.3.oe b/python/python-constraint_0.2.3.oe index 9e0832d537..d5f766c2a4 100644 --- a/python/python-constraint_0.2.3.oe +++ b/python/python-constraint_0.2.3.oe @@ -6,7 +6,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "constraint" SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-crypto_1.9a6.oe b/python/python-crypto_1.9a6.oe index 7d5079a7c2..28cd56e004 100644 --- a/python/python-crypto_1.9a6.oe +++ b/python/python-crypto_1.9a6.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc gmp" +DEPENDS = "gmp" SRCNAME = "pycrypto" SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-curl_7.11.0.oe b/python/python-curl_7.11.0.oe index 6bbc45fa13..ec9a1f9b65 100644 --- a/python/python-curl_7.11.0.oe +++ b/python/python-curl_7.11.0.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core curl (${PV})" -DEPENDS = "virtual/libc curl-${PV}" +DEPENDS = "curl-${PV}" SRCNAME = "pycurl" SRC_URI = "http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-fnorb_1.3.oe b/python/python-fnorb_1.3.oe index 591ddefa43..8d3c8f8339 100644 --- a/python/python-fnorb_1.3.oe +++ b/python/python-fnorb_1.3.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "Fnorb" SRC_URI = "${SOURCEFORGE_MIRROR}/fnorb/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-fpconst_0.6.0.oe b/python/python-fpconst_0.6.0.oe index 83c5a11076..169e00e489 100644 --- a/python/python-fpconst_0.6.0.oe +++ b/python/python-fpconst_0.6.0.oe @@ -7,7 +7,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "fpconst" SRC_URI = "http://ftp.iasi.roedu.net/mirrors/gentoo.org/distfiles/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-gmpy_1.0.oe b/python/python-gmpy_1.0.oe index 3ce01d648a..cad93354d3 100644 --- a/python/python-gmpy_1.0.oe +++ b/python/python-gmpy_1.0.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc gmp" +DEPENDS = "gmp" SRCNAME = "gmpy" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-sources-10.zip" diff --git a/python/python-gnosis_1.1.1.oe b/python/python-gnosis_1.1.1.oe index d2d4b47ccd..6208b5ee60 100644 --- a/python/python-gnosis_1.1.1.oe +++ b/python/python-gnosis_1.1.1.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "Gnosis_Utils" SRC_URI = "http://gnosis.cx/download/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-hmm_0.4.oe b/python/python-hmm_0.4.oe index f88f030bca..64512c05fe 100644 --- a/python/python-hmm_0.4.oe +++ b/python/python-hmm_0.4.oe @@ -5,7 +5,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-numeric" -DEPENDS = "virtual/libc python-numeric" +DEPENDS = "python-numeric" SRCNAME = "hmm" SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-imdbpy_1.2.oe b/python/python-imdbpy_1.2.oe index 2949fc8a5a..4552f882c8 100644 --- a/python/python-imdbpy_1.2.oe +++ b/python/python-imdbpy_1.2.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "imdbpy" SRC_URI = "${SOURCEFORGE_MIRROR}/fnorb/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-irclib_0.4.3.oe b/python/python-irclib_0.4.3.oe index 196e2405c0..0d4056767a 100644 --- a/python/python-irclib_0.4.3.oe +++ b/python/python-irclib_0.4.3.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "pyirclib" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-logilab_0.4.4.oe b/python/python-logilab_0.4.4.oe index 5595ed9c8e..9cba9482ba 100644 --- a/python/python-logilab_0.4.4.oe +++ b/python/python-logilab_0.4.4.oe @@ -7,7 +7,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "common" SRC_URI = "ftp://ftp.logilab.fr/pub/common/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-mad_0.5.1.oe b/python/python-mad_0.5.1.oe index c18feae88e..94f1604807 100644 --- a/python/python-mad_0.5.1.oe +++ b/python/python-mad_0.5.1.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core libmad" -DEPENDS = "virtual/libc libmad" +DEPENDS = "libmad" SRCNAME = "pymad" SRC_URI = "http://spacepants.org/src/pymad/download/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-numeric_23.1.oe b/python/python-numeric_23.1.oe index 18a541a675..ad099c8946 100644 --- a/python/python-numeric_23.1.oe +++ b/python/python-numeric_23.1.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz" S = "${WORKDIR}/Numeric-${PV}" diff --git a/python/python-ogg_1.3.oe b/python/python-ogg_1.3.oe index abb58948e8..a645098dbd 100644 --- a/python/python-ogg_1.3.oe +++ b/python/python-ogg_1.3.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc libogg" +DEPENDS = "libogg" SRCNAME = "pyogg" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pexpect_0.99.oe b/python/python-pexpect_0.99.oe index 4981b8beb4..fb2de5dceb 100644 --- a/python/python-pexpect_0.99.oe +++ b/python/python-pexpect_0.99.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-io python-terminal python-resource python-fcntl" -DEPENDS = "virtual/libc" SRCNAME = "pexpect" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tgz" diff --git a/python/python-pycap_0.1.6.oe b/python/python-pycap_0.1.6.oe index 7649718db1..2bcf37a594 100644 --- a/python/python-pycap_0.1.6.oe +++ b/python/python-pycap_0.1.6.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc libpcap-0.7.2 libnet-1.1.1" +DEPENDS = "libpcap-0.7.2 libnet-1.1.1" SRCNAME = "pycap" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pychecker_0.8.13.oe b/python/python-pychecker_0.8.13.oe index 3042c842e8..e674c05813 100644 --- a/python/python-pychecker_0.8.13.oe +++ b/python/python-pychecker_0.8.13.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "pychecker" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pycodes_1.1.oe b/python/python-pycodes_1.1.oe index 07fe517376..fac5f8b5b2 100644 --- a/python/python-pycodes_1.1.oe +++ b/python/python-pycodes_1.1.oe @@ -7,7 +7,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "pycodes" SRC_URI = "http://www.csua.berkeley.edu/~emin/source_code/pycodes/pycodes-1-1.tar.gz \ diff --git a/python/python-pygame_1.6.oe b/python/python-pygame_1.6.oe index 9b164886cf..75c72a0b8e 100644 --- a/python/python-pygame_1.6.oe +++ b/python/python-pygame_1.6.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-numeric" -DEPENDS = "virtual/libc virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" +DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" SRCNAME = "pygame" SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}.tar.gz \ diff --git a/python/python-pygoogle_0.6.oe b/python/python-pygoogle_0.6.oe index e15f23e936..464cec2a86 100644 --- a/python/python-pygoogle_0.6.oe +++ b/python/python-pygoogle_0.6.oe @@ -5,7 +5,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-soappy" -DEPENDS = "virtual/libc" SRCNAME = "pygoogle" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pylinda_0.1.oe b/python/python-pylinda_0.1.oe index 6c9d8acacd..9ab54df798 100644 --- a/python/python-pylinda_0.1.oe +++ b/python/python-pylinda_0.1.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "linda" SRC_URI = "http://www-users.cs.york.ac.uk/~aw/pylinda/linda-${PV}.tar.gz \ diff --git a/python/python-pylint_0.3.3.oe b/python/python-pylint_0.3.3.oe index c6f0fe5ce5..2dce6c6f77 100644 --- a/python/python-pylint_0.3.3.oe +++ b/python/python-pylint_0.3.3.oe @@ -6,7 +6,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-logilab" -DEPENDS = "virtual/libc" SRCNAME = "pylint" SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pyreverse_0.5.0.oe b/python/python-pyreverse_0.5.0.oe index e829665a7d..0c33b2ae19 100644 --- a/python/python-pyreverse_0.5.0.oe +++ b/python/python-pyreverse_0.5.0.oe @@ -5,7 +5,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-logilab python-pyxml" -DEPENDS = "virtual/libc" SRCNAME = "pyreverse" SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pyserial_2.0.oe b/python/python-pyserial_2.0.oe index 5868e1f9ed..afdf180542 100644 --- a/python/python-pyserial_2.0.oe +++ b/python/python-pyserial_2.0.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "pyserial" SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2" diff --git a/python/python-pyx_0.6.oe b/python/python-pyx_0.6.oe index 193b9ae1d0..a3f454649d 100644 --- a/python/python-pyx_0.6.oe +++ b/python/python-pyx_0.6.oe @@ -5,7 +5,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc kpsewhich-native" +DEPENDS = "kpsewhich-native" SRCNAME = "PyX" SRC_URI = "${SOURCEFORGE_MIRROR}/pyx/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pyxml_0.8.3.oe b/python/python-pyxml_0.8.3.oe index fdf5faac3d..d0868f2f6c 100644 --- a/python/python-pyxml_0.8.3.oe +++ b/python/python-pyxml_0.8.3.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-xml python-netclient" -DEPENDS = "virtual/libc" SRCNAME = "pyxml" SRC_URI = "${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz" diff --git a/python/python-pyxmlrpc_0.8.8.3.oe b/python/python-pyxmlrpc_0.8.8.3.oe index e91846ae34..e38e330685 100644 --- a/python/python-pyxmlrpc_0.8.8.3.oe +++ b/python/python-pyxmlrpc_0.8.8.3.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "py-xmlrpc" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-sgmlop_1.1.oe b/python/python-sgmlop_1.1.oe index 5c340b1e52..1d070d61c9 100644 --- a/python/python-sgmlop_1.1.oe +++ b/python/python-sgmlop_1.1.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "sgmlop" SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2" diff --git a/python/python-snmplib_0.1.1.oe b/python/python-snmplib_0.1.1.oe index 00fd9371a0..da0ee4dd3f 100644 --- a/python/python-snmplib_0.1.1.oe +++ b/python/python-snmplib_0.1.1.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "libsnmp" SRC_URI = "http://seafelt.unicity.com.au/downloads/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-soappy_0.11.3.oe b/python/python-soappy_0.11.3.oe index dcff9e2a47..b9bd58853e 100644 --- a/python/python-soappy_0.11.3.oe +++ b/python/python-soappy_0.11.3.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-xml python-fpconst" -DEPENDS = "virtual/libc" SRCNAME = "SOAPpy" SRC_URI = "${SOURCEFORGE_MIRROR}/pywebsvcs/${SRCNAME}-${PV}.tar.gz \ diff --git a/python/python-sqlite_0.5.0.oe b/python/python-sqlite_0.5.0.oe index e7f3331d5d..b0cf00c03b 100644 --- a/python/python-sqlite_0.5.0.oe +++ b/python/python-sqlite_0.5.0.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-re python-lang" -DEPENDS = "virtual/libc sqlite" +DEPENDS = "sqlite" SRCNAME = "pysqlite" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-tlslite_0.3.0.oe b/python/python-tlslite_0.3.0.oe index e5024b0157..3df7cc9f1c 100644 --- a/python/python-tlslite_0.3.0.oe +++ b/python/python-tlslite_0.3.0.oe @@ -5,7 +5,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "tlslite" SRC_URI = "http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-vmaps_1.1.oe b/python/python-vmaps_1.1.oe index bb2c545ad8..03323800da 100644 --- a/python/python-vmaps_1.1.oe +++ b/python/python-vmaps_1.1.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "vmaps" SRC_URI = "http://snafu.freedom.org/Vmaps/Vmaps-${PV}.tgz" diff --git a/python/python-vorbis_1.3.oe b/python/python-vorbis_1.3.oe index c255fc84cc..d3a1ae7a68 100644 --- a/python/python-vorbis_1.3.oe +++ b/python/python-vorbis_1.3.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core libvorbis python-ogg" -DEPENDS = "virtual/libc libvorbis python-ogg" +DEPENDS = "libvorbis python-ogg" SRCNAME = "pyvorbis" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz \ diff --git a/python/python_2.3.4.oe b/python/python_2.3.4.oe index e69de29bb2..b5ccd954c4 100644 --- a/python/python_2.3.4.oe +++ b/python/python_2.3.4.oe @@ -0,0 +1,58 @@ +DESCRIPTION = "Python Programming Language" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +DEPENDS = "python-native" + +SRC_URI = "ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ + file://bindir-libdir.patch;patch=1 \ + file://crosscompile.patch;patch=1" +# file://autohell.patch;patch=1" +# file://crosscompile-hotshot.patch;patch=1 \ +# file://crosscompile-socket.patch;patch=1 + +S = "${WORKDIR}/Python-${PV}" + +inherit autotools + +EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc" + +# +# copy config.h and an appropriate Makefile for distutils.sysconfig +# which laters uses the information out of these to compile extensions +# +do_compile_prepend() { + install -d ${STAGING_INCDIR}/python2.3/ + install -d ${STAGING_LIBDIR}/python2.3/config/ + install -m 0644 pyconfig.h ${STAGING_INCDIR}/python2.3/ + install -m 0644 Makefile Makefile.orig + install -m 0644 Makefile Makefile.backup + sed -e 's,${includedir},${STAGING_INCDIR},' < Makefile.backup > Makefile + install -m 0644 Makefile Makefile.backup + sed -e 's,${libdir},${STAGING_LIBDIR},' < Makefile.backup > Makefile + install -m 0644 Makefile ${STAGING_LIBDIR}/python2.3/config/ +} + +do_compile() { + oe_runmake HOSTPGEN=${STAGING_BINDIR}/pgen \ + HOSTPYTHON=${STAGING_BINDIR}/python \ + STAGING_DIR=${STAGING_DIR} \ + BUILD_SYS=${BUILD_SYS} \ + HOST_SYS=${HOST_SYS} +} + +do_stage() { + install -m 0644 Include/*.h ${STAGING_INCDIR}/python2.3/ +} + +do_install() { + install -m 0644 Makefile.orig Makefile + oe_runmake HOSTPGEN=${STAGING_BINDIR}/pgen \ + HOSTPYTHON=${STAGING_BINDIR}/python \ + STAGING_DIR=${STAGING_DIR} \ + BUILD_SYS=${BUILD_SYS} \ + HOST_SYS=${HOST_SYS} \ + DESTDIR=${D} install +} + +include python-${PV}-manifest.oe diff --git a/qmake/qmake-native_3.2.3.oe b/qmake/qmake-native_3.2.3.oe index d83ba5bcf0..207eb58bcf 100644 --- a/qmake/qmake-native_3.2.3.oe +++ b/qmake/qmake-native_3.2.3.oe @@ -1,6 +1,5 @@ DESCRIPTION = "Qt(E) Makefile Generator" PRIORITY = "optional" -DEPENDS = "virtual/libc" LICENSE = "GPL/QPL" SRC_URI = \ diff --git a/qpegps/qpegps_cvs.oe b/qpegps/qpegps_cvs.oe index aabedb1d52..40ae8e11f6 100644 --- a/qpegps/qpegps_cvs.oe +++ b/qpegps/qpegps_cvs.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/qpegps;module=qpegps \ file://gpsd-fix.patch;patch=1 \ diff --git a/qplot/qplot_2.0.1cvs.oe b/qplot/qplot_2.0.1cvs.oe index e68f218174..dfc517ccd0 100644 --- a/qplot/qplot_2.0.1cvs.oe +++ b/qplot/qplot_2.0.1cvs.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/qplot;module=qplot \ file://gcc3.patch;patch=1" diff --git a/qt/qt-x11-free_3.3.1.oe b/qt/qt-x11-free_3.3.1.oe index e69de29bb2..f92de2a043 100644 --- a/qt/qt-x11-free_3.3.1.oe +++ b/qt/qt-x11-free_3.3.1.oe @@ -0,0 +1,24 @@ +DESCRIPTION = "Qt is a versatile class library for graphical applications." +SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.3.1.tar.bz2" +DEPENDS = "moc-native x11 xft libpng zlib jpeg sm xinerama xcursor" + +do_configure () { + echo "yes" | ./configure -prefix ${prefix} -ipv6 -system-zlib -system-libpng -system-libjpeg +} + +do_compile () { + top=`pwd` + cd $top/qmake; oe_runmake CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="-I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac \ + -I${S}/include/qmake -I${S}/include -I${S}/include \ + -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL \ + -DQT_NO_COMPRESS -I${S}/mkspecs/linux-g++ -DHAVE_QCONFIG_CPP${CXXFLAGS}" + cd $top/src/moc; oe_runmake CC="${CC}" CXX="${CXX}" CFLAGS="-DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS ${CFLAGS}" CXXFLAGS="-DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS ${CXXFLAGS}" LINK="${CXX}" LFLAGS="${LDFLAGS}" + cd $top/src; oe_runmake CC="${CC}" CXX="${CXX}" CFLAGS="-Wall -W -fPIC -DQT_SHARED -DQT_NO_DEBUG -DQT_NO_CUPS -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC ${CFLAGS}" CXXFLAGS="-Wall -W -fPIC -DQT_SHARED -DQT_NO_DEBUG -DQT_NO_CUPS -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC ${CXXFLAGS}" MOC="moc3" LINK="${CXX}" LFLAGS="${LDFLAGS} -shared -Wl,-soname,libqt.so.3 -Wl,-rpath,/var/tmp/oe-tmp.pb/base/qt-x11-free-3.3.1-r0/qt-x11-free-3.3.1/lib" +} + +do_install () { + top=`pwd` + cd $top/qmake; oe_runmake INSTALL_ROOT="${D}" install + cd $top/moc; oe_runmake INSTALL_ROOT="${D}" install + cd $top/src; oe_runmake INSTALL_ROOT="${D}" install +} diff --git a/qte/qte_2.3.8-snap.oe b/qte/qte_2.3.8-snap.oe index 41ccc781dc..55b4b28b9f 100644 --- a/qte/qte_2.3.8-snap.oe +++ b/qte/qte_2.3.8-snap.oe @@ -8,7 +8,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/snapshots/qt-embedded-${PV}shot-${SNAP file://tslib.patch;patch=1 \ file://devfs.patch;patch=1 \ file://no-moc.patch;patch=1" -DEPENDS = "virtual/libc base/zlib base/libpng base/jpeg uicmoc-native" +DEPENDS = "base/zlib base/libpng base/jpeg uicmoc-native" PROVIDES = "virtual/qte virtual/libqte2" S = "${WORKDIR}/qt-${PV}shot-${SNAPDATE}" diff --git a/qwt/qwt-pyqwt-20040505.oe b/qwt/qwt-pyqwt-20040505.oe index e69de29bb2..9cefbe1b26 100644 --- a/qwt/qwt-pyqwt-20040505.oe +++ b/qwt/qwt-pyqwt-20040505.oe @@ -0,0 +1,25 @@ +DESCRIPTION = "Qt Widget Extension for Technical Applications" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +LICENSE = "GPL" +DEPENDS = "virtual/libqte2" + +SRC_URI = "${SOURCEFORGE_MIRROR}/qwt/qwt-${PV}.tgz" + +inherit qmake + +EXTRA_QMAKEVARS_POST = "CONFIG-=thread" + +do_stage() { + oe_libinstall -so -C lib libqwt ${STAGING_LIBDIR} + cp -a include/* ${STAGING_INCDIR} +} + +do_install() { + install -d ${D}/${libdir} \ + ${D}/${includedir} + oe_libinstall -so -C lib libqwt ${D}/${libdir} + cp -a include/* ${D}/${includedir} +} + diff --git a/qwt/qwt_4.2.0rc1.oe b/qwt/qwt_4.2.0rc1.oe index 64fec3d049..9cefbe1b26 100644 --- a/qwt/qwt_4.2.0rc1.oe +++ b/qwt/qwt_4.2.0rc1.oe @@ -3,7 +3,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqte2" +DEPENDS = "virtual/libqte2" SRC_URI = "${SOURCEFORGE_MIRROR}/qwt/qwt-${PV}.tgz" diff --git a/radvd/radvd_0.7.2.oe b/radvd/radvd_0.7.2.oe index 572ea89c97..ab783ff1df 100644 --- a/radvd/radvd_0.7.2.oe +++ b/radvd/radvd_0.7.2.oe @@ -1,5 +1,4 @@ DESCRIPTION = "IPv6 router advertisement daemon" -DEPENDS = "virtual/libc" SRC_URI = "http://v6web.litech.org/radvd/dist/radvd-${PV}.tar.gz \ file://automake.patch;patch=1" diff --git a/readline/readline_4.3.oe b/readline/readline_4.3.oe index 050841c376..eca4c48344 100644 --- a/readline/readline_4.3.oe +++ b/readline/readline_4.3.oe @@ -5,7 +5,6 @@ lines, and perform csh-like history expansion on previous commands." SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc" SRC_URI = "ftp://ftp.cwru.edu/pub/bash/readline-${PV}.tar.gz \ file://signalnamespace.patch;patch=1" diff --git a/regex-markup/regex-markup_0.9.0.oe b/regex-markup/regex-markup_0.9.0.oe index c394607a2d..1bbb3f7f5a 100644 --- a/regex-markup/regex-markup_0.9.0.oe +++ b/regex-markup/regex-markup_0.9.0.oe @@ -1,7 +1,6 @@ DESCRIPTION = "Regex-markup performs regular expression-based text \ markup according to used-defined rules." -DEPENDS = "virtual/libc" SRC_URI = "http://www.student.lu.se/~nbi98oli/src/regex-markup-${PV}.tar.gz" diff --git a/rosetta/rosetta-cvs.oe b/rosetta/rosetta-cvs.oe index cc9787a29b..25b442dbf5 100644 --- a/rosetta/rosetta-cvs.oe +++ b/rosetta/rosetta-cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -DEPENDS = "virtual/libc gtk+ libgpewidget x11 xrandr xrender xft xinerama xtst xext xau" +DEPENDS = "gtk+ libgpewidget x11 xrandr xrender xft xinerama xtst xext xau" PROVIDES = "rosetta" DESCRIPTION = "Multistroke / full word handwriting recognition for X" diff --git a/rxvt-unicode/rxvt-unicode_1.9.oe b/rxvt-unicode/rxvt-unicode_1.9.oe index d33967c8bc..204ac20fcf 100644 --- a/rxvt-unicode/rxvt-unicode_1.9.oe +++ b/rxvt-unicode/rxvt-unicode_1.9.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc x11 xft" +DEPENDS = "x11 xft" DESCRIPTION = "rxvt-unicode is a clone of the well known \ terminal emulator rxvt, modified to store text in Unicode \ (either UCS-2 or UCS-4) and to use locale-correct input and \ diff --git a/rxvt-unicode/rxvt-unicode_2.2.oe b/rxvt-unicode/rxvt-unicode_2.2.oe index 3890a2191a..d267659740 100644 --- a/rxvt-unicode/rxvt-unicode_2.2.oe +++ b/rxvt-unicode/rxvt-unicode_2.2.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc x11 xft" +DEPENDS = "x11 xft" DESCRIPTION = "rxvt-unicode is a clone of the well known \ terminal emulator rxvt, modified to store text in Unicode \ (either UCS-2 or UCS-4) and to use locale-correct input and \ diff --git a/rxvt/rxvt_2.7.9.oe b/rxvt/rxvt_2.7.9.oe index d80fd11928..50faf7fdf4 100644 --- a/rxvt/rxvt_2.7.9.oe +++ b/rxvt/rxvt_2.7.9.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc x11 xft" +DEPENDS = "x11 xft" DESCRIPTION = "Well known terminal emulator" SRC_URI = "pserver://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/rxvt \ diff --git a/scew/scew_0.3.1.oe b/scew/scew_0.3.1.oe index 84eca8bc45..e7c99e6244 100644 --- a/scew/scew_0.3.1.oe +++ b/scew/scew_0.3.1.oe @@ -1,5 +1,5 @@ DESCRIPTION = "Simple C Expat Wrapper." -DEPENDS = "virtual/libc expat" +DEPENDS = "expat" SRC_URI = "http://www.ccd.uab.es/~aleix/scew/scew-${PV}.tar.gz \ file://m4.patch;patch=1" diff --git a/screen/screen_3.9.15.oe b/screen/screen_3.9.15.oe index 1be6186c71..d1dec884fa 100644 --- a/screen/screen_3.9.15.oe +++ b/screen/screen_3.9.15.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "Screen is a full-screen window manager \ that multiplexes a physical terminal between several \ processes, typically interactive shells." diff --git a/screen/screen_4.0.1.oe b/screen/screen_4.0.1.oe index aec9f8151b..b1f2b764b6 100644 --- a/screen/screen_4.0.1.oe +++ b/screen/screen_4.0.1.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "Screen is a full-screen window manager \ that multiplexes a physical terminal between several \ processes, typically interactive shells." diff --git a/screen/screen_4.0.2.oe b/screen/screen_4.0.2.oe index aec9f8151b..b1f2b764b6 100644 --- a/screen/screen_4.0.2.oe +++ b/screen/screen_4.0.2.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "Screen is a full-screen window manager \ that multiplexes a physical terminal between several \ processes, typically interactive shells." diff --git a/scummvm/scummvm_0.5.1.oe b/scummvm/scummvm_0.5.1.oe index 6a3a4eabab..d904416d9c 100644 --- a/scummvm/scummvm_0.5.1.oe +++ b/scummvm/scummvm_0.5.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Virtual Machine for LucasArts Adventures" SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc libsdl-qpe libmad libvorbis libogg" +DEPENDS = "libsdl-qpe libmad libvorbis libogg" SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2" diff --git a/scummvm/scummvm_0.6.0.oe b/scummvm/scummvm_0.6.0.oe index a66241582c..2aef266ef5 100644 --- a/scummvm/scummvm_0.6.0.oe +++ b/scummvm/scummvm_0.6.0.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Virtual Machine for LucasArts Adventures" SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc libsdl-qpe libmad tremor libogg zlib" +DEPENDS = "libsdl-qpe libmad tremor libogg zlib" SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2 \ file://sword1.patch;patch=1 \ diff --git a/sed/sed_4.0.8.oe b/sed/sed_4.0.8.oe index 62324d11e4..04e413d50d 100644 --- a/sed/sed_4.0.8.oe +++ b/sed/sed_4.0.8.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "sed is a Stream EDitor." SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" diff --git a/shopper/shopper_1.2.1.oe b/shopper/shopper_1.2.1.oe index 91e508269e..61a9388946 100644 --- a/shopper/shopper_1.2.1.oe +++ b/shopper/shopper_1.2.1.oe @@ -3,7 +3,6 @@ SECTION = "Applications" PRIORITY = "optional" MAINTAINER = "David Greaves <arbor@users.sourceforge.net>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/zaurus-shopper/Shopper-${PV}.tar.gz \ file://gcc3.patch;patch=1" diff --git a/sip/sip_3.10.1.oe b/sip/sip_3.10.1.oe index f3e58da6a4..2e8608f5fd 100644 --- a/sip/sip_3.10.1.oe +++ b/sip/sip_3.10.1.oe @@ -3,7 +3,7 @@ SECTION = "devel" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc python-native" +DEPENDS = "python-native" SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz" S = "${WORKDIR}/sip-${PV}/sipgen" diff --git a/slang/slang_1.4.9.oe b/slang/slang_1.4.9.oe index ee26e839fe..8a9ef98d36 100644 --- a/slang/slang_1.4.9.oe +++ b/slang/slang_1.4.9.oe @@ -2,7 +2,6 @@ DESCRIPTION = "slang" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Graeme Gregory <xora@lordpain.uklinux.net>" -DEPENDS = "virtual/libc" SRC_URI = "ftp://space.mit.edu/pub/davis/slang/v1.4/slang-${PV}.tar.bz2" diff --git a/slotsig/slotsig_0.4.oe b/slotsig/slotsig_0.4.oe index f3bdf4dd4b..93164a93c2 100644 --- a/slotsig/slotsig_0.4.oe +++ b/slotsig/slotsig_0.4.oe @@ -2,7 +2,6 @@ DESCRIPTION = "A lightweight signal/slot library for decoupling C++ method calls SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://kafka.fr.free.fr/slotsig/slotsig-${PV}.tar.bz2" diff --git a/slrn/slrn_0.9.8.0.oe b/slrn/slrn_0.9.8.0.oe index bd66dec31d..ab03f8bec2 100644 --- a/slrn/slrn_0.9.8.0.oe +++ b/slrn/slrn_0.9.8.0.oe @@ -2,7 +2,7 @@ DESCRIPTION = "slrn - console news reader" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Graeme Gregory <xora@lordpain.uklinux.net>" -DEPENDS = "virtual/libc slang" +DEPENDS = "slang" SRC_URI = "${SOURCEFORGE_MIRROR}/slrn/slrn-${PV}.tar.bz2 \ file://m4.patch;patch=1 \ diff --git a/slutils/slutils_0.1.0.oe b/slutils/slutils_0.1.0.oe index 9d855aedf8..f2ccbacd2e 100644 --- a/slutils/slutils_0.1.0.oe +++ b/slutils/slutils_0.1.0.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" inherit qmake diff --git a/sm/sm-cvs.oe b/sm/sm-cvs.oe index 919e058389..da377f8705 100644 --- a/sm/sm-cvs.oe +++ b/sm/sm-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc x11 ice" +DEPENDS = "x11 ice" PROVIDES = "sm" DESCRIPTION = "Session management library" diff --git a/smpeg/smpeg_0.4.4+0.4.5cvs20040311.oe b/smpeg/smpeg_0.4.4+0.4.5cvs20040311.oe index 74c8996a67..d003ceeb2a 100644 --- a/smpeg/smpeg_0.4.4+0.4.5cvs20040311.oe +++ b/smpeg/smpeg_0.4.4+0.4.5cvs20040311.oe @@ -1,7 +1,7 @@ SECTION = "NET" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc virtual/libsdl" +DEPENDS = "virtual/libsdl" PROVIDES = "smpeg" DESCRIPTION = "SMPEG is a general purpose MPEG video/audio \ player for Linux based on the mpeg_play and SPLAY \ diff --git a/snes9x/snes9x-sdl-qpe_1.39.oe b/snes9x/snes9x-sdl-qpe_1.39.oe index 7ebbe40b57..5b53f878a7 100644 --- a/snes9x/snes9x-sdl-qpe_1.39.oe +++ b/snes9x/snes9x-sdl-qpe_1.39.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Super Nintendo Emulator based on SDL, QtE Palmtop Environments Edition" SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc libsdl-qpe" +DEPENDS = "libsdl-qpe" SRC_URI = "http://www.vanille.de/mirror/snes9x-sdl-${PV}.tar.bz2 \ file://compile.patch;patch=1" diff --git a/snmp++/snmp++_3.2.10.oe b/snmp++/snmp++_3.2.10.oe index b6d66d6669..6ff537dd2c 100644 --- a/snmp++/snmp++_3.2.10.oe +++ b/snmp++/snmp++_3.2.10.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A C++ SNMP library that supports SNMPv1, SNMPv2c and SNMPv3" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc libdes libtomcrypt" +DEPENDS = "libdes libtomcrypt" SRC_URI = "http://www.agentpp.com/snmp++v${PV}.tar.gz" S = "${WORKDIR}/snmp++/src" diff --git a/socat/socat_1.3.2.1.oe b/socat/socat_1.3.2.1.oe index 79473a9d60..ae753597b2 100644 --- a/socat/socat_1.3.2.1.oe +++ b/socat/socat_1.3.2.1.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc openssl" +DEPENDS = "openssl" DESCRIPTION = "Socat is a relay for bidirectional data \ transfer between two independent data channels." diff --git a/sqlite/sqlite_2.8.9.oe b/sqlite/sqlite_2.8.9.oe index c5d3521d08..647872280a 100644 --- a/sqlite/sqlite_2.8.9.oe +++ b/sqlite/sqlite_2.8.9.oe @@ -1,7 +1,7 @@ DESCRIPTION = "An Embeddable SQL Database Engine" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc base/readline base/ncurses" +DEPENDS = "base/readline base/ncurses" SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \ file://crosscompile.patch;patch=1" diff --git a/ssmtp/ssmtp_2.60.9.oe b/ssmtp/ssmtp_2.60.9.oe index e69de29bb2..489d0f069f 100644 --- a/ssmtp/ssmtp_2.60.9.oe +++ b/ssmtp/ssmtp_2.60.9.oe @@ -0,0 +1,23 @@ +DEPENDS = "openssl" +DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub." + +SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.tar.gz \ + file://ldflags.patch;patch=1 \ + file://configure.patch;patch=1 \ + file://ssmtp.conf" +S = "${WORKDIR}/${PN}-2.60" + +inherit autotools + +EXTRA_OECONF = "--enable-ssl" +do_compile () { + oe_runmake 'LDFLAGS=${LDFLAGS}' +} + +do_install () { + oe_runmake 'prefix=${D}/${prefix}' 'exec_prefix=${D}/${exec_prefix}' \ + 'bindir=${D}/${bindir}' 'mandir=${D}/${mandir}' \ + 'etcdir=${D}/${sysconfdir}' GEN_CONFIG="`which echo`" install + install -d ${D}/${sysconfdir}/ssmtp + install -m 0644 ${WORKDIR}/ssmtp.conf ${D}/${sysconfdir}/ssmtp/ssmtp.conf +} diff --git a/startup-notification/startup-notification_0.5.oe b/startup-notification/startup-notification_0.5.oe index 1a54a3507d..cf129304e3 100644 --- a/startup-notification/startup-notification_0.5.oe +++ b/startup-notification/startup-notification_0.5.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Startup notification support" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" -DEPENDS = "virtual/libc x11" +DEPENDS = "x11" inherit autotools pkgconfig diff --git a/stat/stat_3.3.oe b/stat/stat_3.3.oe index e69de29bb2..178001171b 100644 --- a/stat/stat_3.3.oe +++ b/stat/stat_3.3.oe @@ -0,0 +1,13 @@ +DESCRIPTION = "Display all information about a file that the stat() call provides and all information a filesystem that statfs() provides." +LICENSE = "GPL" +MAINTAINER = "Holger Schurig <hs4388@mn-solutions.de>" + +SRC_URI = "ftp://metalab.unc.edu/pub/Linux/utils/file/stat-3.3.tar.gz" + +do_stage() { + true +} + +do_install() { + make install DESTDIR=${D} +} diff --git a/strace/strace_4.4.98.oe b/strace/strace_4.4.98.oe index db5cc91828..b0fcf5ce98 100644 --- a/strace/strace_4.4.98.oe +++ b/strace/strace_4.4.98.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "strace is a system call tracing tool." SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ diff --git a/strace/strace_4.5.3.oe b/strace/strace_4.5.3.oe index db5cc91828..b0fcf5ce98 100644 --- a/strace/strace_4.5.3.oe +++ b/strace/strace_4.5.3.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "strace is a system call tracing tool." SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ diff --git a/stunnel/stunnel_4.05.oe b/stunnel/stunnel_4.05.oe index 491991055c..8b2ef8a994 100644 --- a/stunnel/stunnel_4.05.oe +++ b/stunnel/stunnel_4.05.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc openssl" +DEPENDS = "openssl" LICENSE = "GPL" DESCRIPTION = "Stunnel is a program that allows you to encrypt \ arbitrary TCP connections inside SSL" diff --git a/subapplet/subapplet_1.0.8.oe b/subapplet/subapplet_1.0.8.oe index a14af5bb90..6dc1f7cd33 100644 --- a/subapplet/subapplet_1.0.8.oe +++ b/subapplet/subapplet_1.0.8.oe @@ -2,7 +2,6 @@ DESCRIPTION = "A secondary system tray for those people who like having a lot of SECTION = "base" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/subapplet/subapplet-1.0.8.tar.gz \ file://subapplet.pro.patch;patch=1 " diff --git a/sudo/sudo_1.6.7p5.oe b/sudo/sudo_1.6.7p5.oe index 9038e14bb7..e0ae5d80f4 100644 --- a/sudo/sudo_1.6.7p5.oe +++ b/sudo/sudo_1.6.7p5.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "Sudo (superuser do) allows a system \ administrator to give certain users (or groups of \ users) the ability to run some (or all) commands \ diff --git a/sword/sword_1.5.7.oe b/sword/sword_1.5.7.oe index 385117e578..f599abea7f 100644 --- a/sword/sword_1.5.7.oe +++ b/sword/sword_1.5.7.oe @@ -2,7 +2,7 @@ DESCRIPTION = "The SWORD Project is an open source, cross-platform (Linux, Windo Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc clucene curl" +DEPENDS = "clucene curl" RDEPENDS = "clucene curl" PR = "2" diff --git a/sysklogd/sysklogd_1.4.1.oe b/sysklogd/sysklogd_1.4.1.oe index 7f6d187f4a..9dd42e0969 100644 --- a/sysklogd/sysklogd_1.4.1.oe +++ b/sysklogd/sysklogd_1.4.1.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "The sysklogd package implements \ two system log daemons." diff --git a/sysvinit/sysvinit_2.85.oe b/sysvinit/sysvinit_2.85.oe index 2cf6068573..a66697d1ed 100644 --- a/sysvinit/sysvinit_2.85.oe +++ b/sysvinit/sysvinit_2.85.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "System-V like init.\ Init is the first program to run after your system is booted, and\ continues to run as process number 1 until your system halts. Inits\ diff --git a/t1lib/t1lib_5.0.0.oe b/t1lib/t1lib_5.0.0.oe index d8bb12a4a1..f25163b4b7 100644 --- a/t1lib/t1lib_5.0.0.oe +++ b/t1lib/t1lib_5.0.0.oe @@ -2,7 +2,6 @@ DESCRIPTION = "A Type1 Font Rastering Library" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc" SRC_URI = "http://www.netsw.org/graphic/font/t1lib-${PV}.tar.gz \ file://configure.patch;patch=1 \ diff --git a/t1lib/t1lib_5.0.1.oe b/t1lib/t1lib_5.0.1.oe index 14f2f24078..eee11372dc 100644 --- a/t1lib/t1lib_5.0.1.oe +++ b/t1lib/t1lib_5.0.1.oe @@ -2,7 +2,6 @@ DESCRIPTION = "A Type1 Font Rastering Library" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc" SRC_URI = "ftp://sunsite.unc.edu/pub/Linux/libs/graphics/t1lib-${PV}.tar.gz \ file://configure.patch;patch=1 \ diff --git a/tar/tar_1.13.93.oe b/tar/tar_1.13.93.oe index 07b89f6696..1f49dd3e32 100644 --- a/tar/tar_1.13.93.oe +++ b/tar/tar_1.13.93.oe @@ -1,7 +1,6 @@ DESCRIPTION = "GNU tar saves many files together into a single tape \ or disk archive, and can restore individual files from the archive." LICENSE = "GPL" -DEPENDS = "virtual/libc" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" SRC_URI = "ftp://alpha.gnu.org/gnu/tar/tar-${PV}.tar.gz \ diff --git a/tcpdump/tcpdump_3.8.1.oe b/tcpdump/tcpdump_3.8.1.oe index ba3b5732db..e418194ec8 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 = "virtual/libc base/libpcap-0.8.1" +DEPENDS = "base/libpcap-0.8.1" SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz" diff --git a/tcpick/tcpick_0.1.22.oe b/tcpick/tcpick_0.1.22.oe index e69de29bb2..9f6845d586 100644 --- a/tcpick/tcpick_0.1.22.oe +++ b/tcpick/tcpick_0.1.22.oe @@ -0,0 +1,9 @@ +DESCRIPTION = "Tcpick Tcp Stream Sniffer and Connection Tracker" +SECTION = "base" +PRIORITY = "required" +DEPENDS = "ncurses" + +SRC_URI = "${SOURCEFORGE_MIRROR}/tcpick/tcpick-${PV}.tar.gz" +S = "${WORKDIR}/tcpick-${PV}" + +inherit autotools diff --git a/tin/tin_1.7.3.oe b/tin/tin_1.7.3.oe index e5ae829550..90fbb6c2d5 100644 --- a/tin/tin_1.7.3.oe +++ b/tin/tin_1.7.3.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "Tin is a powerful text mode news reader." SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \ diff --git a/tinylogin/tinylogin_1.4.oe b/tinylogin/tinylogin_1.4.oe index b929ed88f0..03e96cf74d 100644 --- a/tinylogin/tinylogin_1.4.oe +++ b/tinylogin/tinylogin_1.4.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "TinyLogin is a suite of tiny UNIX \ utilities for handling logins, user authentication, \ changing passwords, and otherwise maintaining users \ diff --git a/tmdns/tmdns_20030116.oe b/tmdns/tmdns_20030116.oe index 446cd2d7c6..3f1a65cdd1 100644 --- a/tmdns/tmdns_20030116.oe +++ b/tmdns/tmdns_20030116.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "tmdns is a multicast DNS server." SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/zeroconf;module=tmdns;date=${PV} \ diff --git a/tn5250/tn5250_0.16.5.oe b/tn5250/tn5250_0.16.5.oe index d45c2ed287..03d5d81419 100644 --- a/tn5250/tn5250_0.16.5.oe +++ b/tn5250/tn5250_0.16.5.oe @@ -1,6 +1,6 @@ DESCRIPTION = "tn5250 is a 5250 terminal emulator, used for connecting \ to IBM's AS/400 (now known as eServer iSeries) midrange computers." -DEPENDS = "virtual/libc ncurses openssl" +DEPENDS = "ncurses openssl" SRC_URI = "${SOURCEFORGE_MIRROR}/tn5250/tn5250-${PV}.tar.gz \ file://compile.patch;patch=1" diff --git a/transconnect/transconnect_1.2.oe b/transconnect/transconnect_1.2.oe index 1b59c6e6fd..d1058537ca 100644 --- a/transconnect/transconnect_1.2.oe +++ b/transconnect/transconnect_1.2.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "TransConnect is an implementation of function \ interposing to allow users on *nix platforms to transparenly \ tunnel all networking applications over an HTTPS proxy." diff --git a/transconnect/transconnect_1.3-beta.oe b/transconnect/transconnect_1.3-beta.oe index 36b1dc3854..ad2c853613 100644 --- a/transconnect/transconnect_1.3-beta.oe +++ b/transconnect/transconnect_1.3-beta.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "TransConnect is an implementation of function \ interposing to allow users on *nix platforms to transparenly \ tunnel all networking applications over an HTTPS proxy." diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe index 223bf3259a..138a2d74af 100644 --- a/tremor/tremor_20030325.oe +++ b/tremor/tremor_20030325.oe @@ -1,7 +1,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc libogg" +DEPENDS = "libogg" DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." SRC_URI = "cvs://anoncvs:anoncvs@xiph.org/usr/local/cvsroot;module=Tremor;date=${PV}" diff --git a/tslib/tslib.oe b/tslib/tslib.oe index 576c4fe8cc..31f4dcb478 100644 --- a/tslib/tslib.oe +++ b/tslib/tslib.oe @@ -1,6 +1,5 @@ PV = "0.0cvs${CVSDATE}" -DEPENDS = "virtual/libc" DESCRIPTION = "tslib is a touchscreen access library." SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ diff --git a/twisted/twisted_1.2.0.oe b/twisted/twisted_1.2.0.oe index d8786ff289..eebe7f3cf1 100644 --- a/twisted/twisted_1.2.0.oe +++ b/twisted/twisted_1.2.0.oe @@ -6,7 +6,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRC_URI = "http://twisted.sourceforge.net/Twisted-${PV}.tar.bz2" S = "${WORKDIR}/Twisted-${PV}" diff --git a/txdrug/txdrug_0.1.oe b/txdrug/txdrug_0.1.oe index a12823f196..fa1ec79010 100644 --- a/txdrug/txdrug_0.1.oe +++ b/txdrug/txdrug_0.1.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe sqlite" +DEPENDS = "virtual/libqpe sqlite" SRC_URI = "http://teax.sourceforge.net/txdrug-${PV}.tar.gz \ file://${FILESDIR}/${palmtopdir}" diff --git a/tximage/tximage_0.2.oe b/tximage/tximage_0.2.oe index 7f52069ad2..11fb05b82b 100644 --- a/tximage/tximage_0.2.oe +++ b/tximage/tximage_0.2.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe" +DEPENDS = "virtual/libqpe" SRC_URI = "http://downloads.zaurususergroup.com/community/66.180.235.230/download.php/253/tximage-${PV}.tar.gz \ file://gcc3.patch;patch=1" diff --git a/uae/uae_0.8.23-20040129.oe b/uae/uae_0.8.23-20040129.oe index 45f4875a8e..8aec13258c 100644 --- a/uae/uae_0.8.23-20040129.oe +++ b/uae/uae_0.8.23-20040129.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Amiga Emulator based on SDL" SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc libsdl-qpe" +DEPENDS = "libsdl-qpe" SRC_URI = "http://rcdrummond.net/uae/uae-${PV}/uae-${PV}.tar.bz2 \ file://configure.patch;patch=1 \ diff --git a/udev/udev_024.oe b/udev/udev_024.oe index 1db0f34568..2192749f73 100644 --- a/udev/udev_024.oe +++ b/udev/udev_024.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = " udev is a program which dynamically creates and removes device nodes from \ /dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel." diff --git a/uml-utilities/uml-utilities_20040406.oe b/uml-utilities/uml-utilities_20040406.oe index 59edeeddea..f9c0aa361f 100644 --- a/uml-utilities/uml-utilities_20040406.oe +++ b/uml-utilities/uml-utilities_20040406.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Utilities for User-Mode-Linux" LICENSE = "GPL" -DEPENDS = "virtual/libc zlib ncurses readline" +DEPENDS = "zlib ncurses readline" SRC_URI = "http://mirror.usermodelinux.org/uml/uml_utilities_${PV}.tar.bz2 \ file://fix-ldflags.patch;patch=1" diff --git a/units/units_1.80.oe b/units/units_1.80.oe index d02628c025..1e82f408fc 100644 --- a/units/units_1.80.oe +++ b/units/units_1.80.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc readline" +DEPENDS = "readline" DESCRIPTION = "GNU units converts between different systems of units." SRC_URI = "${GNU_MIRROR}/units/units-${PV}.tar.gz \ diff --git a/usbutils/usbutils_0.11.oe b/usbutils/usbutils_0.11.oe index d96634c4dc..0f4d20f8dc 100644 --- a/usbutils/usbutils_0.11.oe +++ b/usbutils/usbutils_0.11.oe @@ -1,4 +1,3 @@ -DEPENDS = "virtual/libc" DESCRIPTION = "USB console utilities." SRC_URI = "http://wwwbode.cs.tum.edu/Par/arch/usb/download/usbutils/usbutils-${PV}.tar.gz \ diff --git a/usound/usound_0.2.0.oe b/usound/usound_0.2.0.oe index 9aac128195..61c47e70d5 100644 --- a/usound/usound_0.2.0.oe +++ b/usound/usound_0.2.0.oe @@ -2,7 +2,7 @@ DESCRIPTION = "The Useful Sound Daemon" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc pth" +DEPENDS = "pth" SRC_URI = "http://mattcamp.paunix.org/usound/usound-${PV}.tar.gz" S = "${WORKDIR}/usound" diff --git a/util-linux/util-linux_2.12.oe b/util-linux/util-linux_2.12.oe index 3dd537f4f0..0fc2091a3f 100644 --- a/util-linux/util-linux_2.12.oe +++ b/util-linux/util-linux_2.12.oe @@ -1,5 +1,5 @@ LICENSE = "GPL" -DEPENDS = "virtual/libc zlib ncurses" +DEPENDS = "zlib ncurses" DESCRIPTION = "Util-linux is a suite of essential \ utilities for any Linux system." diff --git a/vectoroids/vectoroids_1.1.0.oe b/vectoroids/vectoroids_1.1.0.oe index a804ae45ef..ce2539785b 100644 --- a/vectoroids/vectoroids_1.1.0.oe +++ b/vectoroids/vectoroids_1.1.0.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl" +DEPENDS = "virtual/libqpe virtual/libsdl" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/x/vectoroids/src/vectoroids-${PV}.tar.gz" diff --git a/vim/vim_6.2.oe b/vim/vim_6.2.oe index ff7c4c99e5..1a627bf52e 100644 --- a/vim/vim_6.2.oe +++ b/vim/vim_6.2.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc ncurses" +DEPENDS = "ncurses" DESCRIPTION = "Vim is an almost fully-compatible \ version of the Unix editor Vi." diff --git a/vorbis-tools/vorbis-tools_1.0.1.oe b/vorbis-tools/vorbis-tools_1.0.1.oe index c87e6d2030..9dced00ead 100644 --- a/vorbis-tools/vorbis-tools_1.0.1.oe +++ b/vorbis-tools/vorbis-tools_1.0.1.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc libogg libvorbis libao curl" +DEPENDS = "libogg libvorbis libao curl" DESCRIPTION = " vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool), \ ogginfo (displays ogg information), vcut (ogg file splitter), and \ vorbiscomment (ogg comment editor)." diff --git a/vpnc/vpnc_0.2-rm+zomb.1.oe b/vpnc/vpnc_0.2-rm+zomb.1.oe index e69de29bb2..6354f982a0 100644 --- a/vpnc/vpnc_0.2-rm+zomb.1.oe +++ b/vpnc/vpnc_0.2-rm+zomb.1.oe @@ -0,0 +1,17 @@ +DESCRIPTION = "A client for the Cisco3000 VPN Concentrator" +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "base/libgcrypt" + +SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \ + file://attribute.patch;patch=1" + + +CFLAGS_append = ' -DVERSION=\\"${PV}\\"' +LDFLAGS_append = " -lgcrypt -lgpg-error" + +do_install () { + install -d ${D}/${sbindir} + install -m 0755 vpnc ${D}/${sbindir} +} diff --git a/x11/x11-cvs.oe b/x11/x11-cvs.oe index d4d4429dc9..d6ee85fe45 100644 --- a/x11/x11-cvs.oe +++ b/x11/x11-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc xproto xextensions xau xtrans xdmcp" +DEPENDS = "xproto xextensions xau xtrans xdmcp" PROVIDES = "x11" DESCRIPTION = "Base X libs." FILES_${PN}_append = " ${datadir}/X11" diff --git a/xau/xau-cvs.oe b/xau/xau-cvs.oe index 41fd6d67e8..86abe143a8 100644 --- a/xau/xau-cvs.oe +++ b/xau/xau-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc xproto" +DEPENDS = "xproto" PROVIDES = "xau" DESCRIPTION = "Authorization Protocol for X." diff --git a/xcompmgr/xcompmgr-cvs.oe b/xcompmgr/xcompmgr-cvs.oe index 3974d8fa72..474576f1c7 100644 --- a/xcompmgr/xcompmgr-cvs.oe +++ b/xcompmgr/xcompmgr-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "x11" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc x11 xdamage xcomposite xrender" +DEPENDS = "x11 xdamage xcomposite xrender" DESCRIPTION = "X Compositing Manager" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xcompmgr" diff --git a/xcomposite/xcomposite-cvs.oe b/xcomposite/xcomposite-cvs.oe index 8e76dc5ffc..5fca365e13 100644 --- a/xcomposite/xcomposite-cvs.oe +++ b/xcomposite/xcomposite-cvs.oe @@ -1,6 +1,6 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" -DEPENDS = "virtual/libc x11 compositeext xextensions fixesext xfixes" +DEPENDS = "x11 compositeext xextensions fixesext xfixes" PROVIDES = "xcomposite" DESCRIPTION = "X Composite extension library." diff --git a/xcursor/xcursor-cvs.oe b/xcursor/xcursor-cvs.oe index 4e8ed6330c..a9849c0b14 100644 --- a/xcursor/xcursor-cvs.oe +++ b/xcursor/xcursor-cvs.oe @@ -2,7 +2,6 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc" PROVIDES = "xcursor" DESCRIPTION = "X Cursor library" diff --git a/xdamage/xdamage-cvs.oe b/xdamage/xdamage-cvs.oe index 86b95073b8..4cfdea669f 100644 --- a/xdamage/xdamage-cvs.oe +++ b/xdamage/xdamage-cvs.oe @@ -1,7 +1,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" #DEPENDS=virtual/libc x11-cvs damageext-cvs xextensions-cvs fixesext-cvs xfixes-cvs -DEPENDS = "virtual/libc x11 damageext xfixes xproto" +DEPENDS = "x11 damageext xfixes xproto" PROVIDES = "xdamage" DESCRIPTION = "X Damage extension library." diff --git a/xdmcp/libxdmcp_0.1.1.oe b/xdmcp/libxdmcp_0.1.1.oe index b467fb241f..ed22c69f21 100644 --- a/xdmcp/libxdmcp_0.1.1.oe +++ b/xdmcp/libxdmcp_0.1.1.oe @@ -1,7 +1,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc xproto" +DEPENDS = "xproto" PROVIDES = "xdmcp" DESCRIPTION = "X Display Manager Control Protocol library." S = "${WORKDIR}/libXdmcp-${PV}" diff --git a/xdmcp/libxdmcp_cvs.oe b/xdmcp/libxdmcp_cvs.oe index c303571f26..043b2e6719 100644 --- a/xdmcp/libxdmcp_cvs.oe +++ b/xdmcp/libxdmcp_cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc xproto" +DEPENDS = "xproto" PROVIDES = "xdmcp" DESCRIPTION = "X Display Manager Control Protocol library." diff --git a/xext/xext-cvs.oe b/xext/xext-cvs.oe index 5318cae009..33476130a7 100644 --- a/xext/xext-cvs.oe +++ b/xext/xext-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" DESCRIPTION = "X Server Extension library" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc xproto x11 xextensions" +DEPENDS = "xproto x11 xextensions" PROVIDES = "xext" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext" diff --git a/xfixes/xfixes-cvs.oe b/xfixes/xfixes-cvs.oe index 8020c46e66..3477e353bb 100644 --- a/xfixes/xfixes-cvs.oe +++ b/xfixes/xfixes-cvs.oe @@ -1,6 +1,6 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" -DEPENDS = "virtual/libc x11 fixesext" +DEPENDS = "x11 fixesext" PROVIDES = "xfixes" DESCRIPTION = "X Fixes extension library." diff --git a/xfont/xfont-cvs.oe b/xfont/xfont-cvs.oe index 1c19b6cd52..6bed0448d9 100644 --- a/xfont/xfont-cvs.oe +++ b/xfont/xfont-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc xproto xtrans zlib" +DEPENDS = "xproto xtrans zlib" PROVIDES = "xfont" DESCRIPTION = "X font libary (used by the X server)." diff --git a/xft/xft-cvs.oe b/xft/xft-cvs.oe index daf8888701..6522d3cd08 100644 --- a/xft/xft-cvs.oe +++ b/xft/xft-cvs.oe @@ -1,6 +1,6 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" -DEPENDS = "virtual/libc x11 xproto xrender freetype fontconfig" +DEPENDS = "x11 xproto xrender freetype fontconfig" PROVIDES = "xft" DESCRIPTION = "X FreeType library. Client-side fonts with FreeType." diff --git a/xi/xi-cvs.oe b/xi/xi-cvs.oe index 42b357190e..717f63f350 100644 --- a/xi/xi-cvs.oe +++ b/xi/xi-cvs.oe @@ -1,6 +1,6 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" -DEPENDS = "virtual/libc x11 xextensions" +DEPENDS = "x11 xextensions" PROVIDES = "xi" DESCRIPTION = "X Input extension library." diff --git a/xinerama/xinerama-cvs.oe b/xinerama/xinerama-cvs.oe index 3c8a19ff2e..2980b5342d 100644 --- a/xinerama/xinerama-cvs.oe +++ b/xinerama/xinerama-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc panoramixext" +DEPENDS = "panoramixext" PROVIDES = "xinerama" DESCRIPTION = "Xinerama library" diff --git a/xmms-embedded/xmms-embedded_20040327.oe b/xmms-embedded/xmms-embedded_20040327.oe index 6e441706d8..5a49b9c28f 100644 --- a/xmms-embedded/xmms-embedded_20040327.oe +++ b/xmms-embedded/xmms-embedded_20040327.oe @@ -1,7 +1,7 @@ BROKEN = "yes" SECTION = "apps" PRIORITY = "optional" -DEPENDS = "virtual/libc zlib tremor libmad libid3tag libsidplay glib-2.0 virtual/libqpe uicmoc-native" +DEPENDS = "zlib tremor libmad libid3tag libsidplay glib-2.0 virtual/libqpe uicmoc-native" DESCRIPTION = "XMMS embedded - lightweight audio player with video and codec plugins" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xmms-embedded;module=xmms-embedded;date=${PV} \ diff --git a/xpm/xpm-cvs.oe b/xpm/xpm-cvs.oe index c74350783a..f24ab3042b 100644 --- a/xpm/xpm-cvs.oe +++ b/xpm/xpm-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc xproto x11" +DEPENDS = "xproto x11" PROVIDES = "xpm" DESCRIPTION = "X Pixmap library." diff --git a/xrender/xrender-cvs.oe b/xrender/xrender-cvs.oe index e8ec1fd004..adcc3e24b3 100644 --- a/xrender/xrender-cvs.oe +++ b/xrender/xrender-cvs.oe @@ -1,6 +1,6 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" -DEPENDS = "virtual/libc render x11" +DEPENDS = "render x11" PROVIDES = "xrender" DESCRIPTION = "X Render extension library." diff --git a/xres/xres-cvs.oe b/xres/xres-cvs.oe index 3440ef0cf7..53c3e1c6fa 100644 --- a/xres/xres-cvs.oe +++ b/xres/xres-cvs.oe @@ -1,7 +1,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc x11 xextensions xext resourceext" +DEPENDS = "x11 xextensions xext resourceext" PROVIDES = "xres" DESCRIPTION = "X Resource usage library." diff --git a/xserver/xserver-cvs.oe b/xserver/xserver-cvs.oe index 1a5c42709d..a4cc908e2c 100644 --- a/xserver/xserver-cvs.oe +++ b/xserver/xserver-cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -DEPENDS = "virtual/libc tslib xproto xdmcp xextensions xtrans xau x11 xext randr render xrender libxrandr fixesext damageext xfont resourceext compositeext" +DEPENDS = "tslib xproto xdmcp xextensions xtrans xau x11 xext randr render xrender libxrandr fixesext damageext xfont resourceext compositeext" PROVIDES = "xserver" PACKAGES = "xserver-kdrive-fbdev xserver-kdrive-ati ${PN}-doc ${PN}-dev ${PN}-locale" DESCRIPTION = "X server from freedesktop.org" diff --git a/xserver/xserver-xorg_cvs.oe b/xserver/xserver-xorg_cvs.oe index e69de29bb2..e9c5e37185 100644 --- a/xserver/xserver-xorg_cvs.oe +++ b/xserver/xserver-xorg_cvs.oe @@ -0,0 +1,11 @@ +PV = "0.0cvs${CVSDATE}" +DEPENDS = "tslib xproto xdmcp xextensions xtrans xau x11 xext randr render xrender libxrandr fixesext damageext xfont resourceext compositeext" +PROVIDES = "xserver" +DESCRIPTION = "X server from freedesktop.org" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xserver;module=xserver" +S = "${WORKDIR}/xserver" + +inherit autotools pkgconfig libtool + +EXTRA_OECONF = "--enable-xorgserver --disable-kdriveserver --enable-composite --disable-xinerama" diff --git a/xstroke/xstroke-cvs.oe b/xstroke/xstroke-cvs.oe index 59c85de31a..a222039f28 100644 --- a/xstroke/xstroke-cvs.oe +++ b/xstroke/xstroke-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "x11" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc x11" +DEPENDS = "x11" DESCRIPTION = "Gesture recognition input method for X11" SRC_URI = "cvs://anoncvs:anoncvs@xstroke.org/cvs/xstroke;module=xstroke" diff --git a/xstroke/xstroke_0.6.oe b/xstroke/xstroke_0.6.oe index 4db2c6a373..999346a1b6 100644 --- a/xstroke/xstroke_0.6.oe +++ b/xstroke/xstroke_0.6.oe @@ -1,7 +1,7 @@ SECTION = "x11" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc x11" +DEPENDS = "x11" DESCRIPTION = "Gesture recognition input method for X11" SRC_URI = "http://xstroke.org/releases/xstroke-0.6.tar.gz" diff --git a/xt/xt-cvs.oe b/xt/xt-cvs.oe index 24979451c9..06ec250caf 100644 --- a/xt/xt-cvs.oe +++ b/xt/xt-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc x11 sm" +DEPENDS = "x11 sm" PROVIDES = "xt" DESCRIPTION = "X Toolkit Intrinsics" diff --git a/xtst/xtst-cvs.oe b/xtst/xtst-cvs.oe index 5986d75528..26d0e9b08b 100644 --- a/xtst/xtst-cvs.oe +++ b/xtst/xtst-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" -DEPENDS = "virtual/libc x11 recordext" +DEPENDS = "x11 recordext" PROVIDES = "xtst" DESCRIPTION = "X Test Extension: client side library" diff --git a/zbench/zbench_2.0.oe b/zbench/zbench_2.0.oe index d3a92a13b2..669df2dc59 100644 --- a/zbench/zbench_2.0.oe +++ b/zbench/zbench_2.0.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://www.vanille.de/mirror/zbench-${PV}.tar.bz2" diff --git a/zcip/zcip_4.oe b/zcip/zcip_4.oe index b0cc333375..56e152528b 100644 --- a/zcip/zcip_4.oe +++ b/zcip/zcip_4.oe @@ -1,4 +1,4 @@ -DEPENDS = "virtual/libc libpcap libnet-1.0.2a" +DEPENDS = "libpcap libnet-1.0.2a" DESCRIPTION = "zcip is an implementation of zero configuration networking (zeroconf)." SRC_URI = "${SOURCEFORGE_MIRROR}/zeroconf/zcip-${PV}.tar.gz \ diff --git a/zddice/zddice_1.0.0.oe b/zddice/zddice_1.0.0.oe index a32206f7b1..69b644f95d 100644 --- a/zddice/zddice_1.0.0.oe +++ b/zddice/zddice_1.0.0.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://www.cinlug.org/modules/Static_Docs/data/db/zddice/zddice_${PV}_arm.src.tar.gz \ file://qtopia17.patch;patch=1" diff --git a/zgscore/zgscore_1.0.0.oe b/zgscore/zgscore_1.0.0.oe index 32f2b8ec4c..7f934aa842 100644 --- a/zgscore/zgscore_1.0.0.oe +++ b/zgscore/zgscore_1.0.0.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://www.cinlug.org/modules/Static_Docs/data/db/zgs/zgscore_${PV}_arm.src.tar.gz \ file://qtopia17.patch;patch=1" diff --git a/zipsc/zipsc_0.4.3.oe b/zipsc/zipsc_0.4.3.oe index c93579f12d..06b919d62a 100644 --- a/zipsc/zipsc_0.4.3.oe +++ b/zipsc/zipsc_0.4.3.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://www.warmi.net/zaurus/files/zipsc_${PV}.tar.gz \ file://gcc3.patch;patch=1" diff --git a/zlapspeed/zlapspeed_1.0.0.oe b/zlapspeed/zlapspeed_1.0.0.oe index 94e949f7fb..7ce5535b7a 100644 --- a/zlapspeed/zlapspeed_1.0.0.oe +++ b/zlapspeed/zlapspeed_1.0.0.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc" SRC_URI = "http://www.cinlug.org/modules/Static_Docs/data/db/zlaps/zlaps_${PV}_arm.src.tar.gz \ file://qtopia17.patch;patch=1" diff --git a/zlib/zlib_1.1.4.oe b/zlib/zlib_1.1.4.oe index 19adf8da78..71aa48a9a9 100644 --- a/zlib/zlib_1.1.4.oe +++ b/zlib/zlib_1.1.4.oe @@ -4,7 +4,6 @@ PRIORITY = "required" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" SRC_URI = "http://www.libpng.org/pub/png/src/zlib-${PV}.tar.gz" -DEPENDS = "virtual/libc" S = "${WORKDIR}/zlib-${PV}" export LDSHARED = "${CC} -shared -Wl,-soname,libz.so.1" diff --git a/zmerlin/zmerlin_0.9.1.oe b/zmerlin/zmerlin_0.9.1.oe index 7432183c76..f9b36bbdef 100644 --- a/zmerlin/zmerlin_0.9.1.oe +++ b/zmerlin/zmerlin_0.9.1.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe" +DEPENDS = "virtual/libqpe" SRC_URI = "http://user.cs.tu-berlin.de/~karlb/zmerlin/zmerlin.tar.gz" S = "${WORKDIR}/zmerlin" diff --git a/zope/zope_2.7.0.oe b/zope/zope_2.7.0.oe index 171b6e590f..3387003052 100644 --- a/zope/zope_2.7.0.oe +++ b/zope/zope_2.7.0.oe @@ -3,7 +3,6 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "libc6 python-core " -DEPENDS = "virtual/libc" SRC_URI = "http://zope.org/Products/Zope/${PV}rc1/Zope-${PV}-rc1.tgz" S = "${WORKDIR}/Zope-${PV}-rc1" diff --git a/zsafe/zsafe_2.1.2.oe b/zsafe/zsafe_2.1.2.oe index 9b477d3d0d..f0b4eaf083 100644 --- a/zsafe/zsafe_2.1.2.oe +++ b/zsafe/zsafe_2.1.2.oe @@ -4,7 +4,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Carsten Schneider <zcarsten@gmx.net>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe" +DEPENDS = "virtual/libqpe" #SRC_URI = http://z-soft.z-portal.info/zsafe/zsafe_${PV}.tgz SRC_URI = "http://www.lunix.com.ar/~ldipenti/zsafe_${PV}.tgz" diff --git a/zsh/zsh_4.1.1.oe b/zsh/zsh_4.1.1.oe index 4e7f7c10e4..0b9e4367d5 100644 --- a/zsh/zsh_4.1.1.oe +++ b/zsh/zsh_4.1.1.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Zsh shell" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -DEPENDS = "virtual/libc ncurses pcre" +DEPENDS = "ncurses pcre" SRC_URI = "http://www.zsh.org/pub/zsh-${PV}.tar.bz2 \ file://configure.patch;patch=1" diff --git a/ztappy/ztappy_0.9.1.oe b/ztappy/ztappy_0.9.1.oe index a37faa1cf2..e14ccf8a26 100644 --- a/ztappy/ztappy_0.9.1.oe +++ b/ztappy/ztappy_0.9.1.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/libc virtual/libqpe" +DEPENDS = "virtual/libqpe" SRC_URI = "http://user.cs.tu-berlin.de/~karlb/ztappy/ztappy.tar.gz" S = "${WORKDIR}/ztappy" diff --git a/zziplib/zziplib_0.10.82.oe b/zziplib/zziplib_0.10.82.oe index 258ef6e11e..5a594babe0 100644 --- a/zziplib/zziplib_0.10.82.oe +++ b/zziplib/zziplib_0.10.82.oe @@ -1,7 +1,6 @@ DESCRIPTION = "Support library for dealing with zip files" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/zziplib/zziplib-${PV}.tar.bz2" |