From eb62935873e9e3749c573c5e0fd3c2d90f3a3a5a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 Feb 2020 11:09:21 +0300 Subject: gpgme: add new package at 1.13.1 to community --- community/gpgme/build | 11 +++++++++++ community/gpgme/checksums | 1 + community/gpgme/depends | 2 ++ community/gpgme/sources | 1 + community/gpgme/version | 1 + 5 files changed, 16 insertions(+) create mode 100755 community/gpgme/build create mode 100644 community/gpgme/checksums create mode 100644 community/gpgme/depends create mode 100644 community/gpgme/sources create mode 100644 community/gpgme/version (limited to 'community') diff --git a/community/gpgme/build b/community/gpgme/build new file mode 100755 index 00000000..1a862d8c --- /dev/null +++ b/community/gpgme/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --enable-static=yes \ + --disable-nls \ + --disable-gpg-test \ + --disable-gpgconf-test +make +make DESTDIR="$1" install diff --git a/community/gpgme/checksums b/community/gpgme/checksums new file mode 100644 index 00000000..9a2975ca --- /dev/null +++ b/community/gpgme/checksums @@ -0,0 +1 @@ +c4e30b227682374c23cddc7fdb9324a99694d907e79242a25a4deeedb393be46 gpgme-1.13.1.tar.bz2 diff --git a/community/gpgme/depends b/community/gpgme/depends new file mode 100644 index 00000000..0dfdf62d --- /dev/null +++ b/community/gpgme/depends @@ -0,0 +1,2 @@ +libassuan +libgpg-error diff --git a/community/gpgme/sources b/community/gpgme/sources new file mode 100644 index 00000000..9497cc07 --- /dev/null +++ b/community/gpgme/sources @@ -0,0 +1 @@ +https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.13.1.tar.bz2 diff --git a/community/gpgme/version b/community/gpgme/version new file mode 100644 index 00000000..9c812821 --- /dev/null +++ b/community/gpgme/version @@ -0,0 +1 @@ +1.13.1 1 -- cgit v1.2.3