mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
swars, move to libpng16, fix reference to libSDL (#4036)
disable x86_64
This commit is contained in:
committed by
Jérôme Duval
parent
c80ea6b5c9
commit
671fa8b9de
@@ -15,8 +15,7 @@ mouse actions.
|
||||
|
||||
Check the 'documentation/packages/swars/ReadmeHaiku' on how to play"
|
||||
HOMEPAGE="http://swars.vexillium.org/"
|
||||
COPYRIGHT="
|
||||
2010 Unavowed
|
||||
COPYRIGHT="2010 Unavowed
|
||||
2010 Gynvael Coldwind
|
||||
2010 Memek
|
||||
2010 oshogbo
|
||||
@@ -24,14 +23,14 @@ COPYRIGHT="
|
||||
2010 Xa
|
||||
"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://swars.vexillium.org/files/swars-0.3.tar.bz2"
|
||||
CHECKSUM_SHA256="01f44e5b792d41b138d361d04810a875cfa5f897c642a2b13d0dde633fabdacb"
|
||||
SOURCE_DIR="swars-$portVersion"
|
||||
PATCHES="swars_x86-0.3.patchset"
|
||||
ADDITIONAL_FILES="ReadmeHaiku"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 !x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -43,18 +42,20 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libopenal$secondaryArchSuffix
|
||||
lib:libpng15$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libSDL_1.2$secondaryArchSuffix
|
||||
lib:libvorbisfile$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
devel:libopenal$secondaryArchSuffix
|
||||
devel:libpng15$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libSDL$secondaryArchSuffix
|
||||
devel:libvorbisfile$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
|
||||
Reference in New Issue
Block a user