mokojeweled: add recipe for new game
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 7 Oct 2010 07:32:59 +0000 (09:32 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 7 Oct 2010 10:16:20 +0000 (12:16 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/openmoko-3rdparty/mokojeweled_git.bb [new file with mode: 0644]

diff --git a/recipes/openmoko-3rdparty/mokojeweled_git.bb b/recipes/openmoko-3rdparty/mokojeweled_git.bb
new file mode 100644 (file)
index 0000000..8313f65
--- /dev/null
@@ -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