mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
mame: update to 0.220
This commit is contained in:
parent
2b4a91bf1e
commit
260655a2fb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mame'
|
# Template file for 'mame'
|
||||||
pkgname=mame
|
pkgname=mame
|
||||||
version=0219
|
version=0220
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="mame-mame${version}"
|
wrksrc="mame-mame${version}"
|
||||||
short_desc="Multiple Arcade Machine Emulator"
|
short_desc="Multiple Arcade Machine Emulator"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://mamedev.org"
|
homepage="http://mamedev.org"
|
||||||
distfiles="https://github.com/mamedev/mame/archive/mame${version}.tar.gz"
|
distfiles="https://github.com/mamedev/mame/archive/mame${version}.tar.gz"
|
||||||
checksum=9513c046033e451d86adfdd297da8a2ad9b6642a2f3ef669e1443d0acc2c2e0b
|
checksum=8150bc8c60e4704ec222a22a8d4dc89c2de92781d0e52e2820126b4357c36c12
|
||||||
|
|
||||||
hostmakedepends="pkg-config python tar xz which"
|
hostmakedepends="pkg-config python tar xz which"
|
||||||
makedepends="SDL2_ttf-devel glm libgomp-devel libjpeg-turbo-devel
|
makedepends="SDL2_ttf-devel glm libgomp-devel libjpeg-turbo-devel
|
||||||
|
@ -96,7 +96,7 @@ do_install() {
|
||||||
done
|
done
|
||||||
|
|
||||||
# Install the tools
|
# Install the tools
|
||||||
for f in chdman jedutil regrep pngcmp romcmp src2html srcclean \
|
for f in chdman jedutil regrep pngcmp romcmp srcclean \
|
||||||
ldverify ldresample unidasm castool floptool imgtool; do
|
ldverify ldresample unidasm castool floptool imgtool; do
|
||||||
vbin ${f}
|
vbin ${f}
|
||||||
if [ -f docs/man/${f}.1 ]; then
|
if [ -f docs/man/${f}.1 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue