diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:41:39 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:41:39 +0300 |
commit | 60b00aa20d5199d8b351794cd4590048f925af03 (patch) | |
tree | 148db839417dbc177fefe7e81df0d52d8fc2b38a /testing | |
parent | 037de86e9344734ae5fbac75b1e2cfb57c64244b (diff) | |
download | repository-60b00aa20d5199d8b351794cd4590048f925af03.tar.gz |
libidn2: add to testing
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/libidn2/build | 5 | ||||
-rw-r--r-- | testing/libidn2/checksums | 1 | ||||
-rw-r--r-- | testing/libidn2/depends | 1 | ||||
-rw-r--r-- | testing/libidn2/sources | 1 | ||||
-rw-r--r-- | testing/libidn2/version | 1 |
5 files changed, 9 insertions, 0 deletions
diff --git a/testing/libidn2/build b/testing/libidn2/build new file mode 100755 index 00000000..09d87526 --- /dev/null +++ b/testing/libidn2/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +./configure --prefix=/usr +make +make DESTDIR="$1" install diff --git a/testing/libidn2/checksums b/testing/libidn2/checksums new file mode 100644 index 00000000..d018175d --- /dev/null +++ b/testing/libidn2/checksums @@ -0,0 +1 @@ +e1cb1db3d2e249a6a3eb6f0946777c2e892d5c5dc7bd91c74394fc3a01cab8b5 libidn2-2.3.0.tar.gz diff --git a/testing/libidn2/depends b/testing/libidn2/depends new file mode 100644 index 00000000..ff18f37d --- /dev/null +++ b/testing/libidn2/depends @@ -0,0 +1 @@ +libunistring diff --git a/testing/libidn2/sources b/testing/libidn2/sources new file mode 100644 index 00000000..10e012de --- /dev/null +++ b/testing/libidn2/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/libidn/libidn2-2.3.0.tar.gz diff --git a/testing/libidn2/version b/testing/libidn2/version new file mode 100644 index 00000000..fbf76438 --- /dev/null +++ b/testing/libidn2/version @@ -0,0 +1 @@ +2.3.0 1 |