mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fix ordering
This commit is contained in:
@@ -3,15 +3,17 @@ DESCRIPTION="
|
||||
DjVu is a web-centric format and software platform for distributing documents \
|
||||
and images."
|
||||
HOMEPAGE="http://djvulibre.sourceforge.net/"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002 Leon Bottou and Yann Le Cun.
|
||||
2001 AT&T
|
||||
1999-2001 LizardTech, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.25/djvulibre-3.5.25.2.tar.gz"
|
||||
CHECKSUM_SHA256="619becf24cf2b9289d5102a19bb81424f68008f90ded841085f07c32e5d48158"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SOURCE_DIR="djvulibre-3.5.25"
|
||||
PATCHES="djvulibre-3.5.25.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -37,7 +39,6 @@ PROVIDES="
|
||||
cmd:djvuxmlparser$secondaryArchSuffix = $portVersion compat >= 3.5
|
||||
lib:libdjvulibre$secondaryArchSuffix = $portVersion compat >= 3.5
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
@@ -45,12 +46,19 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
djvulibre${secondaryArchSuffix}_devel = $portVersion compat >= 3.5
|
||||
devel:libdjvulibre$secondaryArchSuffix = $portVersion compat >= 3.5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
djvulibre$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:make
|
||||
@@ -61,19 +69,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:libtool
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
djvulibre${secondaryArchSuffix}_devel = $portVersion compat >= 3.5
|
||||
devel:libdjvulibre$secondaryArchSuffix = $portVersion compat >= 3.5
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
djvulibre$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
SOURCE_DIR="djvulibre-3.5.25"
|
||||
|
||||
PATCHES="djvulibre-3.5.25.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
aclocal
|
||||
|
||||
Reference in New Issue
Block a user