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

DEPENDS = "x11 xpm"
SECTION = "gpe"
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}/
}