aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fceu/fceu_0.98.13-pre.bb
blob: a2645e9d5cb9ba6b29ac1bbc89ae441e81acbf70 (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
DESCRIPTION = "FCEU Ultra NES Emulator"

SECTION = "games"
LICENSE = "GPL"
HOMEPAGE = "http://fceultra.sourceforge.net"
DEPENDS = "virtual/libsdl"
PR = "r1"

SRC_URI = "${SOURCEFORGE_MIRROR}/fceultra/fceu-${PV}.src.tar.bz2 \
	   file://fceu.patch;pnum=0;patch=1 \
	  "

S = "${WORKDIR}/fceu"

inherit autotools pkgconfig

do_configure() {
    oe_runconf
}

do_stage() {
	autotools_stage_all
}

do_install() {
        oe_runmake 'DESTDIR=${D}' install
}