sdlmame: update to 0.155.
This commit is contained in:
parent
a92d8ec7ba
commit
5661218d09
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mame'
|
# Template file for 'mame'
|
||||||
pkgname=sdlmame
|
pkgname=sdlmame
|
||||||
_distver=0153
|
_distver=0155
|
||||||
_patchver=0
|
_patchver=0
|
||||||
version=${_distver}u${_patchver}
|
version=${_distver}u${_patchver}
|
||||||
revision=1
|
revision=1
|
||||||
|
@ -10,10 +10,10 @@ distfiles="${homepage}/downloader.php?file=releases/mame${_distver}s.zip"
|
||||||
short_desc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support"
|
short_desc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="mame"
|
license="mame"
|
||||||
checksum=abf6fb4da48985ccefeaf6016aeedbe91d07ad6b0cd7dda7c0f3dc0eb83355e4
|
checksum=2f0adeec277e15e93ba3abc653b2220182e51a1eeea344c97e05d5d050a10649
|
||||||
|
|
||||||
hostmakedepends="which unzip perl pkg-config python"
|
hostmakedepends="which unzip perl pkg-config python automoc4"
|
||||||
makedepends="SDL_ttf-devel fontconfig-devel libXinerama-devel qt-devel automoc4 alsa-lib-devel liberation-fonts-ttf"
|
makedepends="SDL_ttf-devel fontconfig-devel libXinerama-devel qt-devel alsa-lib-devel"
|
||||||
depends="liberation-fonts-ttf"
|
depends="liberation-fonts-ttf"
|
||||||
nonfree=yes
|
nonfree=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
@ -71,5 +71,5 @@ do_install() {
|
||||||
${DESTDIR}/usr/share/${pkgname}/keymaps
|
${DESTDIR}/usr/share/${pkgname}/keymaps
|
||||||
|
|
||||||
# Include the license
|
# Include the license
|
||||||
vinstall docs/license.txt 644 usr/share/licenses/${pkgname}
|
vlicense docs/license.txt LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue