mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
opentyrian, fix references to libSDL*, don't use -Werror (#4037)
* opentyrian, fix references to libSDL*
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user