blob: 0843bb30eec5755ec1217e73329bcaf625e55f45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LICENSE = "GPL"
inherit autotools
SECTION = "x11/games"
DESCRIPTION = "Clone of Bejeweled for Gnome, modified for GPE."
DEPENDS = "gtk+ librsvg"
PRIORITY = "optional"
SRC_URI = "http://sebdelestaing.free.fr/gweled/Release/gweled-0.5.tar.gz \
file://de-gnome.patch;patch=1"
EXTRA_OECONF = " --disable-setgid --prefix=/usr"
|