community/mame to 0.220-1

This commit is contained in:
Kevin Mihelich 2020-04-05 20:18:29 +00:00
parent 0ec16708f0
commit 1796fc6b21

View file

@ -9,7 +9,7 @@
highmem=1
pkgname=mame
pkgver=0.219
pkgver=0.220
pkgrel=1
pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
url="https://mamedev.org/"
@ -21,7 +21,7 @@ conflicts=(sdlmame)
replaces=(sdlmame)
source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz"
mame.sh mame.desktop mame.svg)
sha256sums=('9513c046033e451d86adfdd297da8a2ad9b6642a2f3ef669e1443d0acc2c2e0b'
sha256sums=('8150bc8c60e4704ec222a22a8d4dc89c2de92781d0e52e2820126b4357c36c12'
'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba'
'6beb883c8efed5b7466d43d0658b47c3e4a9928b5d0245ed56446b230e28306b'
'17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4')
@ -38,7 +38,7 @@ prepare() {
build() {
cd mame-mame${pkgver/./}
make -j1 \
make \
NOWERROR=1 \
OPTIMIZE=2 \
TOOLS=1 \
@ -53,8 +53,8 @@ package() {
# Install the binaries
install -Dm755 mame "$pkgdir"/usr/lib/mame/mame
for _i in castool chdman imgtool jedutil nltool nlwav pngcmp regrep romcmp src2html \
split srcclean ldverify ldresample; do
for _i in castool chdman floptool imgtool jedutil ldresample ldverify nltool nlwav pngcmp regrep romcmp \
split srcclean testkeys unidasm; do
install -m755 $_i -t "$pkgdir"/usr/lib/mame
ln -s /usr/lib/mame/$_i "$pkgdir"/usr/bin/mame-$_i
done