From 460e4b9904fd38adceaffda0255bc55ce48d7ae1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Jan 2020 12:43:10 +0300 Subject: libunistring: add to testing --- testing/libunistring/build | 5 +++++ testing/libunistring/checksums | 1 + testing/libunistring/sources | 1 + testing/libunistring/version | 1 + 4 files changed, 8 insertions(+) create mode 100755 testing/libunistring/build create mode 100644 testing/libunistring/checksums create mode 100644 testing/libunistring/sources create mode 100644 testing/libunistring/version (limited to 'testing') 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 -- cgit v1.2.3