diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:43:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:43:10 +0300 |
commit | 460e4b9904fd38adceaffda0255bc55ce48d7ae1 (patch) | |
tree | f5b31775f3150ba53a303ffdb5a6648de5873bc0 /testing | |
parent | b899b7df3b772cde5ebc8748211f4c191ef31d9c (diff) | |
download | repository-460e4b9904fd38adceaffda0255bc55ce48d7ae1.tar.gz |
libunistring: add to testing
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/libunistring/build | 5 | ||||
-rw-r--r-- | testing/libunistring/checksums | 1 | ||||
-rw-r--r-- | testing/libunistring/sources | 1 | ||||
-rw-r--r-- | testing/libunistring/version | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/testing/libunistring/build b/testing/libunistring/build new file mode 100755 index 00000000..09d87526 --- /dev/null +++ b/testing/libunistring/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +./configure --prefix=/usr +make +make DESTDIR="$1" install diff --git a/testing/libunistring/checksums b/testing/libunistring/checksums new file mode 100644 index 00000000..ab59eaf6 --- /dev/null +++ b/testing/libunistring/checksums @@ -0,0 +1 @@ +eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7 libunistring-0.9.10.tar.xz diff --git a/testing/libunistring/sources b/testing/libunistring/sources new file mode 100644 index 00000000..5e2e2b1e --- /dev/null +++ b/testing/libunistring/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.10.tar.xz diff --git a/testing/libunistring/version b/testing/libunistring/version new file mode 100644 index 00000000..b1465b71 --- /dev/null +++ b/testing/libunistring/version @@ -0,0 +1 @@ +0.9.10 1 |