blob: 6d647cf160414f650d876e375b1567c2bef94570 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "gpe-snes is a gpe frontend for the snes9x SNES emulator"
SECTION = "games"
LICENSE = "GPLv2"
PRIORITY = "optional"
DEPENDS = "gtk+ libgpewidget libxrandr"
inherit autotools
PR = "r0"
SRC_URI = "http://www.telefonica.net/web2/mteirap/gpe-snes-${PV}.tar.gz"
|