More section fixes
authorMatthias Hentges <oe@hentges.net>
Mon, 11 Oct 2004 15:05:02 +0000 (15:05 +0000)
committerMatthias Hentges <oe@hentges.net>
Mon, 11 Oct 2004 15:05:02 +0000 (15:05 +0000)
BKrev: 416aa11e6aH4cgLtXbfv7aBu9HJHoQ

69 files changed:
aalib/aalib_1.4rc5.oe
abuse/abuse_0.7.0.oe
adns/adns_1.0.oe
alsa-lib/alsa-lib_1.0.4.oe
alsa-lib/alsa-lib_1.0.5.oe
alsa-oss/alsa-oss_1.0.4.oe
alsa-oss/alsa-oss_1.0.5.oe
alsa-utils/alsa-utils_1.0.4.oe
alsa-utils/alsa-utils_1.0.5.oe
appweb/appweb_1.0.0.oe
appweb/appweb_1.0.1.oe
appweb/appweb_1.0.2.oe
appweb/appweb_1.2.0.oe
aspell/aspell_0.50.5.oe
at/at_3.1.8.oe
atd/atd_0.70.oe
atk/atk_1.2.0.oe
atk/atk_1.6.0.oe
atmelwlandriver/atmelwlandriver_3.3.5.6.oe
aumix/aumix_2.8.oe
autoconf/autoconf_2.57.oe
autofs/autofs_3.1.7.oe
autofs/autofs_4.0.0.oe
autofs/autofs_4.1.3.oe
automake/automake_1.7.7.oe
automake/automake_1.8.2.oe
avr-libc/avr-libc_1.0.3.oe
balsa/balsa_2.0.17.oe
base-passwd/base-passwd_3.5.7.oe
bash/bash_2.05b.oe
bc/bc_1.06.oe
beepmp/beepmp_0.9.7rc2.oe
bison/bison-native_1.875.oe
blueprobe/blueprobe_0.12.oe
blueprobe/blueprobe_0.13.oe
bootmenu/bootmenu_0.6.oe
bootmenu/bootmenu_0.7.oe
bridge-utils/bridge-utils_0.9.7.oe
bridge-utils/bridge-utils_1.0.4.oe
busybox/busybox_1.00-rc1.oe
bvi/bvi_1.3.1.oe
bzflag/bzflag_1.10.6.20040515.oe
bzip2/bzip2_1.0.2.oe
c-ares/c-ares_1.1.0.oe
came/came_1.7.oe
camsource/camsource_0.7.0.oe
ccache/ccache_2.3.oe
centericq/centericq_4.11.0.oe
centericq/centericq_4.9.10.oe
centericq/centericq_4.9.7.oe
cetools/cetools-native_0.3.oe
cetools/cetools_0.3.oe
cflow/cflow_2.0.oe
chkhinge/chkhinge_20040706.oe
ckermit/ckermit_209.oe
conserver/conserver_8.1.2.oe
cpufreqd/cpufreqd_1.1.2.oe
cramfs/cramfs-native_1.1.oe
cramfs/cramfs_1.1.oe
cron/cron_3.0pl1.oe
cscope/cscope_15.5.oe
cups/cups_1.1.19.oe
cups/cups_1.1.20.oe
curl/curl_7.12.0.oe
cyrus-imapd/cyrus-imapd_2.2.5.oe
cyrus-sasl/cyrus-sasl_2.1.17.oe
cyrus-sasl/cyrus-sasl_2.1.18.oe
cyrus-sasl/cyrus-sasl_2.1.19.oe
dasher/dasher-gpe_0.0cvs20040828.oe

index d871ab0..2847005 100644 (file)
@@ -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"
index 69ef8b4..0245825 100644 (file)
@@ -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"
 
index b7f46bb..d692ffb 100644 (file)
@@ -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 \
index 0e6a717..f446feb 100644 (file)
@@ -1,5 +1,6 @@
 DESCRIPTION = "Alsa sound library"
 MAINTAINER = "Lorn Potter <lpotter@trolltech.com>"
