mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
12 lines
417 B
Plaintext
12 lines
417 B
Plaintext
LICENSE := MIT
|
|
DOWNLOADS := icu.archive
|
|
VERSION := 51.2
|
|
|
|
URL(icu) := http://download.icu-project.org/files/icu4c/$(VERSION)/icu4c-51_2-src.tgz
|
|
SHA(icu) := deb027a05f1b3bec03298b96fb93b28c84e9683c22e6f94effa67fdc7bd704cc
|
|
DIR(icu) := src/lib/icu
|
|
|
|
DIRS := include/icu/common include/icu/i18n
|
|
DIR_CONTENT(include/icu/common) := src/lib/icu/source/common/*
|
|
DIR_CONTENT(include/icu/i18n) := src/lib/icu/source/i18n/*
|