Added pipepanic game .recipe

This commit is contained in:
MrPoxipol
2013-12-08 18:30:12 +01:00
parent af0dd29258
commit c7c05bcb65

View File

@@ -0,0 +1,36 @@
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/"
SRC_URI="http://files.prochsoft.cba.pl/haiku/pipepanic-0.1.3-src.zip"
CHECKSUM_MD5="96EAD956431A7E391659D83D97AF6653"
REVISION="1"
STATUS_HAIKU="unstable"
DEPEND="libsdl"
BUILD()
{
unzip pipepanic-0.1.3-src.zip
cd pipepanic-0.1.3-src
make
}
INSTALL()
{
mkdir bundle
mv pipepanic bundle/pipepanic
mv ascii15.bmp bundle/ascii15.bmp
mv ascii30.bmp bundle/ascii30.bmp
mv digits24.bmp bundle/digits24.bmp
mv digits48.bmp bundle/digits48.bmp
mv tiles24.bmp bundle/tiles24.bmp
mv tiles48.bmp bundle/tiles48.bmp
mv pipepanic.png bundle/pipepanic.png
make clean
mkdir /boot/home/apps
mv bundle /boot/home/apps/Pipepanic
}
# no TEST script available
COPYRIGHT="Copyright (c) Thunor 2005-2013"
LICENSE="GNU GPL v2"