From 701619388221e77be0ca07e87e5742258ae7c928 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sat, 24 May 2014 18:21:53 +0200 Subject: [PATCH] Capitalize name to "Pipepanic". --- games-kids/pipepanic/pipepanic-0.1.3.recipe | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/games-kids/pipepanic/pipepanic-0.1.3.recipe b/games-kids/pipepanic/pipepanic-0.1.3.recipe index 008eaee6d..766366857 100644 --- a/games-kids/pipepanic/pipepanic-0.1.3.recipe +++ b/games-kids/pipepanic/pipepanic-0.1.3.recipe @@ -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 }