mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Merge pull request #459 from fbrosson/gnutls
gnutls: 3.4.6→3.4.9 (bump version & reformat recipe)
This commit is contained in:
@@ -6,18 +6,16 @@ communications protocols as well as APIs to parse and write X.509, PKCS #12, \
|
||||
OpenPGP and other required structures. It is aimed to be portable and \
|
||||
efficient with focus on security and interoperability."
|
||||
HOMEPAGE="http://www.gnutls.org/"
|
||||
SOURCE_URI="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="feb559ed7fffa24d5aa40527054fae5cb7f7b66e9f2bebc2383a781dfa4d20ec"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="
|
||||
2009-2010 Free Software Fundation Inc.
|
||||
COPYRIGHT="2000-2016 Free Software Fundation Inc.
|
||||
2004-2008 Simon Josefsson
|
||||
2000-2004 Nikos Mavrogiannopoulos
|
||||
"
|
||||
2000-2004 Nikos Mavrogiannopoulos"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="48594fadba33d450f796ec69526cf2bce6ff9bc3dc90fbd7bf38dc3601f57c3f"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86 ?x86_64 ?arm ?ppc"
|
||||
|
||||
PROVIDES="
|
||||
gnutls$secondaryArchSuffix = $portVersion
|
||||
@@ -30,10 +28,9 @@ PROVIDES="
|
||||
cmd:srptool$secondaryArchSuffix
|
||||
cmd:systemkey$secondaryArchSuffix
|
||||
lib:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat = 27
|
||||
lib:libgnutls$secondaryArchSuffix = 30.4.0 compat = 30
|
||||
lib:libgnutls$secondaryArchSuffix = 30.6.1 compat = 30
|
||||
lib:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat = 28
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgcrypt$secondaryArchSuffix
|
||||
@@ -47,10 +44,9 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
gnutls_devel$secondaryArchSuffix = $portVersion
|
||||
devel:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat = 27
|
||||
devel:libgnutls$secondaryArchSuffix = 30.4.0 compat = 30
|
||||
devel:libgnutls$secondaryArchSuffix = 30.6.1 compat = 30
|
||||
devel:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat = 28
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
gnutls$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
@@ -64,7 +60,6 @@ BUILD_REQUIRES="
|
||||
devel:libtasn1$secondaryArchSuffix
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
Reference in New Issue
Block a user