diff options
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 |