[oe-commits] Martin Jansa : mokojeweled: add recipe for new game

git version control git at git.openembedded.org
Thu Oct 7 10:18:38 UTC 2010


Module: openembedded.git
Branch: master
Commit: 0b4933c5b122f5c71e2fb18f143f1ffd7981cac9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0b4933c5b122f5c71e2fb18f143f1ffd7981cac9

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Oct  7 09:32:59 2010 +0200

mokojeweled: add recipe for new game

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/mokojeweled_git.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/openmoko-3rdparty/mokojeweled_git.bb b/recipes/openmoko-3rdparty/mokojeweled_git.bb
new file mode 100644
index 0000000..8313f65
--- /dev/null
+++ b/recipes/openmoko-3rdparty/mokojeweled_git.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "A bejeweled clone in Elementary"
+HOMEPAGE = "http://gitorious.org/mokosuite2/mokojeweled"
+AUTHOR = "Daniele Ricci"
+LICENSE = "GPLv3"
+DEPENDS = "elementary edje-native"
+SECTION = "x11/games"
+
+PV = "0.1+gitr${SRCPV}"
+SRCREV = "caf3072c6c10114cb54fb5b35dfa89db3fd0ac75"
+
+SRC_URI = "git://gitorious.org/mokosuite2/mokojeweled.git;protocol=git"
+S = "${WORKDIR}/git"
+
+CFLAGS += "-DOPENMOKO"
+EXTRA_OECONF = " --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
+do_configure_prepend() {
+        autopoint --force
+}
+
+inherit gettext autotools





More information about the Openembedded-commits mailing list