diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:41:18 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:41:18 +0300 |
commit | 037de86e9344734ae5fbac75b1e2cfb57c64244b (patch) | |
tree | 11be1e7c9c902577624705057814d2c2f86c83c6 /testing | |
parent | ece97ea1d6fbbdb5fc4a0e228bfedd1ff7f65790 (diff) | |
download | repository-037de86e9344734ae5fbac75b1e2cfb57c64244b.tar.gz |
gettext: add to testing
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/gettext/build | 6 | ||||
-rw-r--r-- | testing/gettext/checksums | 1 | ||||
-rw-r--r-- | testing/gettext/sources | 1 | ||||
-rw-r--r-- | testing/gettext/version | 1 |
4 files changed, 9 insertions, 0 deletions
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 |