sdlmem: update to 0156.
This commit is contained in:
parent
247f9e771e
commit
97e8350f4e
1 changed files with 4 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'mame'
|
# Template file for 'mame'
|
||||||
pkgname=sdlmame
|
pkgname=sdlmame
|
||||||
_distver=0155
|
_distver=0156
|
||||||
_patchver=0
|
_patchver=0
|
||||||
version=${_distver}u${_patchver}
|
version=${_distver}u${_patchver}
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=mame-${_distver}s
|
wrksrc=mame-${_distver}s
|
||||||
homepage="http://mamedev.org"
|
homepage="http://mamedev.org"
|
||||||
distfiles="${homepage}/downloader.php?file=releases/mame${_distver}s.zip"
|
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=2f0adeec277e15e93ba3abc653b2220182e51a1eeea344c97e05d5d050a10649
|
checksum=9d7b63f3484583c5dbb46f610508b35195f61f0d395e5d4a4bf005f313a140c2
|
||||||
|
|
||||||
hostmakedepends="which unzip perl pkg-config python automoc4"
|
hostmakedepends="which unzip perl pkg-config python automoc4"
|
||||||
makedepends="SDL_ttf-devel fontconfig-devel libXinerama-devel qt-devel alsa-lib-devel"
|
makedepends="SDL_ttf-devel fontconfig-devel libXinerama-devel qt-devel alsa-lib-devel"
|
||||||
|
@ -37,15 +37,13 @@ do_extract() {
|
||||||
rm -f ${_patch}_diff
|
rm -f ${_patch}_diff
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make NOWERROR=1 ${makejobs}
|
make NOWERROR=1 ${makejobs}
|
||||||
make NOWERROR=1 ${makejobs} tools
|
make NOWERROR=1 ${makejobs} tools
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Install the sdlmame script
|
# 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
|
# Install the applications and the UI font in /usr/share
|
||||||
if [ -r mame64 ]; then
|
if [ -r mame64 ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue