distribution/packages/security/gnupg/package.mk
fewtarius 334b2168b3
* Deprecate and remove gzdoom, lzdoom, ecwolf, and raze.
* Update a few base system packages.
* Update emulators and cores.
2023-01-10 17:11:33 -05:00

24 lines
668 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2020-present Fewtarius
PKG_NAME="gnupg"
PKG_VERSION="1.4.23"
PKG_LICENSE="GPL"
PKG_SITE="https://gnupg.org/ftp/gcrypt/gnupg"
PKG_URL="${PKG_SITE}/gnupg-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain zlib libgpg-error libgcrypt"
PKG_LONGDESC="The GNU Privacy Guard (GnuPG, GPG) is a complete and free implementation
of the OpenPGP and S/MIME standards."
PKG_CONFIGURE_OPTS_TARGET=" --disable-rpath \
--enable-minimal \
--disable-regex \
--disable-asm \
--enable-bzip2 \
--enable-aes \
--enable-rsa"
pre_configure_target() {
export CFLAGS="${CFLAGS} -fcommon"
}