mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Merged in humdinger/haikuports (pull request #176)
Capitalize name to "Pipepanic"
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
SUMMARY="A pipe connecting game."
|
||||
DESCRIPTION="
|
||||
Pipepanic is a pipe connecting game using libSDL. Connect as many different \
|
||||
DESCRIPTION="Pipepanic is a pipe connecting game using libSDL. Connect as many different \
|
||||
shaped pipes together as possible within the time given.
|
||||
"
|
||||
HOMEPAGE="http://www.users.waitrose.com/~thunor/pipepanic/"
|
||||
@@ -9,25 +8,22 @@ CHECKSUM_SHA256="4b02249c92228b03f4cc3c1d999cacf3fe52c16df53c6bf76fc6c1e2caa7431
|
||||
SOURCE_DIR="pipepanic-0.1.3-source"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2013 Thunor"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
pipepanic = $portVersion
|
||||
app:pipepanic = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -46,6 +42,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/Pipepanic
|
||||
cp pipepanic ascii15.bmp ascii30.bmp digits24.bmp digits48.bmp tiles24.bmp tiles48.bmp $appsDir/Pipepanic/
|
||||
addAppDeskbarSymlink $appsDir/Pipepanic/pipepanic "Pipepanic"
|
||||
cp pipepanic $appsDir/Pipepanic/Pipepanic
|
||||
cp ascii15.bmp ascii30.bmp digits24.bmp digits48.bmp tiles24.bmp tiles48.bmp $appsDir/Pipepanic/
|
||||
addAppDeskbarSymlink $appsDir/Pipepanic/Pipepanic
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user