aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-30 11:33:38 +0300
committerCem Keylan <cem@ckyln.com>2020-01-30 11:33:38 +0300
commitd838f83585db630f7fc1f5e549b0133f6550bfd0 (patch)
treed3c10a85202a75f98f0a675913c33bac4faefe03
parentd9a9237bd5fbab8bc1257e3e2822155b637db209 (diff)
downloadrepository-d838f83585db630f7fc1f5e549b0133f6550bfd0.tar.gz
libtasn1: add to extra
-rwxr-xr-xextra/libtasn1/build5
-rw-r--r--extra/libtasn1/checksums1
-rw-r--r--extra/libtasn1/sources1
-rw-r--r--extra/libtasn1/version1
4 files changed, 8 insertions, 0 deletions
diff --git a/extra/libtasn1/build b/extra/libtasn1/build
new file mode 100755
index 00000000..09d87526
--- /dev/null
+++ b/extra/libtasn1/build
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+./configure --prefix=/usr
+make
+make DESTDIR="$1" install
diff --git a/extra/libtasn1/checksums b/extra/libtasn1/checksums
new file mode 100644
index 00000000..6ab63288
--- /dev/null
+++ b/extra/libtasn1/checksums
@@ -0,0 +1 @@
+dd77509fe8f5304deafbca654dc7f0ea57f5841f41ba530cff9a5bf71382739e libtasn1-4.15.0.tar.gz
diff --git a/extra/libtasn1/sources b/extra/libtasn1/sources
new file mode 100644
index 00000000..e1dd064c
--- /dev/null
+++ b/extra/libtasn1/sources
@@ -0,0 +1 @@
+https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.15.0.tar.gz
diff --git a/extra/libtasn1/version b/extra/libtasn1/version
new file mode 100644
index 00000000..d7fa0ad3
--- /dev/null
+++ b/extra/libtasn1/version
@@ -0,0 +1 @@
+4.15.0 1