From c7c05bcb651e2c5e4c7d2c544c768a3ea4bbb959 Mon Sep 17 00:00:00 2001 From: MrPoxipol Date: Sun, 8 Dec 2013 18:30:12 +0100 Subject: [PATCH] Added pipepanic game .recipe --- games-kids/pipepanic/pipepanic-0.1.3.recipe | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 games-kids/pipepanic/pipepanic-0.1.3.recipe diff --git a/games-kids/pipepanic/pipepanic-0.1.3.recipe b/games-kids/pipepanic/pipepanic-0.1.3.recipe new file mode 100644 index 000000000..c718cd2b2 --- /dev/null +++ b/games-kids/pipepanic/pipepanic-0.1.3.recipe @@ -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"