blob: 1ecc333b8db9694ce16c512253ecc5b0d90b0f56 (
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"
|