+SECTION = "base"
 LICENSE = "GPL"
 FILES_alsa-lib_append = " ${datadir}/alsa"
 
index e69de29..d134298 100644 (file)
@@ -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/
+}
index a026b4d..5aee0f4 100644 (file)
@@ -1,5 +1,6 @@
 DESCRIPTION = "Alsa OSS Compatibility Package"
 MAINTAINER = "Lorn Potter <lpotter@trolltech.com>"
+SECTION = "base"
 LICENSE = "GPL"
 DEPENDS = "alsa-lib"
 
index e69de29..5aee0f4 100644 (file)
@@ -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}
+}
index 82bc0b8..b33d9de 100644 (file)
@@ -1,5 +1,6 @@
 DESCRIPTION = "Alsa Utilities"
 MAINTAINER = "Lorn Potter <lpotter@trolltech.com>"
+SECTION = "console/utils"
 LICENSE = "GPL"
 DEPENDS = "alsa-lib"
 
index e69de29..b33d9de 100644 (file)
@@ -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
index f5d86ad..4b2f595 100644 (file)
@@ -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 \
index 7ac0979..96039b0 100644 (file)
@@ -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 \
index e657ab6..eccf56c 100644 (file)
@@ -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 \
index e69de29..f1bb90f 100644 (file)
@@ -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/
+#}
index 9ec98ca..c71cc1c 100644 (file)
@@ -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"
 
index 170cd63..1197166 100644 (file)
@@ -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 \
index 53470e5..05f2f6e 100644 (file)
@@ -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"
index d034321..7e3154c 100644 (file)
@@ -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"
index aa94a8b..e293796 100644 (file)
@@ -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>"
 
index e69de29..62da93a 100644 (file)
@@ -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
+}
index fadd3c6..9dc6151 100644 (file)
@@ -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"
index 093c52a..73c7711 100644 (file)
@@ -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
index 865c026..2f342fd 100644 (file)
@@ -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
index c068240..ac1266c 100644 (file)
@@ -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"
 
index e69de29..f326d04 100644 (file)
@@ -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-bad_chdir.patch;patch=1 \
+          http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-mtab_lock.patch;patch=1 \
+          http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-non_block_ping.patch;patch=1 \
+          http://www.kernel.org/pub/linux/daemons/autofs/v4/autofs-4.1.3-strict.patch;patch=1 \
+          file://cross.patch;patch=1"
+
+inherit autotools
+
+do_configure_prepend () {
+       if [ ! -e acinclude.m4 ]; then
+               cp aclocal.m4 acinclude.m4
+       fi
+}
+
+do_install () {
+       oe_runmake 'INSTALLROOT=${D}' install
+}
index 46b93fc..17b3c61 100644 (file)
@@ -1,6 +1,6 @@
 SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2"
 DESCRIPTION = "A tool for automatically generating Makefiles."
