diff options
Diffstat (limited to 'packages/dev-libs/libassuan/libassuan-2.5.4.exheres-0')
-rw-r--r-- | packages/dev-libs/libassuan/libassuan-2.5.4.exheres-0 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/dev-libs/libassuan/libassuan-2.5.4.exheres-0 b/packages/dev-libs/libassuan/libassuan-2.5.4.exheres-0 new file mode 100644 index 000000000..31f723a7c --- /dev/null +++ b/packages/dev-libs/libassuan/libassuan-2.5.4.exheres-0 @@ -0,0 +1,25 @@ +# Copyright 2008 Ingmar Vanhassel <ingmar@exherbo.org> +# Distributed under the terms of the GNU General Public License v2 + +SUMMARY="Standalone IPC library used by gpg, gpgme and newpg" +HOMEPAGE="https://www.gnupg.org/related_software/${PN}" +DOWNLOADS="mirror://gnupg/${PN}/${PNV}.tar.bz2" + +LICENCES="GPL-3 LGPL-2.1" +SLOT="0" +PLATFORMS="~amd64 ~armv7 ~armv8 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build+run: + dev-libs/libgpg-error[>=1.17] +" + +DEFAULT_SRC_CONFIGURE_PARAMS=( + --with-libgpg-error-prefix=/usr/$(exhost --target) +) + +DEFAULT_SRC_COMPILE_PARAMS=( + CC_FOR_BUILD=$(exhost --build)-cc +) + |