summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-02-19 19:54:48 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-02-19 19:54:48 +0000
commit318feb8965eab4060583894b993a268d7465aca2 (patch)
tree0f34df9ed2535b4b4bc5684f8c10c11cc4ed18b2
parentbf7a81ef6e194c8f169c7835790f642294326f86 (diff)
add qplot 2.0.1 (qtopia/opie calculator)
BKrev: 403514888BYqndB5sc-S099AWcAeng
-rw-r--r--freedroid/freedroid_1.0.2.oe33
-rw-r--r--gsl/gsl_1.4.oe21
-rw-r--r--openobex-apps/openobex-apps-1.0.1/m4.patch (renamed from openobex-apps/openobex-apps-1.0.0/m4.patch)0
-rw-r--r--openobex-apps/openobex-apps_1.0.0.oe17
-rw-r--r--openobex-apps/openobex-apps_1.0.1.oe0
-rw-r--r--openobex/openobex_1.0.0.oe13
-rw-r--r--openobex/openobex_1.0.1.oe0
-rw-r--r--qplot/qplot-2.0.1cvs/gcc3.patch0
-rw-r--r--qplot/qplot_2.0.1cvs.oe0
9 files changed, 54 insertions, 30 deletions
diff --git a/freedroid/freedroid_1.0.2.oe b/freedroid/freedroid_1.0.2.oe
index e69de29bb2..f9a1d038c6 100644
--- a/freedroid/freedroid_1.0.2.oe
+++ b/freedroid/freedroid_1.0.2.oe
@@ -0,0 +1,33 @@
+DESCRIPTION="Clone of the classic Paradroid from C64 for Qtopia/Opie - based on SDL"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+LICENSE="GPL"
+RDEPENDS="libqpe1 libsdl libsdl-image"
+DEPENDS="virtual/libc virtual/libqpe virtual/libsdl libsdl-image"
+
+SRC_URI = http://heanet.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz
+#${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz
+
+inherit autotools libtool
+
+do_compile() {
+ oe_runmake pkgdatadir=/opt/QtPalmtop/share/freedroid
+}
+
+do_install() {
+ install -d ${D}/opt/QtPalmtop/{bin,apps/Games,pics,share/freedroid/{graphics,map,sound}}
+ install -D -m 0755 src/freedroid ${D}/opt/QtPalmtop/bin/freedroid
+ install -D -m 0644 ${FILESDIR}/icon.png ${D}/opt/QtPalmtop/pics/freedroid.png
+
+ cp -a graphics/* ${D}/opt/QtPalmtop/share/freedroid/graphics
+ cp -a map/* ${D}/opt/QtPalmtop/share/freedroid/map
+ cp -a sound/* ${D}/opt/QtPalmtop/share/freedroid/sound
+
+ echo "[Desktop Entry]" >${D}/opt/QtPalmtop/apps/Games/freedroid.desktop
+ echo "Comment=A Paradroid Clone" >>${D}/opt/QtPalmtop/apps/Games/freedroid.desktop
+ echo "Exec=freedroid" >>${D}/opt/QtPalmtop/apps/Games/freedroid.desktop
+ echo "Icon=freedroid" >>${D}/opt/QtPalmtop/apps/Games/freedroid.desktop
+ echo "Type=Application" >>${D}/opt/QtPalmtop/apps/Games/freedroid.desktop
+ echo "Name=Freedroid" >>${D}/opt/QtPalmtop/apps/Games/freedroid.desktop
+}
diff --git a/gsl/gsl_1.4.oe b/gsl/gsl_1.4.oe
index e69de29bb2..f78bf056b6 100644
--- a/gsl/gsl_1.4.oe
+++ b/gsl/gsl_1.4.oe
@@ -0,0 +1,21 @@
+DESCRIPTION=GNU Scientific Library
+SECTION=libs
+PRIORITY=optional
+LICENSE=GPL
+RDEPENDS=libc6
+DEPENDS=virtual/libc
+
+SRC_URI = http://www.mirror.ac.uk/sites/sources.redhat.com/pub/${PN}/${P}.tar.gz
+
+inherit autotools libtool pkgconfig
+
+do_stage() {
+ oe_runmake DESTDIR=${S}/.install install
+ oe_soinstall .install/usr/lib/libgslcblas.so.0.0.0 ${STAGING_LIBDIR}/
+ oe_soinstall .install/usr/lib/libgsl.so.0.5.0 ${STAGING_LIBDIR}/
+ cp -a .install/usr/include/* ${STAGING_INCDIR}/
+
+ cat gsl-config | sed -e "s,-I/usr/include,-I${STAGING_INCDIR} -I${STAGING_INCDIR}/python2.3," \
+ | sed -e "s,-L/usr/lib,-L${STAGING_LIBDIR}," > ${STAGING_BINDIR}/gsl-config
+ chmod a+rx ${STAGING_BINDIR}/gsl-config
+}
diff --git a/openobex-apps/openobex-apps-1.0.0/m4.patch b/openobex-apps/openobex-apps-1.0.1/m4.patch
index e69de29bb2..e69de29bb2 100644
--- a/openobex-apps/openobex-apps-1.0.0/m4.patch
+++ b/openobex-apps/openobex-apps-1.0.1/m4.patch
diff --git a/openobex-apps/openobex-apps_1.0.0.oe b/openobex-apps/openobex-apps_1.0.0.oe
deleted file mode 100644
index c112609316..0000000000
--- a/openobex-apps/openobex-apps_1.0.0.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-DEPENDS = virtual/libc openobex
-RDEPENDS = libc6 libopenobex1
-
-SRC_URI = ${SOURCEFORGE_MIRROR}/openobex/${P}.tar.gz \
- file://${FILESDIR}/m4.patch;patch=1
-
-inherit autotools libtool
-
-EXTRA_OECONF = --disable-glibtest --with-glib-prefix=${STAGING_DIR}/target
-export OPENOBEX_CFLAGS=-I${STAGING_DIR}/target/include
-export OPENOBEX_CONFIG = ${STAGING_BINDIR}/openobex-config \
- --prefix=${STAGING_DIR}/target \
- --exec-prefix=${STAGING_DIR}/target
-
-do_compile () {
- oe_runmake 'INCLUDES='
-}
diff --git a/openobex-apps/openobex-apps_1.0.1.oe b/openobex-apps/openobex-apps_1.0.1.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/openobex-apps/openobex-apps_1.0.1.oe
diff --git a/openobex/openobex_1.0.0.oe b/openobex/openobex_1.0.0.oe
deleted file mode 100644
index d2b94bfee4..0000000000
--- a/openobex/openobex_1.0.0.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-DEPENDS = virtual/libc
-RDEPENDS = libc6
-
-SRC_URI = ${SOURCEFORGE_MIRROR}/openobex/${P}.tar.gz
-
-inherit autotools libtool
-
-do_stage () {
- install -m 0755 src/.libs/libopenobex* ${STAGING_LIBDIR}/
- install -d ${STAGING_DIR}/target/include/openobex
- install -m 0644 src/obex_const.h src/obex.h ${STAGING_DIR}/target/include/openobex/
- install -m 0755 openobex-config ${STAGING_BINDIR}/
-}
diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/openobex/openobex_1.0.1.oe
diff --git a/qplot/qplot-2.0.1cvs/gcc3.patch b/qplot/qplot-2.0.1cvs/gcc3.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/qplot/qplot-2.0.1cvs/gcc3.patch
diff --git a/qplot/qplot_2.0.1cvs.oe b/qplot/qplot_2.0.1cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/qplot/qplot_2.0.1cvs.oe