Fixed recipe for rezerwar game. All working.

This commit is contained in:
MrPoxipol
2013-12-14 00:49:01 +00:00
parent bc4c346e67
commit 642f7d396f
2 changed files with 40 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
lib:libsdl$secondaryArchSuffix
lib:sdl_mixer$secondaryArchSuffix
lib:libsdl_mixer$secondaryArchSuffix
"
BUILD_REQUIRES="
@@ -35,6 +35,10 @@ BUILD_PREREQUIRES="
cmd:sdl_config$secondaryArchSuffix
"
PATCHES="
rezerwar-0.4.2.patch
"
BUILD()
{
configure
@@ -44,7 +48,8 @@ BUILD()
INSTALL()
{
mkdir -p $appsDir/rezerwar
cp -r --copy-contents rezerwar $appsDir/rezerwar
cp -r data $appsDir/rezerwar
#cp -r rezerwar $appsDir/rezerwar
cp src/rezerwar $appsDir/rezerwar/rezerwar
addAppDeskbarSymlink $appsDir/rezerwar/rezerwar "Rezerwar"