-
+SECTION = "devel"
 inherit autotools
 
 do_install () {
index 814b061..5a6eed1 100644 (file)
@@ -1,6 +1,7 @@
 SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
           file://automake182-update-configscripts.patch;patch=1;pnum=1"
 DESCRIPTION = "A tool for automatically generating Makefiles."
+SECTION = "devel"
 
 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/automake-${PV}"
 
index 3123138..b727df4 100644 (file)
@@ -1,6 +1,7 @@
 HOMEPAGE = "http://www.nongnu.org/avr-libc"
 DESCRIPTION = "C library for use with GCC on Atmel AVR microcontrollers"
 PROVIDES = "virtual/libc"
+SECTION = "libs"
 
 python __anonymous () {
     import oe, re
index ad7e431..585a656 100644 (file)
@@ -1,10 +1,13 @@
 DESCRIPTION = "Balsa is an e-mail client for GNOME, highly configurable and \
 incorporating all the features you would expect in a robust mail client."
 HOMEPAGE = "http://balsa.gnome.org"
+SECTION = "x11/network"
+
 DEPENDS = "libesmtp glib-2.0 libgnome libgnomeui gtk+ gnome-vfs libbonobo aspell pcre libtool openssl gtkhtml-3.0"
 RDEPENDS = "gdk-pixbuf-loader-xpm"
 PR = "r3"
 
+
 SRC_URI = "http://balsa.gnome.org/balsa-2.0.17.tar.bz2 \
           file://libmutt-cross.patch;patch=1 \
           file://desktop-file-fix.patch;patch=1"
index cf80de8..b0ff2e3 100644 (file)
@@ -1,4 +1,5 @@
 DESCRIPTION = "Base system password/group files."
+SECTION = "base"
 PR="r1"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \
index 8e7561b..fc18831 100644 (file)
@@ -1,5 +1,6 @@
 DEPENDS = "ncurses"
 DESCRIPTION = "An sh-compatible command language interpreter."
+SECTION = "base"
 PR = "r1"
 
 SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \
index 28a445d..b1eb54a 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "An arbitrary precision calculator language."
-
+SECTION = "console/utils"
 SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz"
 
 inherit autotools
index e69de29..2c7bf21 100644 (file)
@@ -0,0 +1,26 @@
+# beepmp OE build file
+# Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION="A GTK2 based media player that looks alot like XMMS"
+SECTION = "x11/multimedia"
+HOMEPAGE="http://beepmp.sourceforge.net"
+LICENSE="GPL"
+
+SRC_URI="${${SOURCEFORGE_MIRROR}/beepmp/bmp-${PV}.tar.gz \
+       file://bugfix.patch;patch=1"
+
+inherit autotools pkgconfig
+
+DEPENDS="gtk+ libglade libogg libvorbis"
+S="${WORKDIR}/bmp-0.9.7"
+
+FILES_${PN} += " ${libdir}/bmp/Output/*.so ${libdir}/bmp/Input/*.so \
+       ${libdir}/bmp/Visualization/*.so ${datadir}/bmp"
+       
+EXTRA_OECONF="--disable-esd --disable-alsa --enable-simd"
+
+do_configure() {
+       rm -rf  m4/libtool.m4
+       autotools_do_configure  
+}
index 9b73b7b..21eeb5c 100644 (file)
@@ -1,5 +1,5 @@
 include bison_${PV}.oe
-
+SECTION = "devel"
 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/bison-${PV}"
 S = "${WORKDIR}/bison-${PV}"
 
index e69de29..3df1207 100644 (file)
@@ -0,0 +1,4 @@
+SRC_URI = "${GPE_MIRROR}/blueprobe-${PV}.tar.gz"
+SECTION = "x11/network"
+inherit gpe
+
index e69de29..900ed6a 100644 (file)
@@ -0,0 +1,3 @@
+SECTION = "x11/network"
+inherit gpe
+
index e9e734c..964da36 100644 (file)
@@ -1,4 +1,5 @@
 DESCRIPTION = "Pluginable bootup menu."
+SECTION = "base"
 
 SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz \
           file://compile.patch;patch=1"
index c0a320c..fd7814d 100644 (file)
@@ -1,4 +1,5 @@
 DESCRIPTION = "Pluginable bootup menu."
+SECTION = "base"
 
 SRC_URI = "http://www.cosmicpenguin.net/pub/bootmenu/bootmenu-${PV}.tar.gz"
 
index e69de29..75a99ea 100644 (file)
@@ -0,0 +1,15 @@
+DESCRIPTION = "Tools for ethernet bridging."
+LICENSE = "GPL"
+SECTION = "console/network"
+SRC_URI = "${SOURCEFORGE_MIRROR}/bridge/bridge-utils-${PV}.tgz \
+          file://failout.patch;patch=1"
+S = "${WORKDIR}/bridge-utils-${PV}"
+
+# The default sourceforge mirror does not yet have this package, and
+# sourceforge redirects on the file missing so wget doesn't realize it failed.
+# Force our own default here, since its known to have it.
+PREMIRRORS_prepend = "${SOURCEFORGE_MIRROR}   http://unc.dl.sourceforge.net/sourceforge"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}"
index 787ba2b..4dcafa8 100644 (file)
@@ -1,4 +1,5 @@
 DESCRIPTION = "Tools for ethernet bridging."
+SECTION = "console/network"
 LICENSE = "GPL"
 DEPENDS = "sysfsutils"
 RDEPENDS = "kernel-module-bridge"
index 5a1539f..3156c33 100644 (file)
@@ -9,6 +9,7 @@ provides a fairly complete POSIX environment for any small or embedded \
 system."
 HOMEPAGE = "http://www.busybox.net"
 LICENSE = "GPL"
+SECTION = "base"
 PR = "r2"
 
 #      file://busybox-1.00-pre10-fuser.patch;patch=1
index 728d532..a9c9c47 100644 (file)
@@ -1,5 +1,6 @@
 HOMEPAGE = "http://bvi.sourceforge.net/"
 DESCRIPTION = "binary vi (binary file editor)"
+SECTION = "console/utils"
 DEPENDS = "ncurses"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/bvi/bvi-${PV}.src.tar.gz \
index e69de29..0330712 100644 (file)
@@ -0,0 +1,9 @@
+DEPENDS = "adns ncurses x11"
+SECTION = "x11/games"
+SRC_URI = "${SOURCEFORGE_MIRROR}/bzflag/bzflag-${PV}.tar.bz2"
+S = "${WORKDIR}/bzflag-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-bzadmin \
+               --enable-client"
index 7de4543..f0a75ca 100644 (file)
@@ -1,4 +1,5 @@
 DESCRIPTION = "Very high-quality data compression program."
+SECTION = "console/utils"
 
 SRC_URI = "ftp://sources.redhat.com/pub/bzip2/v102/bzip2-${PV}.tar.gz \
           file://installpaths.patch;patch=1"
index 6962afd..de9b316 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "c-ares is a C library that resolves names asynchronously."
-
+SECTION = "libs"
 SRC_URI = "http://daniel.haxx.se/projects/c-ares/c-ares-${PV}.tar.gz"
 S = "${WORKDIR}/c-ares-${PV}"
 
index e69de29..0459fe0 100644 (file)
@@ -0,0 +1,20 @@
+DESCRIPTION = "camE is a rewrite of the xawtv webcam app, which adds imlib2 \
+support and additional features."
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+DEPENDS = "curl giblib"
+SECTION = "x11/utils"
+
+SRC_URI = "http://linuxbrit.co.uk/downloads/camE-${PV}.tar.gz \
+           file://make.patch;patch=1 \
+           file://compile.patch;patch=1"
+S = "${WORKDIR}/camE-${PV}"
+
+do_install () {
+       oe_runmake 'DESTDIR=${D}' \
+                  'prefix=${prefix}' \
+                  'exec_prefix=${exec_prefix}' \
+                  'bindir=${bindir}' \
+                  'mandir=${mandir}' \
+                  'docdir=${datadir}/doc/${P}' \
+                  install
+}
index e69de29..fa99949 100644 (file)
@@ -0,0 +1,12 @@
+DESCRIPTION = "camsource grabs images from a video4linux device and makes them \
+available to various plugins for processing or handling."
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+SECTION = "console/utils"
+LICENSE = "GPL"
+DEPENDS = "jpeg libxml2"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/camsource/camsource-${PV}.tar.bz2 \
+          file://gcc34.patch;patch=1"
+S = "${WORKDIR}/camsource-${PV}"
+
+inherit autotools
index 38e1e62..d4d5053 100644 (file)
@@ -1,5 +1,6 @@
 HOMEPAGE = "http:/ccache.samba.org"
 DESCRIPTION = "compiler cache"
+SECTION = "devel"
 
 SRC_URI = "http://ccache.samba.org/ftp/ccache/ccache-${PV}.tar.gz"
 
index e69de29..26e42f3 100644 (file)
@@ -0,0 +1,15 @@
+DEPENDS = "openssl ncurses"
+DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
+AIM, IRC, Jabber and LiveJournal"
+SECTION = "console/network"
+SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \
+          file://configure.patch;patch=1 \
+          file://m4.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.."
+acpaths = "-I ${S}/m4"
+
+# FIXME: ugly compile failures
+BROKEN = "1"
index ceecdb7..12fe406 100644 (file)
@@ -1,7 +1,7 @@
 DEPENDS = "openssl ncurses"
 DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
 AIM, IRC, Jabber and LiveJournal"
-
+SECTION = "console/network"
 SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \
           file://configure.patch;patch=1 \
           file://m4.patch;patch=1"
index bc00763..51c6ad7 100644 (file)
@@ -1,6 +1,7 @@
 DEPENDS = "openssl ncurses"
 DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
 AIM, IRC, Jabber and LiveJournal"
+SECTION = "console/network"
 
 SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \
           file://configure.patch;patch=1 \
index e69de29..63f3ddf 100644 (file)
@@ -0,0 +1,7 @@
+SECTION = "console/network"
+include cetools_${PV}.oe
+inherit native
+
+do_stage() {
+       install -m 0755 rom2files rom2bin bin2rom dump2bin ${STAGING_BINDIR}
+}
index e4b7fb5..cd1a4ef 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Ethload for Linux is a tool to send ROM images over ethernet using tftp."
-
+SECTION = "console/network"
 SRC_URI = "http://linuxsh.free.fr/tools/cetools-${PV}.tar.gz \
           file://sean-hsieh.patch;patch=1"
 S = "${WORKDIR}/cetools-${PV}"
index 04a5bbf..e10520e 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Utility for viewing function call flow."
-
+SECTION = "devel"
 SRC_URI = "http://www.ibiblio.org/pub/Linux/devel/lang/c/cflow-${PV}.tar.gz \
           file://compile.patch;patch=1"
 
index 1974d5a..89300c6 100644 (file)
@@ -1,3 +1,4 @@
+SECTION = "base"
 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/chkhinge;date=${PV}"
 S = "${WORKDIR}/chkhinge"
 
index c6884f2..1c08597 100644 (file)
@@ -3,7 +3,7 @@ software package offering a consistent, medium-independent, \
 cross-platform approach to connection establishment, terminal \
 sessions, file transfer, character-set translation, and automation \
 of communication tasks."
-
+SECTION = "console/network"
 SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz \
           file://cross.patch;patch=1 \
           file://compile.patch;patch=1"
index d8fe707..38d8cea 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Conserver provides remote access to serial port \
 consoles and logs all data to a central host."
-
+SECTION = "console/network"
 SRC_URI = "http://www.conserver.com/conserver-${PV}.tar.gz"
 
 inherit autotools
index 1a92d19..8f0e3ac 100644 (file)
@@ -2,6 +2,7 @@ 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."
+SECTION = "console/utils"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/cpufreqd/cpufreqd-${PV}.tar.gz \
           file://nonrootinstall.patch;patch=1"
index e69de29..f7fcfd6 100644 (file)
@@ -0,0 +1,17 @@
+SECTION = "base"
+SRC_URI = "${SOURCEFORGE_MIRROR}/cramfs/cramfs-1.1.tar.gz"
+DEPENDS = "zlib-native"
+
+S = "${WORKDIR}/cramfs-${PV}"
+
+inherit native
+
+do_compile() {
+       oe_runmake
+}
+
+do_stage() {
+       install mkcramfs ${STAGING_BINDIR}
+       install cramfsck ${STAGING_BINDIR}
+}
+
index e69de29..dcf4e54 100644 (file)
@@ -0,0 +1,14 @@
+SECTION = "base"
+SRC_URI = "${SOURCEFORGE_MIRROR}/cramfs/cramfs-1.1.tar.gz"
+DEPENDS = "zlib"
+
+do_compile() {
+       oe_runmake
+}
+
+do_install() {
+       install -d ${D}${bindir}
+       install mkcramfs ${D}${bindir}
+       install cramfsck ${D}${bindir}
+}
+
index 7dd6b99..4bbab86 100644 (file)
@@ -1,3 +1,4 @@
+SECTION = "base"
 DESCRIPTION = "Vixie cron."
 
 SRC_URI = "http://ibiblio.org/pub/Linux/system/daemons/cron/cron${PV}.tar.gz \
index d98caab..8fcb1d7 100644 (file)
@@ -1,5 +1,6 @@
 DEPENDS = "ncurses"
 DESCRIPTION = "A text screen-based source browser."
+SECTION = "console/utils"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/cscope/cscope-${PV}.tar.gz"
 
index 511bfdc..953fe20 100644 (file)
@@ -1,3 +1,4 @@
+SECTION = "console/utils"
 DEPENDS = "openssl jpeg libpng zlib"
 DESCRIPTION = "An Internet printing system for Unix."
 
index 511bfdc..9ebc606 100644 (file)
@@ -1,5 +1,6 @@
 DEPENDS = "openssl jpeg libpng zlib"
 DESCRIPTION = "An Internet printing system for Unix."
+SECTION = "console/utils"
 
 SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2"
 
index 0ef89dd..8c8d882 100644 (file)
@@ -7,6 +7,7 @@
 DEPENDS = "zlib"
 DESCRIPTION = "Command line tool and library for \
 client-side URL transfers."
+SECTION = "console/network"
 PR = "r1"
 
 SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
index d92b384..af5419b 100644 (file)
@@ -1,3 +1,4 @@
+SECTION = "console/network"
 DEPENDS = "cyrus-sasl"
 PR = "r1"
 
index fd73b35..1b82a76 100644 (file)
@@ -1,3 +1,4 @@
+SECTION = "console/network"
 DEPENDS = "db3"
 DESCRIPTION = "Generic client/server library for SASL authentication."
 
index 048b6a4..72ba323 100644 (file)
@@ -1,3 +1,4 @@
+SECTION = "console/network"
 DEPENDS = "db3"
 DESCRIPTION = "Generic client/server library for SASL authentication."
 
index e69de29..0ad919e 100644 (file)
@@ -0,0 +1,38 @@
+SECTION = "console/network"
+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"
+
+inherit autotools 
+
+acpaths = "-I ${S}/cmulocal -I ${S}/config -I ."
+CFLAGS_append = " -I${S}/include -I${S}/saslauthd/include"
+EXTRA_OECONF = "--enable-shared --enable-static --with-dblib=berkeley \
+               --with-bdb-libdir=${STAGING_LIBDIR} \
+               --with-bdb-incdir=${STAGING_INCDIR} \
+               --without-opie --without-des"
+
+do_configure_prepend () {
+       rm -f acinclude.m4 config/libtool.m4
+}
+
+do_compile_prepend () {
+       cd include
+       ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} makemd5.c -o makemd5
+       touch makemd5.o makemd5.lo makemd5
+       cd ..
+}
+
+do_stage () {
+       oe_libinstall -so -a -C lib libsasl2 ${STAGING_LIBDIR}
+       install -d ${STAGING_LIBDIR}/sasl
+       install -d ${STAGING_INCDIR}/sasl
+       install -m 0644 ${S}/include/hmac-md5.h ${STAGING_INCDIR}/sasl/
+       install -m 0644 ${S}/include/md5.h ${STAGING_INCDIR}/sasl/
+       install -m 0644 ${S}/include/md5global.h ${STAGING_INCDIR}/sasl/
+       install -m 0644 ${S}/include/sasl.h ${STAGING_INCDIR}/sasl/
+       install -m 0644 ${S}/include/saslplug.h ${STAGING_INCDIR}/sasl/
+       install -m 0644 ${S}/include/saslutil.h ${STAGING_INCDIR}/sasl/
+       install -m 0644 ${S}/include/prop.h ${STAGING_INCDIR}/sasl/
+}
index dfcca60..c673f1d 100644 (file)
@@ -1,7 +1,7 @@
 
 PR = "r1"
 DEPENDS = "libxsettings-client libglade xtst gconf gtk+"
-
+SECTION = "gpe"
 SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=dasher;date=20040828 \
        file://configure-lossage.patch;patch=1"