mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/mame to 0.219-1
This commit is contained in:
parent
6884ed406e
commit
6332d5189d
1 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=mame
|
||||
pkgver=0.218
|
||||
pkgver=0.219
|
||||
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=('c855d2a53956d7ecc6b2d029747495278cd701dc785c50548f0f20ffa673b91f'
|
||||
sha256sums=('9513c046033e451d86adfdd297da8a2ad9b6642a2f3ef669e1443d0acc2c2e0b'
|
||||
'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba'
|
||||
'6beb883c8efed5b7466d43d0658b47c3e4a9928b5d0245ed56446b230e28306b'
|
||||
'17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4')
|
||||
|
@ -32,11 +32,13 @@ prepare() {
|
|||
|
||||
# Use system libraries
|
||||
sed -e 's|\# USE_SYSTEM_LIB|USE_SYSTEM_LIB|g' -i makefile
|
||||
# except for asio
|
||||
sed -e 's|USE_SYSTEM_LIB_ASIO|\# USE_SYSTEM_LIB_ASIO|g' -i makefile
|
||||
}
|
||||
|
||||
build() {
|
||||
cd mame-mame${pkgver/./}
|
||||
make \
|
||||
make -j1 \
|
||||
NOWERROR=1 \
|
||||
OPTIMIZE=2 \
|
||||
TOOLS=1 \
|
||||
|
|
Loading…
Reference in a new issue