Maelstrom: enable x86_64

This commit is contained in:
Sergei Reznikov
2018-12-05 14:02:49 +03:00
parent 18d77f09e1
commit 8c279fca00
2 changed files with 44 additions and 19 deletions

View File

@@ -1,8 +1,7 @@
SUMMARY="Blast the Asteroids!"
DESCRIPTION="
You pilot your ship through the dreaded \"Maelstrom\" asteroid belt -- suddenly
your best friend thrusts towards you and fires, directly at your cockpit. You
raise your shields just in time, and the battle is joined.
DESCRIPTION="You pilot your ship through the dreaded \"Maelstrom\" asteroid \
belt -- suddenly your best friend thrusts towards you and fires, directly at \
your cockpit. You raise your shields just in time, and the battle is joined.
The deadliest stretch of space known to mankind has just gotten deadlier.
Everywhere massive asteroids jostle for a chance to crush your ship, and deadly
@@ -23,28 +22,27 @@ CHECKSUM_SHA256="e7983c2c7376cdcca1944db1706d92aedd529638cf13358c88a60df982ba7b4
SOURCE_DIR="Maelstrom-$portVersion"
PATCHES="maelstrom-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
maelstrom$secondaryArchSuffix = $portVersion
maelstrom = $portVersion
app:Maelstrom
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
lib:libSDL_net_1.2$secondaryArchSuffix
haiku
lib:libsdl
lib:libSDL_net_1.2
"
BUILD_REQUIRES="
devel:libsdl$secondaryArchSuffix
devel:libSDL_net$secondaryArchSuffix
devel:libsdl
devel:libSDL_net
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
haiku_devel
cmd:autom4te
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:gcc
cmd:ld
cmd:libtoolize
cmd:make
cmd:nasm
@@ -70,7 +68,7 @@ INSTALL()
rm -rf $appsDir
mv $prefix/games $appsDir
cp Maelstrom Maelstrom-netd $appsDir/Maelstrom/
cp Maelstrom Maelstrom-netd $appsDir/Maelstrom
addAppDeskbarSymlink $appsDir/Maelstrom/Maelstrom Maelstrom
addAppDeskbarSymlink $appsDir/Maelstrom/Maelstrom
}