mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/sdlmame to 0.196-1
This commit is contained in:
parent
a0d39fc881
commit
027c4e2f03
1 changed files with 4 additions and 4 deletions
|
@ -10,8 +10,8 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=sdlmame
|
||||
pkgver=0.195
|
||||
pkgrel=4
|
||||
pkgver=0.196
|
||||
pkgrel=1
|
||||
pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
|
||||
url="http://mamedev.org/"
|
||||
license=(GPL2)
|
||||
|
@ -19,7 +19,7 @@ arch=(x86_64)
|
|||
depends=(sdl2_ttf alsa-lib qt5-base)
|
||||
makedepends=(nasm mesa python2 libxinerama)
|
||||
source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz" sdlmame.sh)
|
||||
sha256sums=('b18d0e23ecf6b218c43a6770213c850b3c605ead9d29301de34101ed14c28a57'
|
||||
sha256sums=('fc4436a23d7f2ef0b3c3f600c00745bc468541d0d29bcd3a1e0c599c5c02df7f'
|
||||
'cecb5c7561f44d9b9721336d3af206a2c7e365840f1d09416e07cda9da1cda82')
|
||||
|
||||
build() {
|
||||
|
@ -57,7 +57,7 @@ package() {
|
|||
install -m644 ctrlr/* "$pkgdir"/usr/share/$pkgname/ctrlr/
|
||||
install -m644 keymaps/* "$pkgdir"/usr/share/$pkgname/keymaps/
|
||||
install -m644 hash/* "$pkgdir"/usr/share/$pkgname/hash/
|
||||
cp -a bgfx "$pkgdir"/usr/share/$pkgname/bgfx
|
||||
cp -a bgfx "$pkgdir"/usr/lib/$pkgname/bgfx
|
||||
cp -a plugins "$pkgdir"/usr/share/$pkgname/plugins
|
||||
cp -a language "$pkgdir"/usr/share/$pkgname/language
|
||||
|
||||
|
|
Loading…
Reference in a new issue