mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: snes9x-gtk (#564)
This is the gtk version of the SNES emulator
This commit is contained in:
parent
66354e77ec
commit
1941a77550
1 changed files with 21 additions and 0 deletions
21
srcpkgs/snes9x-gtk/template
Normal file
21
srcpkgs/snes9x-gtk/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'snes9x-gtk'
|
||||||
|
pkgname=snes9x-gtk
|
||||||
|
version=1.56.2
|
||||||
|
revision=1
|
||||||
|
wrksrc="snes9x-${version}"
|
||||||
|
build_wrksrc="gtk"
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake gettext-devel glib-devel pkg-config intltool"
|
||||||
|
makedepends="minizip-devel gtk+3-devel SDL2-devel xorg-server-devel"
|
||||||
|
short_desc="SNES Emulator"
|
||||||
|
maintainer="Hinterwaeldlers <mguethle@xunit.de>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="http://www.snes9x.com/"
|
||||||
|
distfiles="https://github.com/snes9xgit/snes9x/archive/$version.tar.gz"
|
||||||
|
checksum=1557ade36c3b47aedf766b4504d141521f565664a6264c04f4c44f5a2dfada4f
|
||||||
|
|
||||||
|
nocross="cannot run test program while cross compiling"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue