aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/icu/abuild
blob: 92e6d8a643ac92eca8aacd2cb3f1e75b463b596e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name=icu
version=77.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++}