aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xdemineur/xdemineur_2.1.1.bb
blob: 23846dfd44891d9b92df75f79fc9e2e3e1542c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
inherit gpe
LICENSE = "BSD-X"
PR = "r1"

DEPENDS = "virtual/libx11 libxpm"
SECTION = "gpe/games"
DESCRIPTION = "Mine-sweeper game for GPE."
PRIORITY = "optional"

SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
	   file://Makefile"

do_configure_prepend() {
	mv ${WORKDIR}/Makefile ${S}/
}