aboutsummaryrefslogtreecommitdiffstats
path: root/prboom/prboom_2.3.0.oe
blob: 2a0b323c380cc4b8acf5721e889b4cbd311e69c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
DESCRIPTION = "A Doom Clone based on SDL"
SECTION = "opie/games"
PRIORITY = "optional"
DEPENDS = "libsdl-qpe libsdl-mixer libsdl-net"
PR = "r1"

SRC_URI = "${SOURCEFORGE_MIRROR}/prboom/prboom-${PV}.tar.gz \
           file://m4.patch;patch=1 \
           file://prboom.png \
           file://prboom.desktop"

inherit autotools 

EXTRA_OECONF = "--without-x --disable-sdltest"

do_configure() {
	gnu-configize
	oe_runconf
}

do_install() {
        install -d ${D}/${palmtopdir}/bin \
        	   ${D}/${palmtopdir}/apps/Games \
        	   ${D}/${palmtopdir}/pics
	install -m 0755 src/prboom ${D}/${palmtopdir}/bin/prboom
	install -m 0644 ${WORKDIR}/prboom.png ${D}/${palmtopdir}/pics/prboom.png
	install -m 0644 ${WORKDIR}/prboom.desktop ${D}/${palmtopdir}/apps/Games/prboom.desktop
}

FILES_${PN} = "${palmtopdir}"