mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 12:54:35 +08:00
gnutls 3.3.10
This commit is contained in:
parent
d7175cf77a
commit
30f77b8510
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: almack[at]chakraos[dot]org>
|
# Maintainer: almack[at]chakraos[dot]org>
|
||||||
|
|
||||||
pkgname=gnutls
|
pkgname=gnutls
|
||||||
pkgver=3.2.20
|
pkgver=3.3.10
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A library which provides a secure layer over a reliable transport layer"
|
pkgdesc="A library which provides a secure layer over a reliable transport layer"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -9,20 +9,24 @@ license=('GPL3' 'LGPL2.1')
|
|||||||
url="http://www.gnu.org/software/gnutls/"
|
url="http://www.gnu.org/software/gnutls/"
|
||||||
install=gnutls.install
|
install=gnutls.install
|
||||||
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'libgcrypt' 'texinfo' 'nettle')
|
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'libgcrypt' 'texinfo' 'nettle')
|
||||||
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
|
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
|
||||||
md5sums=('637ef52191bf87a597240a49cc533972'
|
md5sums=('c0a72b2c0553fe1c4992e30835808012'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
||||||
./configure --prefix=/usr --with-zlib --disable-guile --disable-valgrind-tests --disable-static
|
./configure --prefix=/usr \
|
||||||
|
--with-zlib \
|
||||||
|
--disable-guile \
|
||||||
|
--disable-valgrind-tests \
|
||||||
|
--disable-static
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
make -j1 check
|
make check
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user