mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/libgcrypt to 1.7.5-1
This commit is contained in:
parent
defa3286a3
commit
fac06302a8
1 changed files with 8 additions and 5 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable DRNG and NEON support
|
||||
# - disable NEON and ARMv8 crypto support on !AArch64
|
||||
|
||||
pkgname=libgcrypt
|
||||
pkgver=1.7.3
|
||||
pkgver=1.7.5
|
||||
pkgrel=1
|
||||
pkgdesc="General purpose cryptographic library based on the code from GnuPG"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -15,18 +15,21 @@ depends=('libgpg-error')
|
|||
options=('!emptydirs')
|
||||
# https://www.gnupg.org/download/integrity_check.html
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
|
||||
sha1sums=('5a034291e7248592605db448481478e6c963aa9c'
|
||||
# https://gnupg.org/download/integrity_check.html
|
||||
sha1sums=('fa485d854748fc06ea041b3057b2de2f12fbc17f'
|
||||
'SKIP')
|
||||
validpgpkeys=('031EC2536E580D8EA286A9F22071B08A33BD3F06' # "NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>"
|
||||
'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-neon-support --disable-arm-crypto-support"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--disable-padlock-support \
|
||||
--disable-drng-support \
|
||||
--disable-neon-support
|
||||
$CONFIG
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue