Merge http://openembedded@openembedded.bkbits.net/packages
authorHolger Schurig <schurig@mn-solutions.de>
Thu, 22 Jan 2004 21:28:23 +0000 (21:28 +0000)
committerHolger Schurig <schurig@mn-solutions.de>
Thu, 22 Jan 2004 21:28:23 +0000 (21:28 +0000)
into schurig.homelinux.net:/usr/src/oepackages

2004/01/22 22:27:56+01:00 homelinux.net!schurig
cleanups

BKrev: 40104077DY-9v1uDDHEWyusKTlnIjQ

12 files changed:
BitKeeper/etc/logging_ok
avr-libc/avr-libc_1.0.oe
billiardz/billiardz_0.1.4.oe
btscanner/btscanner_1.0.oe
bvi/bvi_1.3.1.oe
ccache/ccache_2.3.oe
corkscrew/corkscrew_2.0.oe
dbus/dbus_0.20.oe
desktop-file-utils/desktop-file-utils_0.3.oe
devlabel/devlabel_0.45.01.oe
fbi/fbi_1.22.oe
flite/flite_1.2.oe

index d7ac1d1..035573f 100644 (file)
@@ -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)
index 97416c6..976c410 100644 (file)
@@ -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 \
index e69de29..3addabe 100644 (file)
@@ -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 <mickey@Vanille.de>"
+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
+}
index 1befa06..81da53b 100644 (file)
@@ -1,3 +1,5 @@
+HOMEPAGE=http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=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
-
index ad3e0d8..eef5729 100644 (file)
@@ -1,3 +1,5 @@
+HOMEPAGE = http://bvi.sourceforge.net/
+DESCRIPTION = "binary vi (binary file editor)"
 DEPENDS = virtual/libc ncurses
 RDEPENDS = libc6 libncurses5
 
index 7ff0c07..a484cc6 100644 (file)
@@ -1,3 +1,5 @@
+HOMEPAGE = http:/ccache.samba.org
+DESCRIPTION = "compiler cache"
 DEPENDS = virtual/libc
 RDEPENDS = libc6
 
index 194ed23..f102ca8 100644 (file)
@@ -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
 
index e69de29..a47a6b2 100644 (file)
@@ -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'
index e69de29..daca6e9 100644 (file)
@@ -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
index e69de29..465cac8 100644 (file)
@@ -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
+}
index 2ccfd0e..8b6be30 100644 (file)
@@ -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 \
index b0d296b..ab561ba 100644 (file)
@@ -1,3 +1,5 @@
+HOMEPAGE=http://fife.speech.cs.cmu.edu/flite/
+DESCRIPTION="festival light speech synthesizer"
 PRIORITY="optional"
 MAINTAINER="Michael Lauer <mickey@Vanille.de>"
 RDEPENDS=libc6