gnupg recipe
This commit is contained in:
parent
ed6ccc0fa3
commit
0d1a6dc877
30
recipes/gnupg/Makefile
Normal file
30
recipes/gnupg/Makefile
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
name = gnupg
|
||||||
|
version = 2.2.27
|
||||||
|
release = 0
|
||||||
|
URL = https://gnupg.org/ftp/gcrypt/gnupg/gnupg-$(version).tar.bz2
|
||||||
|
|
||||||
|
build-dependencies = libgcrypt-dev libassuan-dev libnpth-dev libksba-dev
|
||||||
|
dependencies = libgpg-error libgcrypt libassuan pkgconf libnpth binutils libksba
|
||||||
|
|
||||||
|
CONFIGURE_OPTIONS_USER = --enable-gpg-is-gpg2 \
|
||||||
|
\
|
||||||
|
--disable-gpgsm \
|
||||||
|
--disable-scdaemon \
|
||||||
|
--disable-dirmngr \
|
||||||
|
--disable-doc \
|
||||||
|
--disable-gpgtar \
|
||||||
|
--disable-wks-tools \
|
||||||
|
--disable-selinux-support \
|
||||||
|
--disable-exec \
|
||||||
|
--disable-photo-viewers \
|
||||||
|
--disable-card-support \
|
||||||
|
--disable-ccid-driver \
|
||||||
|
--disable-dirmngr-auto-start \
|
||||||
|
--disable-sqlite \
|
||||||
|
--disable-ntbtls \
|
||||||
|
--disable-gnutls \
|
||||||
|
--disable-ldap \
|
||||||
|
--disable-rpath
|
||||||
|
|
||||||
|
SYSCONF ?= ../../
|
||||||
|
include $(SYSCONF)/package.mk
|
3
recipes/gnupg/README
Normal file
3
recipes/gnupg/README
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
In the configure script, warnings are written in the error output, but missing libraries that forbid to continue building the application are in the standard output.
|
||||||
|
|
||||||
|
On Alpine Linux: libnpth is named npth
|
Loading…
Reference in New Issue
Block a user