increase dvbapp PR.
[vuplus_openembedded] / recipes / xdemineur / xdemineur_2.1.1.bb
1 inherit gpe
2 LICENSE = "BSD-X"
3 PR = "r1"
4
5 DEPENDS = "virtual/libx11 libxpm"
6 SECTION = "gpe/games"
7 DESCRIPTION = "Mine-sweeper game for GPE."
8 PRIORITY = "optional"
9
10 SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
11            file://Makefile"
12
13 do_configure_prepend() {
14         mv ${WORKDIR}/Makefile ${S}/
15 }