opentyrian, fix references to libSDL*, don't use -Werror (#4037)

* opentyrian, fix references to libSDL*
This commit is contained in:
Schrijvers Luc
2019-07-26 16:02:59 +02:00
committed by GitHub
parent 3cb194ee09
commit f465412fb5

View File

@@ -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
}