diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:42:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:42:56 +0300 |
commit | b899b7df3b772cde5ebc8748211f4c191ef31d9c (patch) | |
tree | 2664130f04f5c6d056583195ae24336085099e97 /testing | |
parent | c4129efd201f7600ca4716c4899cda8ac285d1f6 (diff) | |
download | repository-b899b7df3b772cde5ebc8748211f4c191ef31d9c.tar.gz |
libtasn1: add to testing
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/libtasn1/build | 5 | ||||
-rw-r--r-- | testing/libtasn1/checksums | 1 | ||||
-rw-r--r-- | testing/libtasn1/sources | 1 | ||||
-rw-r--r-- | testing/libtasn1/version | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/testing/libtasn1/build b/testing/libtasn1/build new file mode 100755 index 00000000..09d87526 --- /dev/null +++ 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 new file mode 100644 index 00000000..6ab63288 --- /dev/null +++ b/testing/libtasn1/checksums @@ -0,0 +1 @@ +dd77509fe8f5304deafbca654dc7f0ea57f5841f41ba530cff9a5bf71382739e libtasn1-4.15.0.tar.gz diff --git a/testing/libtasn1/sources b/testing/libtasn1/sources new file mode 100644 index 00000000..e1dd064c --- /dev/null +++ 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 new file mode 100644 index 00000000..d7fa0ad3 --- /dev/null +++ b/testing/libtasn1/version @@ -0,0 +1 @@ +4.15.0 1 |