mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fix ordering
This commit is contained in:
@@ -4,18 +4,17 @@ SDL is used. Free Heroes 2 is a turn based strategy video game.
|
||||
The original game was voted the sixth best PC game of all time by PC Gamer \
|
||||
magazine in May 1997."
|
||||
HOMEPAGE="http://sourceforge.net/projects/fheroes2/"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2006-2013 Andrey Afletdinov"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sourceforge.net/projects/fheroes2/files/fheroes2/fheroes2-src-r3182.tgz/download"
|
||||
CHECKSUM_SHA256="1a64dafc5b9e6c37683509f151fa7fdbc6fe0ad95da437a15d275f24b93bda2e"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="fheroes-src"
|
||||
PATCHES="fheroes2-r3182.patch"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="fheroes2-r3182.patch"
|
||||
|
||||
PROVIDES="
|
||||
fheroes2$secondaryArchSuffix = $portVersion
|
||||
app:fheroes2$secondaryArchSuffix = $portVersion
|
||||
@@ -34,6 +33,7 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user