DjVuTranslator: add secondary arch support

* update to the latest commit
This commit is contained in:
Sergei Reznikov
2015-03-29 14:51:12 +03:00
parent 5d0ac6dfb5
commit c1a9d52c7f

View File

@@ -8,31 +8,31 @@ background/images, progressive loading, arithmetic coding, and lossy \
compression for bitonal (monochrome) images. This allows for high-quality, \
readable images to be stored in a minimum of space, so that they can be made \
available on the web."
LICENSE="GNU GPL v2"
COPYRIGHT="2005-2013 3dEyes"
COPYRIGHT="2005-2015 3dEyes**"
HOMEPAGE="http://haikuware.ru/software/djvuviewer"
SRC_URI="git+https://github.com/threedeyes/DjVuViewer#358f1b5"
REVISION="1"
SRC_URI="git+https://github.com/threedeyes/DjVuViewer#524f235"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
djvutranslator = $portVersion
addon:DjVuTranslator = $portVersion
djvutranslator$secondaryArchSuffix = $portVersion
addon:DjVuTranslator$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku
lib:libdjvulibre
haiku$secondaryArchSuffix
lib:libdjvulibre$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku_devel
devel:libdjvulibre
haiku${secondaryArchSuffix}_devel
devel:libdjvulibre$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:g++
cmd:g++$secondaryArchSuffix
cmd:make
"