aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2004-01-22 21:28:23 +0000
committerHolger Schurig <schurig@mn-solutions.de>2004-01-22 21:28:23 +0000
commitbdf76faed8ca986395344bd5309d6d2a01e12e85 (patch)
tree071b57557b2ef11436a375ad17d36a9038d6fd72
parent4224b8ba5af269064f7b28abccf351f4f29cab64 (diff)
downloadopenembedded-bdf76faed8ca986395344bd5309d6d2a01e12e85.tar.gz
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
-rw-r--r--BitKeeper/etc/logging_ok1
-rw-r--r--avr-libc/avr-libc_1.0.oe2
-rw-r--r--billiardz/billiardz_0.1.4.oe29
-rw-r--r--btscanner/btscanner_1.0.oe3
-rw-r--r--bvi/bvi_1.3.1.oe2
-rw-r--r--ccache/ccache_2.3.oe2
-rw-r--r--corkscrew/corkscrew_2.0.oe3
-rw-r--r--dbus/dbus_0.20.oe13
-rw-r--r--desktop-file-utils/desktop-file-utils_0.3.oe9
-rw-r--r--devlabel/devlabel_0.45.01.oe22
-rw-r--r--fbi/fbi_1.22.oe2
-rw-r--r--flite/flite_1.2.oe2
12 files changed, 89 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index d7ac1d1705..035573feac 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 97416c6e43..976c41060b 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 e69de29bb2..3addabe2f9 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 <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
+}
diff --git a/btscanner/btscanner_1.0.oe b/btscanner/btscanner_1.0.oe
index 1befa061cf..81da53beae 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&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
-
diff --git a/bvi/bvi_1.3.1.oe b/bvi/bvi_1.3.1.oe
index ad3e0d8c9a..eef5729952 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 7ff0c07e71..a484cc62f5 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 194ed234fc..f102ca8d6b 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 e69de29bb2..a47a6b26aa 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 e69de29bb2..daca6e908b 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 e69de29bb2..465cac88da 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 2ccfd0e415..8b6be30a76 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 b0d296ba89..ab561ba1bf 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 <mickey@Vanille.de>"
RDEPENDS=libc6