mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libassuan: bump version.
This commit is contained in:
@@ -4,33 +4,45 @@ Libassuan is a small library implementing the so-called Assuan protocol. \
|
||||
This protocol is used for IPC between most newer GnuPG components. \
|
||||
Both, server and client side functions are provided.
|
||||
"
|
||||
COPYRIGHT="2003-2013 g10 Code GmbH"
|
||||
LICENSE="
|
||||
GNU GPL v3
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
COPYRIGHT="2003-2013 g10 Code GmbH"
|
||||
REVISION="1"
|
||||
HOMEPAGE="http://www.gnupg.org/related_software/libassuan/index.en.html"
|
||||
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71"
|
||||
REVISION="2"
|
||||
CHECKSUM_SHA256="9e69a102272324de0bb56025779f84fd44901afcc6eac51505f6a63ea5737ca1"
|
||||
PATCHES="libassuan-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libassuan$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libassuan$secondaryArchSuffix = 0.7.3 compat >= 0
|
||||
lib:libassuan$secondaryArchSuffix = 0.7.4 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgpg_error${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
PROVIDES_devel="
|
||||
libassuan${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
cmd:libassuan_config$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libassuan$secondaryArchSuffix = 0.7.4 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libassuan$secondaryArchSuffix == $portVersion
|
||||
devel:libgpg_error${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgpg_error$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:awk
|
||||
@@ -41,8 +53,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="libassuan-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoconf
|
||||
@@ -72,14 +82,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir $binDir/libassuan-config
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libassuan${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
cmd:libassuan_config$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libassuan$secondaryArchSuffix = 0.7.3 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libassuan$secondaryArchSuffix == $portVersion
|
||||
devel:libgpg_error${secondaryArchSuffix}
|
||||
"
|
||||
Reference in New Issue
Block a user