mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Corrected .recipe file
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="Pipepanic is a pipe connecting game using libSDL. Connect as many d
|
||||
HOMEPAGE="http://www.users.waitrose.com/~thunor/pipepanic/"
|
||||
SRC_URI="git+https://github.com/MrPoxipol/pipepanic-haiku.git"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="Copyright (c) Thunor 2005-2013"
|
||||
COPYRIGHT="2005-2013 Thunor"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -17,15 +17,15 @@ REQUIRES="
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
haiku_devel >= $haikuVersion
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -36,15 +36,6 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/Pipepanic
|
||||
cp pipepanic $appsDir/Pipepanic/pipepanic
|
||||
cp ascii15.bmp $appsDir/Pipepanic/ascii15.bmp
|
||||
cp ascii30.bmp $appsDir/Pipepanic/ascii30.bmp
|
||||
cp digits24.bmp $appsDir/Pipepanic/digits24.bmp
|
||||
cp digits48.bmp $appsDir/Pipepanic/digits48.bmp
|
||||
cp tiles24.bmp $appsDir/Pipepanic/tiles24.bmp
|
||||
cp tiles48.bmp $appsDir/Pipepanic/tiles48.bmp
|
||||
cp pipepanic.png $appsDir/Pipepanic/pipepanic.png
|
||||
cp pipepanic ascii15.bmp ascii30.bmp digits24.bmp digits48.bmp tiles24.bmp tiles48.bmp pipepanic.png $appsDir/Pipepanic/
|
||||
addAppDeskbarSymlink $appsDir/Pipepanic/pipepanic
|
||||
}
|
||||
|
||||
# no TEST script available
|
||||
}
|
||||
Reference in New Issue
Block a user