From 037de86e9344734ae5fbac75b1e2cfb57c64244b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Jan 2020 12:41:18 +0300 Subject: gettext: add to testing --- testing/gettext/build | 6 ++++++ testing/gettext/checksums | 1 + testing/gettext/sources | 1 + testing/gettext/version | 1 + 4 files changed, 9 insertions(+) create mode 100755 testing/gettext/build create mode 100644 testing/gettext/checksums create mode 100644 testing/gettext/sources create mode 100644 testing/gettext/version (limited to 'testing') diff --git a/testing/gettext/build b/testing/gettext/build new file mode 100755 index 00000000..ad99d0c6 --- /dev/null +++ b/testing/gettext/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +./configure --prefix=/usr --without-docs + +make +make DESTDIR="$1" install diff --git a/testing/gettext/checksums b/testing/gettext/checksums new file mode 100644 index 00000000..2b27d82a --- /dev/null +++ b/testing/gettext/checksums @@ -0,0 +1 @@ +66415634c6e8c3fa8b71362879ec7575e27da43da562c798a8a2f223e6e47f5c gettext-0.20.1.tar.gz diff --git a/testing/gettext/sources b/testing/gettext/sources new file mode 100644 index 00000000..d71e4f29 --- /dev/null +++ b/testing/gettext/sources @@ -0,0 +1 @@ +http://ftp.gnu.org/gnu/gettext/gettext-0.20.1.tar.gz diff --git a/testing/gettext/version b/testing/gettext/version new file mode 100644 index 00000000..91fb61a3 --- /dev/null +++ b/testing/gettext/version @@ -0,0 +1 @@ +0.20.1 1 -- cgit v1.2.3