vcmi: fix data path.

* add dependency on innoextract for vcmibuilder.
This commit is contained in:
Jerome Duval
2018-09-15 22:11:28 +02:00
parent 5ff46a6145
commit c57a91efa4
2 changed files with 36 additions and 12 deletions

View File

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