commit b899b7df3b772cde5ebc8748211f4c191ef31d9c parent c4129efd201f7600ca4716c4899cda8ac285d1f6 Author: Cem Keylan <cem@ckyln.com> Date: Sat, 11 Jan 2020 12:42:56 +0300 libtasn1: add to testing Diffstat:
A | testing/libtasn1/build | | | 5 | +++++ |
A | testing/libtasn1/checksums | | | 1 | + |
A | testing/libtasn1/sources | | | 1 | + |
A | testing/libtasn1/version | | | 1 | + |
4 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/testing/libtasn1/build b/testing/libtasn1/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +./configure --prefix=/usr +make +make DESTDIR="$1" install diff --git a/testing/libtasn1/checksums b/testing/libtasn1/checksums @@ -0,0 +1 @@ +dd77509fe8f5304deafbca654dc7f0ea57f5841f41ba530cff9a5bf71382739e libtasn1-4.15.0.tar.gz diff --git a/testing/libtasn1/sources b/testing/libtasn1/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.15.0.tar.gz diff --git a/testing/libtasn1/version b/testing/libtasn1/version @@ -0,0 +1 @@ +4.15.0 1