mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/mame to 0.205-1
This commit is contained in:
parent
76c3c35a53
commit
6859da4cf8
1 changed files with 4 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
||||||
highmem=1
|
highmem=1
|
||||||
|
|
||||||
pkgname=mame
|
pkgname=mame
|
||||||
pkgver=0.204
|
pkgver=0.205
|
||||||
pkgrel=2
|
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="http://mamedev.org/"
|
url="http://mamedev.org/"
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
|
@ -20,7 +20,7 @@ makedepends=(nasm python asio rapidjson glm libxinerama)
|
||||||
conflicts=(sdlmame)
|
conflicts=(sdlmame)
|
||||||
replaces=(sdlmame)
|
replaces=(sdlmame)
|
||||||
source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz" mame.sh)
|
source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz" mame.sh)
|
||||||
sha256sums=('eeb6e304502dc1f1ce5a9c73d59a32865fc6e374c14ecef85d85b6de98a76e42'
|
sha256sums=('80b7f9feb3a4da34c5c452de13d4f7db12381b8a17a90f41884ea2ca797d92ff'
|
||||||
'da37e17b53759f049234af393bc69c29e1e4aab58df44a9384e7f7160a49db29')
|
'da37e17b53759f049234af393bc69c29e1e4aab58df44a9384e7f7160a49db29')
|
||||||
|
|
||||||
|
|
||||||
|
@ -51,6 +51,7 @@ package() {
|
||||||
for _i in castool chdman imgtool jedutil nltool nlwav pngcmp regrep romcmp src2html \
|
for _i in castool chdman imgtool jedutil nltool nlwav pngcmp regrep romcmp src2html \
|
||||||
split srcclean ldverify ldresample; do
|
split srcclean ldverify ldresample; 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
|
||||||
done
|
done
|
||||||
|
|
||||||
# Install the extra bits
|
# Install the extra bits
|
||||||
|
|
Loading…
Reference in a new issue