diff options
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/icu/build | 7 | ||||
-rw-r--r-- | testing/icu/checksums | 1 | ||||
-rw-r--r-- | testing/icu/depends | 1 | ||||
-rw-r--r-- | testing/icu/sources | 1 | ||||
-rw-r--r-- | testing/icu/version | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/testing/icu/build b/testing/icu/build new file mode 100755 index 00000000..b1be7e65 --- /dev/null +++ b/testing/icu/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +cd source + +./configure --prefix=/usr +make +make DESTDIR="$1" install diff --git a/testing/icu/checksums b/testing/icu/checksums new file mode 100644 index 00000000..088608b7 --- /dev/null +++ b/testing/icu/checksums @@ -0,0 +1 @@ +53e37466b3d6d6d01ead029e3567d873a43a5d1c668ed2278e253b683136d948 icu4c-65_1-src.tgz diff --git a/testing/icu/depends b/testing/icu/depends new file mode 100644 index 00000000..0eb5db90 --- /dev/null +++ b/testing/icu/depends @@ -0,0 +1 @@ +clang make diff --git a/testing/icu/sources b/testing/icu/sources new file mode 100644 index 00000000..038dd59d --- /dev/null +++ b/testing/icu/sources @@ -0,0 +1 @@ +http://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-src.tgz diff --git a/testing/icu/version b/testing/icu/version new file mode 100644 index 00000000..52a28145 --- /dev/null +++ b/testing/icu/version @@ -0,0 +1 @@ +65.1 1 |