mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
RocksnDiamonds, bump version (#2246)
This commit is contained in:
committed by
waddlesplash
parent
b42edc89a8
commit
d8ff059adf
@@ -9,11 +9,11 @@ DESCRIPTION="
|
||||
- contains levels to play Boulder Dash, Emerald Mine and Sokoban
|
||||
- lots of additional levels available (over 10.000)"
|
||||
HOMEPAGE="http://www.artsoft.org/rocksndiamonds/"
|
||||
COPYRIGHT="2001-2017 Artsoft Entertainment"
|
||||
COPYRIGHT="2001-2018 Artsoft Entertainment"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c91a0151ff415b87561409bffca3682020a1aaccfd7c44b8f20120179b9821ea"
|
||||
CHECKSUM_SHA256="5d84702810373d4b638d66f8aa82137e2d73b907032c28565a813fb00532be78"
|
||||
ADDITIONAL_FILES="rocksndiamonds.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -21,7 +21,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
rocksndiamonds$secondaryArchSuffix = $portVersion
|
||||
app:rocksndiamonds = $portVersion
|
||||
app:"Rocks'n'Diamonds" = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -53,10 +53,10 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
destdir=$appsDir/"Rocks'n'Diamonds"
|
||||
mkdir -p $destdir
|
||||
cp -r rocksndiamonds docs sounds graphics levels music $destdir
|
||||
cp ChangeLog CREDITS $destdir
|
||||
installDir=$appsDir/"Rocks'n'Diamonds"
|
||||
mkdir -p $installDir
|
||||
cp -r rocksndiamonds docs sounds graphics levels music $installDir
|
||||
cp ChangeLog CREDITS $installDir
|
||||
|
||||
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
||||
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
|
||||
@@ -70,9 +70,9 @@ INSTALL()
|
||||
$portDir/additional-files/rocksndiamonds.rdef.in > rocksndiamonds.rdef
|
||||
|
||||
addResourcesToBinaries rocksndiamonds.rdef \
|
||||
$destdir/rocksndiamonds
|
||||
$installDir/rocksndiamonds
|
||||
|
||||
mv $destdir/rocksndiamonds $destdir/RocksnDiamonds
|
||||
mv $installDir/rocksndiamonds $installDir/"Rocks'n'Diamonds"
|
||||
|
||||
addAppDeskbarSymlink $destdir/RocksnDiamonds "Rocks'n'Diamonds"
|
||||
addAppDeskbarSymlink $installDir/"Rocks'n'Diamonds"
|
||||
}
|
||||
Reference in New Issue
Block a user