mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -2,16 +2,15 @@ SUMMARY="Reads and writes MNG images"
|
||||
DESCRIPTION="LibMNG reads and writes MNG format image files, a PNG-like image \
|
||||
format supporting multiple image, animation and transparent JPEG."
|
||||
HOMEPAGE="http://www.libmng.com"
|
||||
COPYRIGHT="2000-2007 Gerard Juyn"
|
||||
LICENSE="LIBMNG"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/libmng/files/libmng-devel/$portVersion/libmng-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="4a462fdd48d4bc82c1d7a21106c8a18b62f8cc0042454323058e6da0dbb57dd3"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SOURCE_URI="http://sourceforge.net/projects/libmng/files/libmng-devel/$portVersion/libmng-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="4a462fdd48d4bc82c1d7a21106c8a18b62f8cc0042454323058e6da0dbb57dd3"
|
||||
COPYRIGHT="2000-2007 Gerard Juyn"
|
||||
|
||||
PROVIDES="
|
||||
libmng$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libmng$secondaryArchSuffix = 2.0.2 compat >= 2
|
||||
@@ -21,6 +20,7 @@ REQUIRES="
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libmng${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
devel:libmng$secondaryArchSuffix = 2.0.2 compat >= 2
|
||||
@@ -28,6 +28,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libmng$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user