From bdf76faed8ca986395344bd5309d6d2a01e12e85 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Thu, 22 Jan 2004 21:28:23 +0000 Subject: [PATCH] Merge http://openembedded@openembedded.bkbits.net/packages into schurig.homelinux.net:/usr/src/oepackages 2004/01/22 22:27:56+01:00 homelinux.net!schurig cleanups BKrev: 40104077DY-9v1uDDHEWyusKTlnIjQ --- BitKeeper/etc/logging_ok | 1 + avr-libc/avr-libc_1.0.oe | 2 ++ billiardz/billiardz_0.1.4.oe | 29 ++++++++++++++++++++++++++++ btscanner/btscanner_1.0.oe | 3 ++- bvi/bvi_1.3.1.oe | 2 ++ ccache/ccache_2.3.oe | 2 ++ corkscrew/corkscrew_2.0.oe | 3 +++ dbus/dbus_0.20.oe | 13 +++++++++++++ desktop-file-utils/desktop-file-utils_0.3.oe | 9 +++++++++ devlabel/devlabel_0.45.01.oe | 22 +++++++++++++++++++++ fbi/fbi_1.22.oe | 2 ++ flite/flite_1.2.oe | 2 ++ 12 files changed, 89 insertions(+), 1 deletion(-) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index d7ac1d1..035573f 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -13,6 +13,7 @@ mickey@allanon.vanille.de mickeyl@gandalf.tm.informatik.uni-frankfurt.de p.osiczko@tetrapyloctomy.org pablo@kosmos.(none) +schurig@schurig.homelinux.net tgall@www.rochcivictheatre.org timh@host10.kano.org.uk wind@spiritship.(none) diff --git a/avr-libc/avr-libc_1.0.oe b/avr-libc/avr-libc_1.0.oe index 97416c6..976c410 100644 --- a/avr-libc/avr-libc_1.0.oe +++ b/avr-libc/avr-libc_1.0.oe @@ -1,3 +1,5 @@ +HOMEPAGE = http://www.nongnu.org/avr-libc +DESCRIPTION = "C library for use with GCC on Atmel AVR microcontrollers" PROVIDES = virtual/libc SRC_URI := http://savannah.nongnu.org/download/avr-libc/released/SOURCES/avr-libc-1.0.tar.gz \ diff --git a/billiardz/billiardz_0.1.4.oe b/billiardz/billiardz_0.1.4.oe index e69de29..3addabe 100644 --- a/billiardz/billiardz_0.1.4.oe +++ b/billiardz/billiardz_0.1.4.oe @@ -0,0 +1,29 @@ +DESCRIPTION="Billiard Game for Opie/Qtopia using libsdl" +HOMEPAGE=http://www.chipx86.com/projects/billiardz/ +SECTION="base" +PRIORITY="optional" +MAINTAINER="Michael Lauer " +LICENSE="GPL" +RDEPENDS=libqpe1 libsdl +DEPENDS="virtual/libc libsdl + +SRC_URI = http://www.lilo.cx/packages/ipkg/${P}.tar.gz + +inherit palmtop + +QMAKE_PROFILES = "billiardz.arm.pro" +EXTRA_QMAKEVARS_POST = "DEFINES-=FPM_INTEL" + +do_install() { + install -d ${D}/opt/QtPalmtop/{bin,apps/Games,pics/billiardz} + install -D -m 0755 ${PN} ${D}/opt/QtPalmtop/bin/${PN} + install -D -m 0644 ${PN}.png ${D}/opt/QtPalmtop/pics/${PN}.png + cp -a images/*.png ${D}/opt/QtPalmtop/pics/billiardz + + echo "[Desktop Entry] " >${D}/opt/QtPalmtop/apps/Games/billiardz.desktop + echo "Comment=Billiards for Zaurus" >>${D}/opt/QtPalmtop/apps/Games/billiardz.desktop + echo "Exec=billiardz" >>${D}/opt/QtPalmtop/apps/Games/billiardz.desktop + echo "Icon=billiardz" >>${D}/opt/QtPalmtop/apps/Games/billiardz.desktop + echo "Type=Application" >>${D}/opt/QtPalmtop/apps/Games/billiardz.desktop + echo "Name=BilliardZ" >>${D}/opt/QtPalmtop/apps/Games/billiardz.desktop +} diff --git a/btscanner/btscanner_1.0.oe b/btscanner/btscanner_1.0.oe index 1befa06..81da53b 100644 --- a/btscanner/btscanner_1.0.oe +++ b/btscanner/btscanner_1.0.oe @@ -1,3 +1,5 @@ +HOMEPAGE=http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads§ion=01_bluetooth +DESCRIPTION="extract as information from a Bluetooth device pairing" SECTION="libs" PRIORITY="optional" RDEPENDS="libc6" @@ -8,4 +10,3 @@ SRC_URI = http://www.pentest.co.uk/src/${PN}-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 inherit autotools - diff --git a/bvi/bvi_1.3.1.oe b/bvi/bvi_1.3.1.oe index ad3e0d8..eef5729 100644 --- a/bvi/bvi_1.3.1.oe +++ b/bvi/bvi_1.3.1.oe @@ -1,3 +1,5 @@ +HOMEPAGE = http://bvi.sourceforge.net/ +DESCRIPTION = "binary vi (binary file editor)" DEPENDS = virtual/libc ncurses RDEPENDS = libc6 libncurses5 diff --git a/ccache/ccache_2.3.oe b/ccache/ccache_2.3.oe index 7ff0c07..a484cc6 100644 --- a/ccache/ccache_2.3.oe +++ b/ccache/ccache_2.3.oe @@ -1,3 +1,5 @@ +HOMEPAGE = http:/ccache.samba.org +DESCRIPTION = "compiler cache" DEPENDS = virtual/libc RDEPENDS = libc6 diff --git a/corkscrew/corkscrew_2.0.oe b/corkscrew/corkscrew_2.0.oe index 194ed23..f102ca8 100644 --- a/corkscrew/corkscrew_2.0.oe +++ b/corkscrew/corkscrew_2.0.oe @@ -1,3 +1,6 @@ +HOMEPAGE=http://www.agroman.net/corkscrew/ +DESCRIPTION="Tunnel SSH throught HTTP proxies" +SECTION=net SRC_URI := http://www.agroman.net/${PN}/${P}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 diff --git a/dbus/dbus_0.20.oe b/dbus/dbus_0.20.oe index e69de29..a47a6b2 100644 --- a/dbus/dbus_0.20.oe +++ b/dbus/dbus_0.20.oe @@ -0,0 +1,13 @@ +HOMEPAGE = http://www.freedesktop.org/Software/dbus +DESCRIPTION = "message bus system for applications to talk to one another" +DEPENDS = virtual/libc expat +RDEPENDS = libc6 expat + +SRC_URI = 'http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \ + file://${FILESDIR}/cross.patch;patch=1' + +inherit autotools libtool + +EXTRA_OECONF = '--disable-qt --disable-glib --disable-gtk --disable-tests \ + --disable-checks --disable-xml-docs --disable-doxygen-docs \ + --with-xml=expat --without-x' diff --git a/desktop-file-utils/desktop-file-utils_0.3.oe b/desktop-file-utils/desktop-file-utils_0.3.oe index e69de29..daca6e9 100644 --- a/desktop-file-utils/desktop-file-utils_0.3.oe +++ b/desktop-file-utils/desktop-file-utils_0.3.oe @@ -0,0 +1,9 @@ +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 +RDEPENDS = libc6 popt glib-2.0 + +SRC_URI = http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz \ + file://${FILESDIR}/m4.patch;patch=1 + +inherit autotools libtool diff --git a/devlabel/devlabel_0.45.01.oe b/devlabel/devlabel_0.45.01.oe index e69de29..465cac8 100644 --- a/devlabel/devlabel_0.45.01.oe +++ b/devlabel/devlabel_0.45.01.oe @@ -0,0 +1,22 @@ +HOMEPAGE = http://linux.dell.com/devlabel/devlabel.html +DESCRIPTION = "tool for user-define static device labels" +DEPENDS = virtual/libc e2fsprogs-libs +RDEPENDS = libc6 e2fsprogs-libs + +SRC_URI = http://linux.dell.com/devlabel/permalink/devlabel-0.45.01.tar.gz + +do_compile () { + set -x + ${CC} ${CFLAGS} ${LDFLAGS} -o scsi_unique_id scsi_unique_id.c + ${CC} ${CFLAGS} ${LDFLAGS} -o partition_uuid partition_uuid.c -luuid +} + +do_install () { + install -d ${D}/sbin ${D}/${bindir} ${D}/${mandir}/man8 \ + ${D}/${sysconfdir}/sysconfig/devlabel.d + install -m 755 devlabel ${D}/sbin/devlabel + install -m 755 scsi_unique_id ${D}${bindir}/ + install -m 755 partition_uuid ${D}${bindir}/ + install -m 644 devlabel.8.gz ${D}${mandir}/man8/ + install -m 644 sysconfig.devlabel ${D}${sysconfdir}/sysconfig/devlabel +} diff --git a/fbi/fbi_1.22.oe b/fbi/fbi_1.22.oe index 2ccfd0e..8b6be30 100644 --- a/fbi/fbi_1.22.oe +++ b/fbi/fbi_1.22.oe @@ -1,3 +1,5 @@ +HOMEPAGE = http://bytesex.org/fbi.html +DESCRIPTION = "frame buffer image viewer" DEPENDS = virtual/libc jpeg SRC_URI := http://bytesex.org/misc/fbi_1.22.tar.gz \ diff --git a/flite/flite_1.2.oe b/flite/flite_1.2.oe index b0d296b..ab561ba 100644 --- a/flite/flite_1.2.oe +++ b/flite/flite_1.2.oe @@ -1,3 +1,5 @@ +HOMEPAGE=http://fife.speech.cs.cmu.edu/flite/ +DESCRIPTION="festival light speech synthesizer" PRIORITY="optional" MAINTAINER="Michael Lauer " RDEPENDS=libc6 -- 2.7.4