maelstrom, fix reference to libSDL* (#3970)

This commit is contained in:
Schrijvers Luc
2019-07-08 23:52:59 +02:00
committed by waddlesplash
parent 9a63f93b31
commit 53f6ca5ea5
2 changed files with 36 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ home..."
HOMEPAGE="http://www.libsdl.org/projects/Maelstrom"
COPYRIGHT="1996-2005 Sam Lantinga"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://www.libsdl.org/projects/Maelstrom/src/Maelstrom-$portVersion.tar.gz"
CHECKSUM_SHA256="e7983c2c7376cdcca1944db1706d92aedd529638cf13358c88a60df982ba7b46"
SOURCE_DIR="Maelstrom-$portVersion"
@@ -27,15 +27,16 @@ ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
maelstrom = $portVersion
app:Maelstrom
cmd:Maelstrom_netd$secondaryArchSuffix
"
REQUIRES="
haiku
lib:libsdl
lib:libSDL_1.2
lib:libSDL_net_1.2
"
BUILD_REQUIRES="
devel:libsdl
devel:libSDL
devel:libSDL_net
"
BUILD_PREREQUIRES="
@@ -64,11 +65,11 @@ BUILD()
INSTALL()
{
mkdir -p $binDir
make install
rm -rf $appsDir
mv $prefix/games $appsDir
cp Maelstrom Maelstrom-netd $appsDir/Maelstrom
cp Maelstrom $appsDir/Maelstrom/
cp Maelstrom-netd $binDir
addAppDeskbarSymlink $appsDir/Maelstrom/Maelstrom
}