sdlmem: update to 0156.
This commit is contained in:
parent
247f9e771e
commit
97e8350f4e
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'mame'
|
||||
pkgname=sdlmame
|
||||
_distver=0155
|
||||
_distver=0156
|
||||
_patchver=0
|
||||
version=${_distver}u${_patchver}
|
||||
revision=3
|
||||
revision=1
|
||||
wrksrc=mame-${_distver}s
|
||||
homepage="http://mamedev.org"
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="mame"
|
||||
checksum=2f0adeec277e15e93ba3abc653b2220182e51a1eeea344c97e05d5d050a10649
|
||||
checksum=9d7b63f3484583c5dbb46f610508b35195f61f0d395e5d4a4bf005f313a140c2
|
||||
|
||||
hostmakedepends="which unzip perl pkg-config python automoc4"
|
||||
makedepends="SDL_ttf-devel fontconfig-devel libXinerama-devel qt-devel alsa-lib-devel"
|
||||
|
@ -37,15 +37,13 @@ do_extract() {
|
|||
rm -f ${_patch}_diff
|
||||
done
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make NOWERROR=1 ${makejobs}
|
||||
make NOWERROR=1 ${makejobs} tools
|
||||
}
|
||||
|
||||
do_install() {
|
||||
# Install the sdlmame script
|
||||
vinstall ${FILESDIR}/${pkgname}.sh 755 usr/bin ${pkgname}
|
||||
vbin ${FILESDIR}/${pkgname}.sh ${pkgname}
|
||||
|
||||
# Install the applications and the UI font in /usr/share
|
||||
if [ -r mame64 ]; then
|
||||
|
|
Loading…
Reference in New Issue