commit 037de86e9344734ae5fbac75b1e2cfb57c64244b parent ece97ea1d6fbbdb5fc4a0e228bfedd1ff7f65790 Author: Cem Keylan <cem@ckyln.com> Date: Sat, 11 Jan 2020 12:41:18 +0300 gettext: add to testing Diffstat:
A | testing/gettext/build | | | 6 | ++++++ |
A | testing/gettext/checksums | | | 1 | + |
A | testing/gettext/sources | | | 1 | + |
A | testing/gettext/version | | | 1 | + |
4 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/testing/gettext/build 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 @@ -0,0 +1 @@ +66415634c6e8c3fa8b71362879ec7575e27da43da562c798a8a2f223e6e47f5c gettext-0.20.1.tar.gz diff --git a/testing/gettext/sources 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 @@ -0,0 +1 @@ +0.20.1 1