mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix ordering
This commit is contained in:
@@ -2,16 +2,15 @@ SUMMARY="A C library for reading, creating, and modifying zip archives"
|
||||
DESCRIPTION="libzip is a C library for reading, creating, and modifying zip \
|
||||
archives."
|
||||
HOMEPAGE="http://www.nih.at/libzip/"
|
||||
COPYRIGHT="1999-2012 Dieter Baron and Thomas Klausner"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.nih.at/libzip/libzip-0.10.1.tar.bz2"
|
||||
CHECKSUM_SHA256="5b1eaf60968cb22df49d73bcaa759961fb27451917ac76b275374c2ed260ce92"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SOURCE_URI="http://www.nih.at/libzip/libzip-0.10.1.tar.bz2"
|
||||
CHECKSUM_SHA256="5b1eaf60968cb22df49d73bcaa759961fb27451917ac76b275374c2ed260ce92"
|
||||
COPYRIGHT="1999-2012 Dieter Baron and Thomas Klausner"
|
||||
|
||||
PROVIDES="
|
||||
libzip${secondaryArchSuffix} = $portVersion
|
||||
lib:libzip${secondaryArchSuffix} = $portVersion
|
||||
@@ -23,6 +22,7 @@ REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libz${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libzip${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libzip$secondaryArchSuffix = $portVersion
|
||||
@@ -30,6 +30,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libzip$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz${secondaryArchSuffix}
|
||||
|
||||
@@ -2,16 +2,15 @@ SUMMARY="A C library for reading, creating, and modifying zip archives"
|
||||
DESCRIPTION="libzip is a C library for reading, creating, and modifying zip \
|
||||
archives."
|
||||
HOMEPAGE="http://www.nih.at/libzip/"
|
||||
COPYRIGHT="1999-2012 Dieter Baron and Thomas Klausner"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.nih.at/libzip/libzip-0.11.2.tar.gz"
|
||||
CHECKSUM_SHA256="83db1fb43a961ff7d1d1b50e1c6bea09c67e6af867686d1fc92ecb7dc6cf98d5"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SOURCE_URI="http://www.nih.at/libzip/libzip-0.11.2.tar.gz"
|
||||
CHECKSUM_SHA256="83db1fb43a961ff7d1d1b50e1c6bea09c67e6af867686d1fc92ecb7dc6cf98d5"
|
||||
COPYRIGHT="1999-2012 Dieter Baron and Thomas Klausner"
|
||||
|
||||
PROVIDES="
|
||||
libzip${secondaryArchSuffix} = $portVersion
|
||||
lib:libzip${secondaryArchSuffix} = $portVersion
|
||||
@@ -23,6 +22,7 @@ REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libz${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libzip${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libzip$secondaryArchSuffix = $portVersion
|
||||
@@ -30,6 +30,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
libzip$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libz${secondaryArchSuffix}
|
||||
|
||||
Reference in New Issue
Block a user