commit d4d6d04e9b4e23628ed192205a1fc8b3345aa04d parent a0668a067d82608d3eef748c58ac8f16774031f3 Author: Cem Keylan <cem@ckyln.com> Date: Mon, 16 Dec 2019 22:06:04 +0300 libassuan: add package to testing Diffstat:
A | testing/libassuan/build | | | 8 | ++++++++ |
A | testing/libassuan/checksums | | | 1 | + |
A | testing/libassuan/sources | | | 1 | + |
A | testing/libassuan/version | | | 1 | + |
4 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/testing/libassuan/build b/testing/libassuan/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-static + +make +make DESTDIR="$1" install diff --git a/testing/libassuan/checksums b/testing/libassuan/checksums @@ -0,0 +1 @@ +91bcb0403866b4e7c4bc1cc52ed4c364a9b5414b3994f718c70303f7f765e702 libassuan-2.5.3.tar.bz2 diff --git a/testing/libassuan/sources b/testing/libassuan/sources @@ -0,0 +1 @@ +https://gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.3.tar.bz2 diff --git a/testing/libassuan/version b/testing/libassuan/version @@ -0,0 +1 @@ +2.5.3 1