[oe-commits] Martin Jansa : openmoocow: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:05:59 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 8b1a8c8b63adbe4f136c659ba17b850a317dc3f6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8b1a8c8b63adbe4f136c659ba17b850a317dc3f6

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:09:00 2009 +0100

openmoocow: new recipe from SHR

---

 recipes/openmoocow/openmoocow/openmoocow.desktop |   10 ++++++++++
 recipes/openmoocow/openmoocow_git.bb             |   13 +++++++++++++
 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 0000000..e819c48
--- /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 0000000..1071f2a
--- /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
+
+





More information about the Openembedded-commits mailing list