alienblaster, fix references to libSDL* (#3955)

This commit is contained in:
Schrijvers Luc
2019-06-23 15:20:37 +02:00
committed by GitHub
parent 0194a943cf
commit aa07579cd3

View File

@@ -4,7 +4,7 @@ invasion of the aliens and blast them!"
HOMEPAGE="http://www.schwardtnet.de/alienblaster/"
COPYRIGHT="2004 Paul Grathwol, Arne Hormann, Daniel Kuhn, Sonke Schwardt"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://www.schwardtnet.de/alienblaster/archives/alienblaster-1.1.0.tgz"
CHECKSUM_SHA256="c4081548c05acdd92df4d721c556f6f2c18a60e2bf5c513cb18690ad9d769980"
SOURCE_DIR="alienblaster"
@@ -13,19 +13,19 @@ PATCHES="alienblaster-1.1.0.patch"
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
PROVIDES="
alienBlaster = $portVersion
cmd:alienBlaster = $portVersion
alienblaster = $portVersion
app:AlienBlaster = $portVersion
"
REQUIRES="
haiku
lib:libsdl
lib:libsdl_mixer
lib:libSDL_1.2
lib:libSDL_mixer_1.2
"
BUILD_REQUIRES="
haiku_devel
devel:libsdl
devel:libsdl_mixer
devel:libSDL
devel:libSDL_mixer
"
BUILD_PREREQUIRES="
cmd:gcc
@@ -41,9 +41,9 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir/AlienBlaster
cp -af alienBlaster $appsDir/AlienBlaster
cp -af alienBlaster $appsDir/AlienBlaster/AlienBlaster
cp -af sound $appsDir/AlienBlaster
cp -af images $appsDir/AlienBlaster
cp -af cfg $appsDir/AlienBlaster
addAppDeskbarSymlink $appsDir/AlienBlaster/alienBlaster AlienBlaster
addAppDeskbarSymlink $appsDir/AlienBlaster/AlienBlaster
}