mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
bumprace, bump version (#2640)
This commit is contained in:
committed by
waddlesplash
parent
2aa2dac17c
commit
e4bb48a213
@@ -3,12 +3,13 @@ DESCRIPTION="BumpRace is a simple arcade game. You've to get from the start \
|
||||
to the finish line without crashing into deadly blocks. This game has really \
|
||||
simple rules!"
|
||||
HOMEPAGE="http://www.linux-games.com/bumprace/"
|
||||
COPYRIGHT="2007 Karl Bartel, Skaven"
|
||||
COPYRIGHT="2016 Karl Bartel, Skaven"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://bitbucket.org/karlb/bumprace/get/1.5.5.tar.gz"
|
||||
CHECKSUM_SHA256="ccc9841f17948b2a3fe3ff90c738029921d1794608ca5cf22f1b15a556bd746f"
|
||||
SOURCE_DIR="karlb-bumprace-034aca498e89"
|
||||
SOURCE_URI="https://mirror.amdmi3.ru/distfiles/bumprace/$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7ec7924982196a0c19a801cb32843ff0b0c76084a9712b1a8ba38002bae3b665"
|
||||
SOURCE_FILENAME="bumprace-$portVersion.tar.bz2"
|
||||
SOURCE_DIR="karlb-bumprace-047c7a593bcc"
|
||||
|
||||
PATCHES="karlb-bumprace-$portVersion.patch"
|
||||
|
||||
@@ -42,7 +43,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
@@ -57,7 +58,9 @@ BUILD()
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user