mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
advancemame: move config directory to B_USER_SETTINGS_DIRECTORY (#1966)
* games-emulation/advancemame: cosmetic changes to recipe * games-emulation/advancemame: move config directory to user settings directory * games-emulation/advancemame: bump revision * games-emulation/advancemame: fit DESCRIPTION in 80 cols
This commit is contained in:
committed by
Scott McCreary
parent
35a8a1dc94
commit
e91bfa07ee
@@ -1,11 +1,11 @@
|
||||
SUMMARY="Unofficial MAME version with advanced video support"
|
||||
DESCRIPTION="\
|
||||
AdvanceMAME is unofficial MAME version with advanced video support
|
||||
DESCRIPTION=" \
|
||||
AdvanceMAME is unofficial MAME version with advanced video support \
|
||||
for better use with TVs, Arcade monitors, PC monitors and LCD screens."
|
||||
HOMEPAGE="http://advancemame.sourceforge.net"
|
||||
SOURCE_URI="https://github.com/amadvance/advancemame/releases/download/v$portVersion/advancemame-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="779b3b43e3fbdf4bb24e97c418499cd4550446494e19f5d576827242b0821814"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1996-2006, Nicola Salmoria and the MAME Team"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -22,7 +22,8 @@ PROVIDES="
|
||||
cmd:advmenu$secondaryArchSuffix
|
||||
cmd:advmess$secondaryArchSuffix
|
||||
cmd:advs$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
@@ -30,13 +31,15 @@ REQUIRES="
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libexpat$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
|
||||
Reference in New Issue
Block a user