mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Added pipepanic game .recipe
This commit is contained in:
36
games-kids/pipepanic/pipepanic-0.1.3.recipe
Normal file
36
games-kids/pipepanic/pipepanic-0.1.3.recipe
Normal 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"
|
||||
Reference in New Issue
Block a user