aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoocow
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:09:00 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-18 09:57:23 +0100
commit8b1a8c8b63adbe4f136c659ba17b850a317dc3f6 (patch)
tree369e3c2355aa55a6ddbebc3993527c5fdfb3a03b /recipes/openmoocow
parentb953f04d8a06e4e6129fa0b677145967ff0a010e (diff)
downloadopenembedded-8b1a8c8b63adbe4f136c659ba17b850a317dc3f6.tar.gz
openmoocow: new recipe from SHR
Diffstat (limited to 'recipes/openmoocow')
-rw-r--r--recipes/openmoocow/openmoocow/openmoocow.desktop10
-rw-r--r--recipes/openmoocow/openmoocow_git.bb13
2 files changed, 23 insertions, 0 deletions
diff --git a/recipes/openmoocow/openmoocow/openmoocow.desktop b/recipes/openmoocow/openmoocow/openmoocow.desktop
new file mode 100644
index 0000000000..e819c48ba4
--- /dev/null
+++ b/recipes/openmoocow/openmoocow/openmoocow.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=MooCow
+Comment=Moobox simulator
+Type=Application
+Exec=openmoocow
+Terminal=false
+Categories=Games;
+Icon=openmoocow/icon.png
+X-MB-SingleInstance=true
+
diff --git a/recipes/openmoocow/openmoocow_git.bb b/recipes/openmoocow/openmoocow_git.bb
new file mode 100644
index 0000000000..1071f2afac
--- /dev/null
+++ b/recipes/openmoocow/openmoocow_git.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "OpenMooCow makes your phone (nearly) become a cow!"
+HOMEPAGE = "http://www.srcf.ucam.org/~taw27/openmoko/openmoocow/"
+AUTHOR = "Thomas White"
+LICENSE = "GPLv3"
+SECTION = "applications/games"
+PV = "0.0.3+gitr${SRCPV}"
+PR = "r1"
+
+SRC_URI = "git://git.bitwiz.org.uk/openmoocow.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+inherit autotools
+
+