commit 028c052081c8f86207f364a2b900401102e80721 parent fc2af09e2d2c6636eb93c8a58e03d0aee6503aec Author: Cem Keylan <cem@ckyln.com> Date: Mon, 16 Dec 2019 22:06:53 +0300 libksba: add package to testing Diffstat:
A | testing/libksba/build | | | 8 | ++++++++ |
A | testing/libksba/checksums | | | 1 | + |
A | testing/libksba/depends | | | 1 | + |
A | testing/libksba/sources | | | 1 | + |
A | testing/libksba/version | | | 1 | + |
5 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/testing/libksba/build b/testing/libksba/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-static + +make +make DESTDIR="$1" install diff --git a/testing/libksba/checksums b/testing/libksba/checksums @@ -0,0 +1 @@ +41444fd7a6ff73a79ad9728f985e71c9ba8cd3e5e53358e70d5f066d35c1a340 libksba-1.3.5.tar.bz2 diff --git a/testing/libksba/depends b/testing/libksba/depends @@ -0,0 +1 @@ +libgpg-error diff --git a/testing/libksba/sources b/testing/libksba/sources @@ -0,0 +1 @@ +https://gnupg.org/ftp/gcrypt/libksba/libksba-1.3.5.tar.bz2 diff --git a/testing/libksba/version b/testing/libksba/version @@ -0,0 +1 @@ +1.3.5 1