mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fixed pipepanic .recipe file.
This commit is contained in:
@@ -1,36 +1,50 @@
|
|||||||
|
SUMMARY="A SDL Pipepanic game."
|
||||||
DESCRIPTION="Pipepanic is a pipe connecting game using libSDL. Connect as many different shaped pipes together as possible within the time given. "
|
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/"
|
HOMEPAGE="http://www.users.waitrose.com/~thunor/pipepanic/"
|
||||||
SRC_URI="http://files.prochsoft.cba.pl/haiku/pipepanic-0.1.3-src.zip"
|
SRC_URI="git+https://github.com/MrPoxipol/pipepanic-haiku.git"
|
||||||
CHECKSUM_MD5="96EAD956431A7E391659D83D97AF6653"
|
LICENSE="GNU GPL v2"
|
||||||
|
COPYRIGHT="Copyright (c) Thunor 2005-2013"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
STATUS_HAIKU="unstable"
|
ARCHITECTURES="x86_gcc2 x86"
|
||||||
DEPEND="libsdl"
|
|
||||||
|
PROVIDES="
|
||||||
|
pipepanic = $portVersion
|
||||||
|
app:pipepanic = $portVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
REQUIRES="
|
||||||
|
haiku$secondaryArchSuffix >= $haikuVersion
|
||||||
|
lib:libsdl$secondaryArchSuffix
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||||
|
haiku_devel >= $haikuVersion
|
||||||
|
cmd:gcc$secondaryArchSuffix
|
||||||
|
cmd:make
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
devel:libsdl$secondaryArchSuffix
|
||||||
|
"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
unzip pipepanic-0.1.3-src.zip
|
|
||||||
cd pipepanic-0.1.3-src
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
mkdir bundle
|
mkdir -p $appsDir/Pipepanic
|
||||||
mv pipepanic bundle/pipepanic
|
cp pipepanic $appsDir/Pipepanic/pipepanic
|
||||||
mv ascii15.bmp bundle/ascii15.bmp
|
cp ascii15.bmp $appsDir/Pipepanic/ascii15.bmp
|
||||||
mv ascii30.bmp bundle/ascii30.bmp
|
cp ascii30.bmp $appsDir/Pipepanic/ascii30.bmp
|
||||||
mv digits24.bmp bundle/digits24.bmp
|
cp digits24.bmp $appsDir/Pipepanic/digits24.bmp
|
||||||
mv digits48.bmp bundle/digits48.bmp
|
cp digits48.bmp $appsDir/Pipepanic/digits48.bmp
|
||||||
mv tiles24.bmp bundle/tiles24.bmp
|
cp tiles24.bmp $appsDir/Pipepanic/tiles24.bmp
|
||||||
mv tiles48.bmp bundle/tiles48.bmp
|
cp tiles48.bmp $appsDir/Pipepanic/tiles48.bmp
|
||||||
mv pipepanic.png bundle/pipepanic.png
|
cp pipepanic.png $appsDir/Pipepanic/pipepanic.png
|
||||||
make clean
|
addAppDeskbarSymlink $appsDir/Pipepanic/pipepanic
|
||||||
|
|
||||||
mkdir /boot/home/apps
|
|
||||||
mv bundle /boot/home/apps/Pipepanic
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# no TEST script available
|
# no TEST script available
|
||||||
|
|
||||||
COPYRIGHT="Copyright (c) Thunor 2005-2013"
|
|
||||||
LICENSE="GNU GPL v2"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user