aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/mokojeweled_git.bb
blob: 925d1e764cab346b31303620dcaa80ed7f21b2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 = "fb43d53ea3ca2cd3760c3d4296b6a7e96573dd17"

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