From: Martin Jansa Date: Thu, 7 Oct 2010 07:32:59 +0000 (+0200) Subject: mokojeweled: add recipe for new game X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4933c5b122f5c71e2fb18f143f1ffd7981cac9;p=openembedded.git mokojeweled: add recipe for new game Signed-off-by: Martin Jansa --- diff --git a/recipes/openmoko-3rdparty/mokojeweled_git.bb b/recipes/openmoko-3rdparty/mokojeweled_git.bb new file mode 100644 index 0000000000..8313f6565b --- /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