aboutsummaryrefslogtreecommitdiff
path: root/repos/clang/icu/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/clang/icu/abuild')
-rw-r--r--repos/clang/icu/abuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/clang/icu/abuild b/repos/clang/icu/abuild
new file mode 100644
index 00000000..7ce183d5
--- /dev/null
+++ b/repos/clang/icu/abuild
@@ -0,0 +1,12 @@
+name=icu
+version=76.1
+ver=${version%.*}
+sion=${version#*.}
+release=1
+source="https://github.com/unicode-org/icu/releases/download/release-${ver}-${sion}/icu4c-${ver}_${sion}-src.tgz
+ pc.patch
+ build.patch"
+build_dir="icu/source"
+patch_opt="-Np2"
+export CC=${CC:-gcc}
+export CXX=${CXX:-g++}