mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fix ordering
This commit is contained in:
@@ -4,12 +4,15 @@ 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.
|
||||
"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2003-2013 g10 Code GmbH"
|
||||
HOMEPAGE="http://www.gnupg.org/related_software/libraries.en.html#lib-libgpg-error"
|
||||
COPYRIGHT="2003-2013 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"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="libgpg-error-$portVersion"
|
||||
PATCHES="libgpg_error-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -18,25 +21,28 @@ PROVIDES="
|
||||
lib:libgpg_error$secondaryArchSuffix = 0.17.0 compat >= 0
|
||||
cmd:gpg_error$secondaryArchSuffix = $portVersion compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
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
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libgpg_error$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SOURCE_DIR="libgpg-error-$portVersion"
|
||||
|
||||
PATCHES="libgpg_error-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
@@ -52,13 +58,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir $binDir/gpg-error-config
|
||||
}
|
||||
|
||||
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
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libgpg_error$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user