diff options
| author | Matthias Hentges <oe@hentges.net> | 2004-10-11 15:05:02 +0000 |
|---|---|---|
| committer | Matthias Hentges <oe@hentges.net> | 2004-10-11 15:05:02 +0000 |
| commit | da9e38236f66050e87d8bd2c8f05f2326282aa58 (patch) | |
| tree | b9bfd64e913f7d98403f7105f43a7ba6bf5f8469 | |
| parent | eaf972b286b334de7e24cf399de92627f89f3175 (diff) | |
More section fixes
BKrev: 416aa11e6aH4cgLtXbfv7aBu9HJHoQ
69 files changed, 449 insertions, 14 deletions
diff --git a/aalib/aalib_1.4rc5.oe b/aalib/aalib_1.4rc5.oe index d871ab0eed..2847005898 100644 --- a/aalib/aalib_1.4rc5.oe +++ b/aalib/aalib_1.4rc5.oe @@ -1,5 +1,6 @@ DEPENDS = "ncurses" DESCRIPTION = "An ASCII art gfx library." +SECTION = "libs" SRC_URI = "${SOURCEFORGE_MIRROR}/aa-project/aalib-${PV}.tar.gz \ file://configure.patch;patch=1" diff --git a/abuse/abuse_0.7.0.oe b/abuse/abuse_0.7.0.oe index 69ef8b4475..02458259f9 100644 --- a/abuse/abuse_0.7.0.oe +++ b/abuse/abuse_0.7.0.oe @@ -1,6 +1,7 @@ DESCRIPTION = "Abuse-SDL is a port of Abuse by Crack Dot Com to Linux using the Simple DirectMedia Layer library." PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +SECTION = "opie/games" LICENSE = "GPL" DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image" diff --git a/adns/adns_1.0.oe b/adns/adns_1.0.oe index b7f46bb908..d692ffb68e 100644 --- a/adns/adns_1.0.oe +++ b/adns/adns_1.0.oe @@ -1,4 +1,5 @@ DESCRIPTION = "An advanced alternative, asynchronous resolver." +SECTION = "console/network" SRC_URI = "ftp://ftp.gnu.org/gnu/adns/adns-${PV}.tar.gz \ file://configure.patch;patch=1 \ diff --git a/alsa-lib/alsa-lib_1.0.4.oe b/alsa-lib/alsa-lib_1.0.4.oe index 0e6a717683..f446feb581 100644 --- a/alsa-lib/alsa-lib_1.0.4.oe +++ b/alsa-lib/alsa-lib_1.0.4.oe @@ -1,5 +1,6 @@ DESCRIPTION = "Alsa sound library" MAINTAINER = "Lorn Potter <lpotter@trolltech.com>" +SECTION = "base" LICENSE = "GPL" FILES_alsa-lib_append = " ${datadir}/alsa" diff --git a/alsa-lib/alsa-lib_1.0.5.oe b/alsa-lib/alsa-lib_1.0.5.oe index e69de29bb2..d134298316 100644 --- a/alsa-lib/alsa-lib_1.0.5.oe +++ b/alsa-lib/alsa-lib_1.0.5.oe @@ -0,0 +1,20 @@ +DESCRIPTION = "Alsa sound library" +MAINTAINER = "Lorn Potter <lpotter@trolltech.com>" +LICENSE = "GPL" +SECTION = "base" +FILES_alsa-lib_append = " ${datadir}/alsa" + +SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes" + +do_stage () { + oe_libinstall -so -C src libasound ${STAGING_LIBDIR}/ + install -d ${STAGING_INCDIR}/alsa/sound + install -m 0644 include/*.h ${STAGING_INCDIR}/alsa/ + install -m 0644 include/sound/ainstr*.h ${STAGING_INCDIR}/alsa/sound/ + install -d ${STAGING_DATADIR}/aclocal + install -m 0644 utils/alsa.m4 ${STAGING_DATADIR}/aclocal/ +} diff --git a/alsa-oss/alsa-oss_1.0.4.oe b/alsa-oss/alsa-oss_1.0.4.oe index a026b4d97f..5aee0f40cb 100644 --- a/alsa-oss/alsa-oss_1.0.4.oe +++ b/alsa-oss/alsa-oss_1.0.4.oe @@ -1,5 +1,6 @@ DESCRIPTION = "Alsa OSS Compatibility Package" MAINTAINER = "Lorn Potter <lpotter@trolltech.com>" +SECTION = "base" LICENSE = "GPL" DEPENDS = "alsa-lib" diff --git a/alsa-oss/alsa-oss_1.0.5.oe b/alsa-oss/alsa-oss_1.0.5.oe index e69de29bb2..5aee0f40cb 100644 --- a/alsa-oss/alsa-oss_1.0.5.oe +++ b/alsa-oss/alsa-oss_1.0.5.oe @@ -0,0 +1,18 @@ +DESCRIPTION = "Alsa OSS Compatibility Package" +MAINTAINER = "Lorn Potter <lpotter@trolltech.com>" +SECTION = "base" +LICENSE = "GPL" +DEPENDS = "alsa-lib" + +SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2" + +inherit autotools + +do_configure_prepend () { + touch NEWS README AUTHORS ChangeLog +} + +do_stage () { + oe_libinstall -C alsa -a -so libaoss ${STAGING_LIBDIR} + oe_libinstall -C alsa -a -so libalsatoss ${STAGING_LIBDIR} +} diff --git a/alsa-utils/alsa-utils_1.0.4.oe b/alsa-utils/alsa-utils_1.0.4.oe index 82bc0b8939..b33d9de4c2 100644 --- a/alsa-utils/alsa-utils_1.0.4.oe +++ b/alsa-utils/alsa-utils_1.0.4.oe @@ -1,5 +1,6 @@ DESCRIPTION = "Alsa Utilities" MAINTAINER = "Lorn Potter <lpotter@trolltech.com>" +SECTION = "console/utils" LICENSE = "GPL" DEPENDS = "alsa-lib" diff --git a/alsa-utils/alsa-utils_1.0.5.oe b/alsa-utils/alsa-utils_1.0.5.oe index e69de29bb2..b33d9de4c2 100644 --- a/alsa-utils/alsa-utils_1.0.5.oe +++ b/alsa-utils/alsa-utils_1.0.5.oe @@ -0,0 +1,9 @@ +DESCRIPTION = "Alsa Utilities" +MAINTAINER = "Lorn Potter <lpotter@trolltech.com>" +SECTION = "console/utils" +LICENSE = "GPL" +DEPENDS = "alsa-lib" + +SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2" + +inherit autotools diff --git a/appweb/appweb_1.0.0.oe b/appweb/appweb_1.0.0.oe index f5d86adceb..4b2f595e34 100644 --- a/appweb/appweb_1.0.0.oe +++ b/appweb/appweb_1.0.0.oe @@ -1,5 +1,5 @@ DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." - +SECTION = "console/network" 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 \ file://charsignedness.patch;patch=1 \ diff --git a/appweb/appweb_1.0.1.oe b/appweb/appweb_1.0.1.oe index 7ac09790bb..96039b07fe 100644 --- a/appweb/appweb_1.0.1.oe +++ b/appweb/appweb_1.0.1.oe @@ -1,4 +1,5 @@ DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." +SECTION = "console/network" 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 \ file://charsignedness.patch;patch=1 \ diff --git a/appweb/appweb_1.0.2.oe b/appweb/appweb_1.0.2.oe index e657ab680c..eccf56c506 100644 --- a/appweb/appweb_1.0.2.oe +++ b/appweb/appweb_1.0.2.oe @@ -1,4 +1,6 @@ DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." +SECTION = "console/network" + 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 \ file://charsignedness.patch;patch=1 \ diff --git a/appweb/appweb_1.2.0.oe b/appweb/appweb_1.2.0.oe index e69de29bb2..f1bb90f7f9 100644 --- a/appweb/appweb_1.2.0.oe +++ b/appweb/appweb_1.2.0.oe @@ -0,0 +1,109 @@ +DESCRIPTION = "AppWeb is an embedded HTTP Web server that has been designed with security in mind." +SECTION = "console/network" +SRC_URI = "http://www.mbedthis.com/software/appWeb-src-1.2.0-1.tar.gz \ + file://makerules.patch;patch=1 \ + file://nonrootinstall.patch;patch=1" +S = "${WORKDIR}/appWeb-1.2.0" + +APPWEB_HOST = "${HOST_SYS}" +APPWEB_BUILD = "${BUILD_SYS}" +# --buildNumber=NUMBER Set the build number part of the version (1.0.0.X). +# --name=NAME Set the full product name (BLD_NAME define). +# --port=PORT Set the default HTTP port to use for the product. +# --product=NAME Set the one word (no spaces) name of the product. +# --setLibVersion=X.X.X Set the shared library version number. +# --setVersion=X.X.X Set the product version number. +# --sslPort=PORT Set the default SSL port to use for the product. +# --type=BUILD Set the build type (DEBUG|RELEASE). +# +# --enable-access-log Enable logging of requests to the AppWeb access log. +# --enable-assert Build with assert checking. +# --enable-config Build with the ability to parse Apache-style config +# --enable-cookie Build with cookie handling support. +# --enable-digest-auth Build with digest authentication support. +# --enable-fast-malloc Build with the Mbedthis fast malloc. +# --enable-if-modified Build with HTTP If-Modified checking. +# --enable-keep-alive Build with HTTP Keep-Alive support. +# --enable-log Build with the AppWeb trace log facility. +# --enable-modules Build with the dynamically loaded modules capability. +# --enable-multi-thread Build AppWeb multi-threaded. +# --disable-multi-thread Build AppWeb single threaded. +# --enable-rom-fs Build with the ability to load web pages from ROM. +# --enable-run-as-service Build with the ability to run as a service/daemon. +# --disable-run-as-service Do not include the ability to run as a service. +# --enable-safe-strings Enforce safe string handling. +# --enable-session Build with HTTP session support. +# --enable-shared Build an appWeb shared library and program. [default] +# --enable-shared-libc Link with the shared versions of libc. +# --disable-shared-libc Link with the static versions of libc. +# --enable-squeeze Build in squeeze mode for minimal memory footprint. +# --disable-squeeze Build for speed. +# --enable-static Build a static appWeb library and program. [default] +# --disable-static Do not build a static appWeb library and program. +# +# --with-admin Include the admin handler. +# --with-auth Include the authorization handler. +# --with-c_api Include the C API. +# --with-cgi Include the CGI handler. +# --with-gacompat Include GoAhead WebServer API compatibility. +# --with-copy Build support for the copy handler. +# --with-egi Include the EGI handler. +# --with-esp Include the ESP handler. +# --with-ssl Build support for the SSL protocol. +# --with-upload Build with the file upload handler +# --with-xdb Build with XDB +# Supported PACKAGE names: openssl, php4, php5 +# --with-PACKAGE=[builtin|, module] +# Include support for the PACKAGE. Link into appWeb +# statically and/or build as a module +# --with-PACKAGE-dir=DIR Set the source directory of the package +# --with-PACKAGE-libs=libs Set a list of libraries to use when linking with +# the PACKAGE +# --without-PACKAGE Do not include support for the PACKAGE +EXTRA_OECONF = "--prefix=${prefix} \ + --docDir=${datadir}/doc/${P} \ + --incDir=${includedir} \ + --libDir=${libdir} \ + --sbinDir=${sbindir} \ + --webDir=${localstatedir}/www \ + --build=${APPWEB_BUILD} \ + --host=${APPWEB_HOST} \ + --enable-keep-alive \ + --enable-multi-thread \ + --with-cgi=builtin \ + --enable-cookie \ + --enable-config \ + --enable-digest-auth \ + --without-ssl" + +export IFLAGS = "${CPPFLAGS}" +export CC_FOR_BUILD = "${BUILD_CC}" +export LD_FOR_BUILD = "${BUILD_LD}" + +LD_LIBRARY_PATH_prepend = "${S}/lib:" +LD_LIBRARY_PATH[export] = "1" +do_configure () { + ./configure ${EXTRA_OECONF} +} + +do_compile () { + oe_runmake build + oe_runmake compile +} + +do_stage () { + : +} + +do_install () { + oe_runmake 'PKG_DIR=${D}' install-all +} + +#do_install () { +# install -d ${D}/${sbindir} ${D}/${sysconfdir}/appWeb/lib \ +# ${D}/${libexecdir}/appWeb ${D}/${libdir} +# install -m 0755 appWeb/appWeb ${D}/${sbindir}/ +# install -m 0644 appWeb/appWeb.conf ${D}/${sysconfdir}/appWeb/ +# install -m 0755 bin/${APPWEB_OS}/* ${D}/${libexecdir}/appWeb/ +# install -m 0755 lib/lib*.so* ${D}/${sysconfdir}/appWeb/lib/ +#} diff --git a/aspell/aspell_0.50.5.oe b/aspell/aspell_0.50.5.oe index 9ec98ca8cb..c71cc1c8d1 100644 --- a/aspell/aspell_0.50.5.oe +++ b/aspell/aspell_0.50.5.oe @@ -2,6 +2,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz \ file://mk-dirs_h.py \ file://makefile.patch;patch=1" DESCRIPTION = "GNU Aspell spell-checker" +SECTION = "console/utils" PACKAGES =+ "libaspell libpspell libpspell-dev aspell-utils" diff --git a/at/at_3.1.8.oe b/at/at_3.1.8.oe index 170cd636e7..1197166698 100644 --- a/at/at_3.1.8.oe +++ b/at/at_3.1.8.oe @@ -1,5 +1,6 @@ DEPENDS = "flex" DESCRIPTION = "Delayed job execution and batch processing." +SECTION = "base" SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}-11.tar.gz \ file://configure.patch;patch=1 \ diff --git a/atd/atd_0.70.oe b/atd/atd_0.70.oe index 53470e5202..05f2f6e97e 100644 --- a/atd/atd_0.70.oe +++ b/atd/atd_0.70.oe @@ -1,6 +1,6 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/atd;tag=ATD-0_70" S = "${WORKDIR}/atd" - +SECTION = "base" inherit update-rc.d INITSCRIPT_NAME = "atd" diff --git a/atk/atk_1.2.0.oe b/atk/atk_1.2.0.oe index d0343213e6..7e3154c436 100644 --- a/atk/atk_1.2.0.oe +++ b/atk/atk_1.2.0.oe @@ -1,5 +1,6 @@ DEPENDS = "glib-2.0" DESCRIPTION = "An accessibility toolkit for GNOME." +SECTION = "x11/libs" SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/atk/1.2/atk-${PV}.tar.bz2 \ file://m4.patch;patch=1" diff --git a/atk/atk_1.6.0.oe b/atk/atk_1.6.0.oe index aa94a8b157..e2937967dd 100644 --- a/atk/atk_1.6.0.oe +++ b/atk/atk_1.6.0.oe @@ -1,6 +1,6 @@ DEPENDS = "glib-2.0" DESCRIPTION = "An accessibility toolkit for GNOME." -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" diff --git a/atmelwlandriver/atmelwlandriver_3.3.5.6.oe b/atmelwlandriver/atmelwlandriver_3.3.5.6.oe index e69de29bb2..62da93a3fd 100644 --- a/atmelwlandriver/atmelwlandriver_3.3.5.6.oe +++ b/atmelwlandriver/atmelwlandriver_3.3.5.6.oe @@ -0,0 +1,38 @@ +SRC_URI = "${SOURCEFORGE_MIRROR}/atmelwlandriver/atmelwlandriver-${PV}.tar.bz2 \ + file://dotconfig \ + file://pcmf502rd.conf \ + file://makefile.patch;patch=1" +S = "${WORKDIR}/atmelwlandriver" + +inherit module +SECTION = "base" + +do_configure() { + install ${WORKDIR}/dotconfig .config +} + +CFLAGS = "-DLINUX_OS -D__KERNEL__ -DMODULE -I${S}/src/includes -I${S}/src/includes/pcmcia -I${STAGING_KERNEL_DIR}/include" + +do_compile() { + export INC="${S}/src/includes" + export OBJDIR="${D}/lib/modules/${KERNEL_VERSION}/drivers/net/wireless/atmel/" + export KERNEL_PATH="${STAGING_KERNEL_DIR}" + export KERNEL_SRC="${STAGING_KERNEL_DIR}" + export CC="${KERNEL_CC}" + export LD="${KERNEL_LD}" + export KERNEL_VERSION="${KERNEL_VERSION}" + export TOPDIR="${S}" + unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS + install -d ${OBJDIR} + #oe_runmake -C src/Pcmcia_Pci final CFLAGS:='${CFLAGS} -DATMEL_WLAN -DRFMD -DINT_ROAM' MODULE:='pcmf502r' LIB:=-RFMD- + oe_runmake -C src/Pcmcia_Pci final CFLAGS:='${CFLAGS} -DATMEL_WLAN -DRFMD -DINT_ROAM -DREV_D' MODULE:='pcmf502rd' LIB:=-REVD- + #oe_runmake -C src/Pcmcia_Pci final CFLAGS:='${CFLAGS} -DATMEL_WLAN -DRFMD -DINT_ROAM -DREV_E' MODULE:='pcmf502re' LIB:=-REVE- +} + +do_install() { + install -d ${D}/etc/pcmcia + install -m 0644 ${WORKDIR}/pcmf502rd.conf ${D}/etc/pcmcia/ + + # remove any maps that were installed + rm -f ${D}/lib/modules/${KERNEL_VERSION}/drivers/net/wireless/atmel/*.map +} diff --git a/aumix/aumix_2.8.oe b/aumix/aumix_2.8.oe index fadd3c65d6..9dc6151788 100644 --- a/aumix/aumix_2.8.oe +++ b/aumix/aumix_2.8.oe @@ -1,5 +1,6 @@ DEPENDS = "ncurses" DESCRIPTION = "A mixer for the terminal or X11, with mouse support." +SECTION = "console/multimedia" SRC_URI = "http://jpj.net/~trevor/aumix/aumix-${PV}.tar.bz2 \ file://configure.patch;patch=1" diff --git a/autoconf/autoconf_2.57.oe b/autoconf/autoconf_2.57.oe index 093c52ac49..73c7711683 100644 --- a/autoconf/autoconf_2.57.oe +++ b/autoconf/autoconf_2.57.oe @@ -3,4 +3,5 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ DESCRIPTION = "A package of M4 macros to produce scripts to \ automatically configure sourcecode." +SECTION = "devel" inherit autotools diff --git a/autofs/autofs_3.1.7.oe b/autofs/autofs_3.1.7.oe index 865c0263c5..2f342fd7ab 100644 --- a/autofs/autofs_3.1.7.oe +++ b/autofs/autofs_3.1.7.oe @@ -1,5 +1,5 @@ DESCRIPTION = "Kernel based automounter for linux." - +SECTION = "base" SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v3/autofs-${PV}.tar.bz2" inherit autotools diff --git a/autofs/autofs_4.0.0.oe b/autofs/autofs_4.0.0.oe index c068240111..ac1266c4c3 100644 --- a/autofs/autofs_4.0.0.oe +++ b/autofs/autofs_4.0.0.oe @@ -1,4 +1,5 @@ DESCRIPTION = "Kernel based automounter for linux." +SECTION = "base" SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/old/autofs-${PV}-1.tar.bz2" diff --git a/autofs/autofs_4.1.3.oe b/autofs/autofs_4.1.3.oe index e69de29bb2..f326d04a0b 100644 --- a/autofs/autofs_4.1.3.oe +++ b/autofs/autofs_4.1.3.oe @@ -0,0 +1,21 @@ +DESCRIPTION = "Kernel based automounter for linux." +SECTION = "base" + +SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-${PV}.tar.bz2 \ + http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-ba |
