libgpg_error: bump to 1.22 and enable x86_gcc2 as 2nd arch.

This commit is contained in:
fbrosson
2016-05-05 19:54:58 +00:00
committed by Jérôme Duval
parent 2de99196b7
commit ee62127865
2 changed files with 14 additions and 10 deletions

View File

@@ -1,23 +1,22 @@
SUMMARY="A library that defines common error values"
DESCRIPTION="
This is a library that defines common error values for all GnuPG components. \
Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, \
Pinentry, SmartCard Daemon and more."
HOMEPAGE="http://www.gnupg.org/related_software/libraries.en.html#lib-libgpg-error"
COPYRIGHT="2003-2013 g10 Code GmbH"
DESCRIPTION="This is a library that defines common error values for all GnuPG \
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, Libksba, \
DirMngr, Pinentry, SmartCard Daemon and more."
HOMEPAGE="https://www.gnupg.org/related_software/libraries.en.html#lib-libgpg-error"
COPYRIGHT="2003-2016 g10 Code GmbH"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$portVersion.tar.bz2"
CHECKSUM_SHA256="b7dbdb3cad63a740e9f0c632a1da32d4afdb694ec86c8625c98ea0691713b84d"
CHECKSUM_SHA256="f2a04ee6317bdb41a625bea23fdc7f0b5a63fb677f02447c647ed61fb9e69d7b"
SOURCE_DIR="libgpg-error-$portVersion"
PATCHES="libgpg_error-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
libgpg_error$secondaryArchSuffix = $portVersion compat >= 1
lib:libgpg_error$secondaryArchSuffix = 0.17.0 compat >= 0
lib:libgpg_error$secondaryArchSuffix = 0.18.0 compat >= 0
cmd:gpg_error$secondaryArchSuffix = $portVersion compat >= 1
"
REQUIRES="
@@ -27,7 +26,7 @@ REQUIRES="
PROVIDES_devel="
libgpg_error${secondaryArchSuffix}_devel = $portVersion compat >= 1
cmd:gpg_error_config$secondaryArchSuffix = $portVersion compat >= 1
devel:libgpg_error$secondaryArchSuffix = 0.17.0 compat >= 0
devel:libgpg_error$secondaryArchSuffix = 0.18.0 compat >= 0
"
REQUIRES_devel="
libgpg_error$secondaryArchSuffix == $portVersion
@@ -57,3 +56,8 @@ INSTALL()
packageEntries devel \
$developDir $binDir/gpg-error-config
}
TEST()
{
make check
}