slimevolley, fix reference to libSDL*, enable x86_64 (#4068)

This commit is contained in:
Schrijvers Luc
2019-07-29 06:54:02 +02:00
committed by Jérôme Duval
parent 22ee87ccc4
commit b1d865ef04

View File

@@ -6,7 +6,7 @@ play against the computer."
HOMEPAGE="http://slime.tuxfamily.org/"
COPYRIGHT="2008-2014 VinDuv, McMic"
LICENSE="GNU GPL v3"
REVISION="4"
REVISION="5"
SOURCE_URI="http://slime.tuxfamily.org/down.php?id=1&os=src"
CHECKSUM_SHA256="be8f461c6f1188ba709b1fbcbe64edffca4b8eb358bd2ed8825f8ebf30e660d3"
SOURCE_FILENAME="slimevolley-$portVersion.tar.bz2"
@@ -14,7 +14,7 @@ SOURCE_DIR="slimevolley"
PATCHES="slimevolley-2.4.2.patchset"
ADDITIONAL_FILES="slimevolley.rdef"
ARCHITECTURES="x86_gcc2"
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
USER_SETTINGS_FILES="
settings/Slime_Volley
@@ -27,19 +27,19 @@ PROVIDES="
REQUIRES="
haiku
lib:libintl
lib:libsdl
lib:libsdl_image
lib:libsdl_net_1.2
lib:libsdl_ttf
lib:libSDL_1.2
lib:libSDL_image_1.2
lib:libSDL_net_1.2
lib:libSDL_ttf_2.0
"
BUILD_REQUIRES="
haiku_devel
devel:libintl
devel:libsdl
devel:libsdl_image
devel:libsdl_net_1.2
devel:libsdl_ttf
devel:libSDL
devel:libSDL_image
devel:libSDL_net
devel:libSDL_ttf
"
BUILD_PREREQUIRES="
cmd:cmake
@@ -64,7 +64,7 @@ INSTALL()
mkdir -p $dataDir $appsDir
mv $prefix/share/locale $dataDir
rm -r $prefix/share
mv $binDir/slimevolley "$appsDir/Slime Volley"
mv $binDir/slimevolley $appsDir/"Slime Volley"
addAppDeskbarSymlink "$appsDir/Slime Volley"
addAppDeskbarSymlink $appsDir/"Slime Volley"
}