jobcore/libgcrypt/PKGBUILD

60 lines
1.8 KiB
Bash

#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libgcrypt
pkgver=1.10.1
pkgrel=01
pkgdesc="General purpose cryptographic library based on the code from GnuPG w/o systemd"
arch=(x86_64)
url="https://www.gnupg.org"
depends=('libgpg-error')
options=('!emptydirs')
# https://www.gnupg.org/download/integrity_check.html
source=(https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
prepare() {
cd "${pkgname}"-${pkgver}
# tests fail due to systemd+libseccomp preventing memory syscalls when building in chroots
# t-secmem: line 176: gcry_control (GCRYCTL_INIT_SECMEM, pool_size, 0) failed: General error
# FAIL: t-secmem
# t-sexp: line 1174: gcry_control (GCRYCTL_INIT_SECMEM, 16384, 0) failed: General error
# FAIL: t-sexp
## sed -i "s:t-secmem::" tests/Makefile.am
## sed -i "s:t-sexp::" tests/Makefile.am
## We commented out those two lines above since without systemd ALL tests pass. Thank you Gnu!
autoreconf -vfi
}
build() {
cd "${pkgname}"-${pkgver}
./configure --prefix=/usr \
--disable-static \
--disable-padlock-support \
--disable-systemd
make
}
check() {
cd "${pkgname}"-${pkgver}
make check
}
package() {
cd "${pkgname}"-${pkgver}
make DESTDIR="${pkgdir}" install
}
#---- license gpg-key sha256sums ----
license=('LGPL')
validpgpkeys=('6DAA6E64A76D2840571B4902528897B826403ADA') # "Werner Koch (dist signing 2020)"
sha256sums=(ef14ae546b0084cd84259f61a55e07a38c3b53afc0f546bffcef2f01baffe9de # libgcrypt-1.10.1.tar.bz2
c2674d5c17ed107971acee3f4d859281c896bd3368d477e6717480829d302bfb) # libgcrypt-1.10.1.tar.bz2.sig