]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/xdemineur/xdemineur_2.1.1.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / xdemineur / xdemineur_2.1.1.bb
1 inherit gpe
2 LICENSE = "BSD-X"
3
4 DEPENDS = "x11 xpm"
5 SECTION = "gpe"
6 DESCRIPTION = "Mine-sweeper game for GPE."
7 PRIORITY = "optional"
8
9 SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
10            file://Makefile"
11
12 do_configure_prepend() {
13         mv ${WORKDIR}/Makefile ${S}/
14 }