nestopia: update to 1.49. (#424)
This commit is contained in:
parent
d8446fdb2e
commit
d622332b8c
|
@ -1,15 +1,18 @@
|
|||
# Template file for 'nestopia'
|
||||
pkgname=nestopia
|
||||
version=1.48
|
||||
version=1.49
|
||||
revision=1
|
||||
wrksrc="rdanbrook-nestopia-f0540f9"
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL2-devel gtk+3-devel glu-devel libarchive-devel libao-devel"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="NES/Famicom emulator designed to emulate the NES hardware accurately"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf-archive automake pkg-config"
|
||||
makedepends="SDL2-devel gtk+3-devel libao-devel libarchive-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Portable NES/Famicom emulator written in C++"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://nestopia.sourceforge.net/"
|
||||
distfiles="https://github.com/rdanbrook/nestopia/tarball/${version}>${pkgname}-${version}.tar.gz"
|
||||
checksum=ee14b9476748669ac1af73116beb2a6e3dd6b41c0b1d2f7149fb8716bb02d749
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://0ldsk00l.ca/nestopia/"
|
||||
distfiles="https://github.com/0ldsk00l/nestopia/archive/${version}.tar.gz"
|
||||
checksum=c5a8b5e74a904c4e624152f8dfa081bdd7991796a24439811fc518564aa04b55
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -vif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue