mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
bumprace, fix references to libSDL* (#3956)
This commit is contained in:
@@ -5,7 +5,7 @@ simple rules!"
|
||||
HOMEPAGE="http://www.linux-games.com/bumprace/"
|
||||
COPYRIGHT="2016 Karl Bartel, Skaven"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://mirror.amdmi3.ru/distfiles/bumprace/$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7ec7924982196a0c19a801cb32843ff0b0c76084a9712b1a8ba38002bae3b665"
|
||||
SOURCE_FILENAME="bumprace-$portVersion.tar.bz2"
|
||||
@@ -22,18 +22,18 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libsdl_image$secondaryArchSuffix
|
||||
lib:libsdl_mixer$secondaryArchSuffix
|
||||
lib:libSDL_1.2$secondaryArchSuffix
|
||||
lib:libSDL_image_1.2$secondaryArchSuffix
|
||||
lib:libSDL_mixer_1.2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libsdl_image$secondaryArchSuffix
|
||||
devel:libsdl_mixer$secondaryArchSuffix
|
||||
devel:libSDL$secondaryArchSuffix
|
||||
devel:libSDL_image$secondaryArchSuffix
|
||||
devel:libSDL_mixer$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -50,8 +50,9 @@ BUILD()
|
||||
{
|
||||
aclocal
|
||||
automake --add-missing
|
||||
sed -i 's/-lm//g' configure
|
||||
./configure --prefix=$appsDir/BumpRace
|
||||
autoconf
|
||||
runConfigure --omit-dirs binDir \
|
||||
./configure --bindir=$appsDir
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -60,7 +61,6 @@ INSTALL()
|
||||
mkdir -p $manDir/man6
|
||||
make install
|
||||
cp -f bumprace.6 $manDir/man6
|
||||
mv $appsDir/BumpRace/bin/bumprace $appsDir/BumpRace/BumpRace
|
||||
rm -r $appsDir/BumpRace/bin
|
||||
addAppDeskbarSymlink $appsDir/BumpRace/BumpRace BumpRace
|
||||
mv $appsDir/bumprace $appsDir/BumpRace
|
||||
addAppDeskbarSymlink $appsDir/BumpRace
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user