mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
rocksndiamonds: bump version (#1216)
This commit is contained in:
committed by
Jérôme Duval
parent
d42994cee7
commit
d3b0d85ea0
@@ -13,7 +13,7 @@ COPYRIGHT="2001-2017 Artsoft Entertainment"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="8649a450419d9cee2ffd9463cae65e7ebcbbf48c2cc945a85d91bbcdd9be3249"
|
||||
CHECKSUM_SHA256="64dd10e8e543a2ff111475243c8360f4009bcf186af34f4c95d36eafe836f637"
|
||||
ADDITIONAL_FILES="rocksndiamonds.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -48,14 +48,15 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make sdl RW_GAME_DIR=$settingsDir/rocksndiamonds
|
||||
make #RW_GAME_DIR=$settingsDir/rocksndiamonds
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
destdir=$appsDir/"Rocks'n'Diamonds"
|
||||
mkdir -p $destdir
|
||||
cp -r rocksndiamonds sounds graphics levels music $destdir
|
||||
cp -r rocksndiamonds docs sounds graphics levels music $destdir
|
||||
cp ChangeLog CREDITS $destdir
|
||||
|
||||
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
||||
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
|
||||
@@ -71,5 +72,7 @@ INSTALL()
|
||||
addResourcesToBinaries rocksndiamonds.rdef \
|
||||
$destdir/rocksndiamonds
|
||||
|
||||
addAppDeskbarSymlink $destdir/rocksndiamonds "Rocks'n'Diamonds"
|
||||
mv $destdir/rocksndiamonds $destdir/RocksnDiamonds
|
||||
|
||||
addAppDeskbarSymlink $destdir/RocksnDiamonds "Rocks'n'Diamonds"
|
||||
}
|
||||
Reference in New Issue
Block a user