add qplot 2.0.1 (qtopia/opie calculator)
authorMichael Lauer <mickey@vanille-media.de>
Thu, 19 Feb 2004 19:54:48 +0000 (19:54 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 19 Feb 2004 19:54:48 +0000 (19:54 +0000)
BKrev: 403514888BYqndB5sc-S099AWcAeng

freedroid/freedroid_1.0.2.oe
gsl/gsl_1.4.oe
openobex-apps/openobex-apps-1.0.1/m4.patch [moved from openobex-apps/openobex-apps-1.0.0/m4.patch with 100% similarity]
openobex-apps/openobex-apps_1.0.0.oe [deleted file]
openobex-apps/openobex-apps_1.0.1.oe [new file with mode: 0644]
openobex/openobex_1.0.0.oe [deleted file]
openobex/openobex_1.0.1.oe [new file with mode: 0644]
qplot/qplot-2.0.1cvs/gcc3.patch [new file with mode: 0644]
qplot/qplot_2.0.1cvs.oe [new file with mode: 0644]

index e69de29..f9a1d03 100644 (file)
@@ -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
+}
index e69de29..f78bf05 100644 (file)
@@ -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.oe b/openobex-apps/openobex-apps_1.0.0.oe
deleted file mode 100644 (file)
index c112609..0000000
+++ /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 (file)
index 0000000..e69de29
diff --git a/openobex/openobex_1.0.0.oe b/openobex/openobex_1.0.0.oe
deleted file mode 100644 (file)
index d2b94bf..0000000
+++ /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 (file)
index 0000000..e69de29
diff --git a/qplot/qplot-2.0.1cvs/gcc3.patch b/qplot/qplot-2.0.1cvs/gcc3.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qplot/qplot_2.0.1cvs.oe b/qplot/qplot_2.0.1cvs.oe
new file mode 100644 (file)
index 0000000..e69de29