kiss-repo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 45668424b5be330796bc84c8ce7a10710bc5f4cb
parent 3c90653304be49ce79d5b8397301e8768935d47b
Author: aabacchus <ben@bvnf.space>
Date:   Thu,  6 May 2021 01:03:47 +0100

gpgme: new package at 1.15.1

Diffstat:
Agpgme/build | 13+++++++++++++
Agpgme/checksums | 1+
Agpgme/depends | 2++
Agpgme/sources | 1+
Agpgme/version | 1+
5 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/gpgme/build b/gpgme/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +# see the claws-mail package. I've had some problems with encryption there, +# so this is a suspect. + +./configure \ + --prefix=/usr \ +# --disable-nls +# --disable-gpg-test +# --disable-gpgconf-test + +make +make DESTDIR="$1" install diff --git a/gpgme/checksums b/gpgme/checksums @@ -0,0 +1 @@ +eebc3c1b27f1c8979896ff361ba9bb4778b508b2496c2fc10e3775a40b1de1ad diff --git a/gpgme/depends b/gpgme/depends @@ -0,0 +1,2 @@ +libassuan +libgpg-error diff --git a/gpgme/sources b/gpgme/sources @@ -0,0 +1 @@ +https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.15.1.tar.bz2 diff --git a/gpgme/version b/gpgme/version @@ -0,0 +1 @@ +1.15.1 1