aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-17 11:09:21 +0300
committerCem Keylan <cem@ckyln.com>2020-02-17 11:09:21 +0300
commiteb62935873e9e3749c573c5e0fd3c2d90f3a3a5a (patch)
tree1829f4ead56ea5258605f37a04ee453d8e4962ce /community
parent5351c27c89ea6ae17f22f6c684fe3a933f25ec8f (diff)
downloadrepository-eb62935873e9e3749c573c5e0fd3c2d90f3a3a5a.tar.gz
gpgme: add new package at 1.13.1 to community
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/gpgme/build11
-rw-r--r--community/gpgme/checksums1
-rw-r--r--community/gpgme/depends2
-rw-r--r--community/gpgme/sources1
-rw-r--r--community/gpgme/version1
5 files changed, 16 insertions, 0 deletions
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