diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907.recipe b/games-arcade/opentyrian/opentyrian-2.1.20130907.recipe index aa83c3c33..f1c3873f4 100644 --- a/games-arcade/opentyrian/opentyrian-2.1.20130907.recipe +++ b/games-arcade/opentyrian/opentyrian-2.1.20130907.recipe @@ -8,7 +8,7 @@ free availability of his Tyrian artwork under generic liberal terms." HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/" COPYRIGHT="OpenTyrian Team" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="http://www.camanis.net/opentyrian/releases/opentyrian-$portVersion-src.tar.gz" CHECKSUM_SHA256="f54b6b3cedcefa187c9f605d6164aae29ec46a731a6df30d351af4c008dee45f" SOURCE_DIR="opentyrian-$portVersion" @@ -24,14 +24,14 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix opentyrian_data - lib:libSDL$secondaryArchSuffix - lib:libsdl_net$secondaryArchSuffix + lib:libSDL_1.2$secondaryArchSuffix + lib:libSDL_net_1.2$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libsdl$secondaryArchSuffix - devel:libsdl_net$secondaryArchSuffix + devel:libSDL$secondaryArchSuffix + devel:libSDL_net$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix @@ -41,12 +41,13 @@ BUILD_PREREQUIRES=" BUILD() { - make $jobArgs + make $jobArgs release } INSTALL() { - mkdir -p $appsDir/OpenTyrian + mkdir -p $appsDir/OpenTyrian $manDir/man6 cp opentyrian* $appsDir/OpenTyrian/OpenTyrian + cp linux/man/opentyrian.6 $manDir/man6 addAppDeskbarSymlink $appsDir/OpenTyrian/OpenTyrian OpenTyrian }