aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/freedroid
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-24 17:57:24 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-30 02:35:12 +0100
commite9b45ff67d32fdc27950a51135b6dabada8334e7 (patch)
treede99cd760c8292ee1dd334e23e1e5cc43e90dfbd /recipes-qtopia/freedroid
downloadmeta-opie-e9b45ff67d32fdc27950a51135b6dabada8334e7.tar.gz
initial commit of meta-opie
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia/freedroid')
-rw-r--r--recipes-qtopia/freedroid/freedroid-1.0.2/freedroid.pngbin0 -> 1074 bytes
-rw-r--r--recipes-qtopia/freedroid/freedroid_1.0.2.bb27
2 files changed, 27 insertions, 0 deletions
diff --git a/recipes-qtopia/freedroid/freedroid-1.0.2/freedroid.png b/recipes-qtopia/freedroid/freedroid-1.0.2/freedroid.png
new file mode 100644
index 0000000..6db9f21
--- /dev/null
+++ b/recipes-qtopia/freedroid/freedroid-1.0.2/freedroid.png
Binary files differ
diff --git a/recipes-qtopia/freedroid/freedroid_1.0.2.bb b/recipes-qtopia/freedroid/freedroid_1.0.2.bb
new file mode 100644
index 0000000..5bf173a
--- /dev/null
+++ b/recipes-qtopia/freedroid/freedroid_1.0.2.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "Clone of the classic Paradroid from C64 - SDL version."
+SECTION = "opie/games"
+PRIORITY = "optional"
+LICENSE = "GPL"
+HOMEPAGE = "http://freedroid.sourceforge.net/"
+PR = "r2"
+
+APPIMAGE = "${WORKDIR}/freedroid.png"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/freedroid/freedroid-${PV}.tar.gz \
+ file://freedroid.png"
+
+inherit autotools sdl
+
+do_compile() {
+ oe_runmake pkgdatadir=${datadir}/freedroid
+}
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 src/freedroid ${D}${bindir}
+ install -d ${D}${datadir}/freedroid/
+ cp -pPR graphics map sound ${D}${datadir}/freedroid/
+}
+
+SRC_URI[md5sum] = "585a65f61c2cd308ab45d5c514f695dc"
+SRC_URI[sha256sum] = "0934bd29fb2ad0367ea3bdfdce47537179f9af6aa960cbcc897c40da2e1a0ee3"