mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/gnutls to 3.0.18-1
This commit is contained in:
parent
d98a94236b
commit
75bf0afe3c
1 changed files with 7 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=gnutls
|
||||
pkgver=3.0.17
|
||||
pkgver=3.0.18
|
||||
pkgrel=1
|
||||
pkgdesc="A library which provides a secure layer over a reliable transport layer"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -15,11 +15,11 @@ license=('GPL3' 'LGPL')
|
|||
url="http://www.gnu.org/software/gnutls/"
|
||||
install=gnutls.install
|
||||
options=('!libtool' '!zipman')
|
||||
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.11')
|
||||
depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.12')
|
||||
makedepends=('strace')
|
||||
source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
|
||||
md5sums=('5e87bd73a237749e2acbbb7161f11d5e'
|
||||
'28138f27cdc9e735b73955080c46c876')
|
||||
md5sums=('f46539a39857012ccc338a59beb4ac46'
|
||||
'fbca6ee827d8db0cea0f9b670b2f5c6c')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -33,12 +33,14 @@ build() {
|
|||
|
||||
check() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make check # passes all || /bin/true
|
||||
# passes all || /bin/true
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# lots of .png files are put into infodir and are gzipped by makepkg! this may need to be fixed by using !zipman
|
||||
# gzip -9 all files in infodir and manpages manually
|
||||
find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
|
||||
|
|
Loading…
Reference in a new issue