mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
slimevolley, fix reference to libSDL*, enable x86_64 (#4068)
This commit is contained in:
committed by
Jérôme Duval
parent
22ee87ccc4
commit
b1d865ef04
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user