mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Maelstrom: enable x86_64
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user