aboutsummaryrefslogtreecommitdiffstats
path: root/gweled/gweled_0.5.oe
blob: 255a9755fb8836333911c684b36c6a92b3e2ba19 (plain)
1
2
3
4
5
6
7
8
9
10
11
LICENSE = GPL
inherit autotools

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"