mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mame to 0.220-1
This commit is contained in:
parent
0ec16708f0
commit
1796fc6b21
1 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
||||||
highmem=1
|
highmem=1
|
||||||
|
|
||||||
pkgname=mame
|
pkgname=mame
|
||||||
pkgver=0.219
|
pkgver=0.220
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
|
pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
|
||||||
url="https://mamedev.org/"
|
url="https://mamedev.org/"
|
||||||
|
@ -21,7 +21,7 @@ conflicts=(sdlmame)
|
||||||
replaces=(sdlmame)
|
replaces=(sdlmame)
|
||||||
source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz"
|
source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz"
|
||||||
mame.sh mame.desktop mame.svg)
|
mame.sh mame.desktop mame.svg)
|
||||||
sha256sums=('9513c046033e451d86adfdd297da8a2ad9b6642a2f3ef669e1443d0acc2c2e0b'
|
sha256sums=('8150bc8c60e4704ec222a22a8d4dc89c2de92781d0e52e2820126b4357c36c12'
|
||||||
'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba'
|
'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba'
|
||||||
'6beb883c8efed5b7466d43d0658b47c3e4a9928b5d0245ed56446b230e28306b'
|
'6beb883c8efed5b7466d43d0658b47c3e4a9928b5d0245ed56446b230e28306b'
|
||||||
'17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4')
|
'17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4')
|
||||||
|
@ -38,7 +38,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd mame-mame${pkgver/./}
|
cd mame-mame${pkgver/./}
|
||||||
make -j1 \
|
make \
|
||||||
NOWERROR=1 \
|
NOWERROR=1 \
|
||||||
OPTIMIZE=2 \
|
OPTIMIZE=2 \
|
||||||
TOOLS=1 \
|
TOOLS=1 \
|
||||||
|
@ -53,8 +53,8 @@ package() {
|
||||||
|
|
||||||
# Install the binaries
|
# Install the binaries
|
||||||
install -Dm755 mame "$pkgdir"/usr/lib/mame/mame
|
install -Dm755 mame "$pkgdir"/usr/lib/mame/mame
|
||||||
for _i in castool chdman imgtool jedutil nltool nlwav pngcmp regrep romcmp src2html \
|
for _i in castool chdman floptool imgtool jedutil ldresample ldverify nltool nlwav pngcmp regrep romcmp \
|
||||||
split srcclean ldverify ldresample; do
|
split srcclean testkeys unidasm; do
|
||||||
install -m755 $_i -t "$pkgdir"/usr/lib/mame
|
install -m755 $_i -t "$pkgdir"/usr/lib/mame
|
||||||
ln -s /usr/lib/mame/$_i "$pkgdir"/usr/bin/mame-$_i
|
ln -s /usr/lib/mame/$_i "$pkgdir"/usr/bin/mame-$_i
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue