blob: d52e2761cd48b200ab4ff8226840c98ce981040c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
import .. / lapis
tessera "icu":
source: "https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-src.tgz"
patches: @[""]
dependencies: @[""]
build: @[
"cd source",
"./configure --prefix=/usr",
"make",
"make install"
]
result: "libicudata.so"
|
; all rights regarding Text and Data Mining (TDM) are reserved.