mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
vcmi: fix data path.
* add dependency on innoextract for vcmibuilder.
This commit is contained in:
@@ -8,12 +8,12 @@ You'll require the original game files to use this port."
|
||||
HOMEPAGE="https://vcmi.eu"
|
||||
COPYRIGHT="2005-2017 VCMI Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="https://github.com/vcmi/vcmi/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b7f2459d7e054c8bdcf419cbb80040e751d3dbb06dc1113ac28f7365930f902e"
|
||||
PATCHES="vcmi-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -28,6 +28,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:innoextract
|
||||
lib:libavcodec$secondaryArchSuffix
|
||||
lib:libboost_filesystem$secondaryArchSuffix
|
||||
lib:libboost_program_options$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user