diff options
Diffstat (limited to 'nonworking')
86 files changed, 0 insertions, 644 deletions
diff --git a/nonworking/alsa-tools/alsa-tools_1.0.4.oe b/nonworking/alsa-driver/alsadriver_0.9.8.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/alsa-tools/alsa-tools_1.0.4.oe +++ b/nonworking/alsa-driver/alsadriver_0.9.8.bb diff --git a/nonworking/alsa-driver/alsadriver_0.9.8.oe b/nonworking/alsa-driver/alsadriver_0.9.8.oe deleted file mode 100644 index 3962dc6035..0000000000 --- a/nonworking/alsa-driver/alsadriver_0.9.8.oe +++ /dev/null @@ -1,12 +0,0 @@ -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/aodv/aodv-modules_2.2.2.oe b/nonworking/alsa-tools/alsa-tools_1.0.4.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/aodv/aodv-modules_2.2.2.oe +++ b/nonworking/alsa-tools/alsa-tools_1.0.4.bb diff --git a/nonworking/centericq/centericq_4.9.12.oe b/nonworking/aodv/aodv-modules_2.2.2.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/centericq/centericq_4.9.12.oe +++ b/nonworking/aodv/aodv-modules_2.2.2.bb diff --git a/nonworking/docbook-xsl/docbook-xsl_1.64.1.oe b/nonworking/apache/apache_2.0.47.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/docbook-xsl/docbook-xsl_1.64.1.oe +++ b/nonworking/apache/apache_2.0.47.bb diff --git a/nonworking/apache/apache_2.0.47.oe b/nonworking/apache/apache_2.0.47.oe deleted file mode 100644 index f55733554b..0000000000 --- a/nonworking/apache/apache_2.0.47.oe +++ /dev/null @@ -1,84 +0,0 @@ -SECTION = net -DEPENDS = expat openssl - -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/docbook/docbook_4.2.oe b/nonworking/aterm/aterm_0.4.2.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/docbook/docbook_4.2.oe +++ b/nonworking/aterm/aterm_0.4.2.bb diff --git a/nonworking/aterm/aterm_0.4.2.oe b/nonworking/aterm/aterm_0.4.2.oe deleted file mode 100644 index 573019b006..0000000000 --- a/nonworking/aterm/aterm_0.4.2.oe +++ /dev/null @@ -1,9 +0,0 @@ -DEPENDS = x11-cvs xproto-cvs - -SRC_URI = ${SOURCEFORGE_MIRROR}/aterm/aterm-${PV}.tar.bz2 - -inherit autotools - -do_configure_prepend () { - cp autoconf/* . -} diff --git a/nonworking/emotion/emotion_cvs.oe b/nonworking/bluez-bluefw/bluez-bluefw_0.9.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/emotion/emotion_cvs.oe +++ b/nonworking/bluez-bluefw/bluez-bluefw_0.9.bb diff --git a/nonworking/bluez-bluefw/bluez-bluefw_0.9.oe b/nonworking/bluez-bluefw/bluez-bluefw_0.9.oe deleted file mode 100644 index 5983b05935..0000000000 --- a/nonworking/bluez-bluefw/bluez-bluefw_0.9.oe +++ /dev/null @@ -1,7 +0,0 @@ -SECTION="libs" - -SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz" -S=${WORKDIR}/${P} - -inherit autotools - diff --git a/nonworking/exult/exult_1.2.oe b/nonworking/bogl/bogl-utils-native_0.1.9.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/exult/exult_1.2.oe +++ b/nonworking/bogl/bogl-utils-native_0.1.9.bb diff --git a/nonworking/bogl/bogl-utils-native_0.1.9.oe b/nonworking/bogl/bogl-utils-native_0.1.9.oe deleted file mode 100644 index 94a1d4e00b..0000000000 --- a/nonworking/bogl/bogl-utils-native_0.1.9.oe +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Utilities for Ben's Own Graphics Library" -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "gd-native" -PR = "2" - -SRC_URI = "${DEBIAN_MIRROR}/main/b/bogl/bogl_${PV}-${PR}.tar.gz" -S = "${WORKDIR}/bogl" - -inherit native - -do_compile() { - oe_runmake bdftobogl pngtobogl - # giftobogl doesn't work because gd no longer comes with GIF support -} - -do_stage() { - install -d ${STAGING_BINDIR}/ - install -m 0755 bdftobogl pngtobogl ${STAGING_BINDIR}/ -} diff --git a/nonworking/fbi/fbi_1.31.oe b/nonworking/bogl/libbogl_0.1.9.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/fbi/fbi_1.31.oe +++ b/nonworking/bogl/libbogl_0.1.9.bb diff --git a/nonworking/bogl/libbogl_0.1.9.oe b/nonworking/bogl/libbogl_0.1.9.oe deleted file mode 100644 index e9198eae89..0000000000 --- a/nonworking/bogl/libbogl_0.1.9.oe +++ /dev/null @@ -1,24 +0,0 @@ -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/fortune-mod/fortune-mod_1.99.1.oe b/nonworking/centericq/centericq_4.9.12.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/fortune-mod/fortune-mod_1.99.1.oe +++ b/nonworking/centericq/centericq_4.9.12.bb diff --git a/nonworking/gnuboy/qtopiagnuboy_1.0.3.oe b/nonworking/docbook-xsl/docbook-xsl_1.64.1.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/gnuboy/qtopiagnuboy_1.0.3.oe +++ b/nonworking/docbook-xsl/docbook-xsl_1.64.1.bb diff --git a/nonworking/greader/greader_0.61.oe b/nonworking/docbook/docbook_4.2.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/greader/greader_0.61.oe +++ b/nonworking/docbook/docbook_4.2.bb diff --git a/nonworking/gtkmm/gtkmm_2.2.11.oe b/nonworking/emotion/emotion_cvs.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/gtkmm/gtkmm_2.2.11.oe +++ b/nonworking/emotion/emotion_cvs.bb diff --git a/nonworking/kde/arts-native_1.2.2.oe b/nonworking/esmart/esmart_cvs.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/kde/arts-native_1.2.2.oe +++ b/nonworking/esmart/esmart_cvs.bb diff --git a/nonworking/esmart/esmart_cvs.oe b/nonworking/esmart/esmart_cvs.oe deleted file mode 100644 index d12048e82b..0000000000 --- a/nonworking/esmart/esmart_cvs.oe +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "A collection of smart Evas objects" -SECTION = "libs" -DEPENDS = "evas evas-x11 ecore imlib2 edje libtool" -PV = "${CVSDATE}" - -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/esmart" -S = "${WORKDIR}/esmart" - -inherit autotools pkgconfig binconfig - -do_stage () { - oe_libinstall -C src/lib libesmart ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Esmart.h ${STAGING_INCDIR}/ -} diff --git a/nonworking/lufs/lufs_0.9.7.oe b/nonworking/exult/exult_1.2.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/lufs/lufs_0.9.7.oe +++ b/nonworking/exult/exult_1.2.bb diff --git a/nonworking/pptp-linux/pptp-linux_1.5.0.oe b/nonworking/fbi/fbi_1.31.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/pptp-linux/pptp-linux_1.5.0.oe +++ b/nonworking/fbi/fbi_1.31.bb diff --git a/nonworking/python/python-pycap_0.1.6.oe b/nonworking/firebird/firebird_1.5.0.4290.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/python/python-pycap_0.1.6.oe +++ b/nonworking/firebird/firebird_1.5.0.4290.bb diff --git a/nonworking/firebird/firebird_1.5.0.4290.oe b/nonworking/firebird/firebird_1.5.0.4290.oe deleted file mode 100644 index 40e7b9a348..0000000000 --- a/nonworking/firebird/firebird_1.5.0.4290.oe +++ /dev/null @@ -1,8 +0,0 @@ -SRC_URI = ${SOURCEFORGE_MIRROR}/firebird/firebird-${PV}.tar.bz2 - -inherit autotools - -do_configure () { - ./autogen.sh - oe_runconf -} diff --git a/nonworking/python/python-pyx_0.6.oe b/nonworking/fortune-mod/fortune-mod_1.99.1.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/python/python-pyx_0.6.oe +++ b/nonworking/fortune-mod/fortune-mod_1.99.1.bb diff --git a/nonworking/qolyester/qolyester_20040519.oe b/nonworking/freenote/freenote_1.6.1.bb index e69de29bb2..e69de29bb2 100644 --- a/nonworking/qolyester/qolyester_20040519.oe +++ b/ |
