mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
libgsasl: re-ordered blocks
This commit is contained in:
@@ -8,10 +8,8 @@ Supported mechanisms are ANONYMOUS, EXTERNAL, LOGIN, PLAIN, SECURID, NTLM, \
|
|||||||
DIGEST-MD5, CRAM-MD5, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, GS2-KRB5, GSSAPI."
|
DIGEST-MD5, CRAM-MD5, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, GS2-KRB5, GSSAPI."
|
||||||
HOMEPAGE="http://www.gnu.org/software/gsasl"
|
HOMEPAGE="http://www.gnu.org/software/gsasl"
|
||||||
COPYRIGHT="2004-2012 Simon Josefsson"
|
COPYRIGHT="2004-2012 Simon Josefsson"
|
||||||
LICENSE="
|
LICENSE="GNU GPL v3
|
||||||
GNU GPL v3
|
GNU LGPL v3"
|
||||||
GNU LGPL v3
|
|
||||||
"
|
|
||||||
SOURCE_URI="ftp://ftp.gnu.org/gnu/gsasl/libgsasl-$portVersion.tar.gz"
|
SOURCE_URI="ftp://ftp.gnu.org/gnu/gsasl/libgsasl-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="3adfb49f9c92a719dea855fd1840d698cde55d4648d332a69032ba8bea207720"
|
CHECKSUM_SHA256="3adfb49f9c92a719dea855fd1840d698cde55d4648d332a69032ba8bea207720"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
@@ -22,9 +20,18 @@ PROVIDES="
|
|||||||
libgsasl$secondaryArchSuffix = $portVersion
|
libgsasl$secondaryArchSuffix = $portVersion
|
||||||
lib:libgsasl$secondaryArchSuffix = $portVersion
|
lib:libgsasl$secondaryArchSuffix = $portVersion
|
||||||
"
|
"
|
||||||
|
PROVIDES_devel="
|
||||||
|
libgsasl${secondaryArchSuffix}_devel = $portVersion
|
||||||
|
devel:libgsasl$secondaryArchSuffix = $portVersion
|
||||||
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
REQUIRES_devel="
|
||||||
|
libgsasl$secondaryArchSuffix == $portVersion base
|
||||||
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
"
|
"
|
||||||
@@ -52,13 +59,3 @@ INSTALL()
|
|||||||
packageEntries devel \
|
packageEntries devel \
|
||||||
$developDir
|
$developDir
|
||||||
}
|
}
|
||||||
|
|
||||||
# ----- devel package -------------------------------------------------------
|
|
||||||
|
|
||||||
PROVIDES_devel="
|
|
||||||
libgsasl${secondaryArchSuffix}_devel = $portVersion
|
|
||||||
devel:libgsasl$secondaryArchSuffix = $portVersion
|
|
||||||
"
|
|
||||||
REQUIRES_devel="
|
|
||||||
libgsasl$secondaryArchSuffix == $portVersion base
|
|
||||||
"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user