mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
alienblaster, fix references to libSDL* (#3955)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user