[Lunar-commits] <moonbase> icu4c: new module. Provides easy unicode support.
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Oct 26 14:15:00 CET 2008
commit 52976e17fdbd3ee8d8516f61b8f0c3feb8fb9b1b
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Oct 26 14:15:00 2008 +0100
icu4c: new module. Provides easy unicode support.
---
i18n/icu4c/DETAILS | 25 +++++++++++++++++++++++++
i18n/icu4c/POST_INSTALL | 1 +
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/i18n/icu4c/DETAILS b/i18n/icu4c/DETAILS
new file mode 100644
index 0000000..d63f13d
--- /dev/null
+++ b/i18n/icu4c/DETAILS
@@ -0,0 +1,25 @@
+ MODULE=icu4c
+ VERSION=4_0
+ SOURCE=$MODULE-$VERSION-src.tgz
+ SOURCE_URL=http://download.icu-project.org/files/icu4c/4.0/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/icu/source
+ SOURCE_VFY=sha1:ff1d3fa084d2dff140f6b5f53dc1566fdb5ebb17
+ WEB_SITE=http://icu-project.org/
+ ENTERED=20081025
+ UPDATED=20081025
+ SHORT="provides Unicode and Globalization support for software applications"
+cat << EOF
+ICU4c is a mature, widely used set of C/C++ libraries providing Unicode
+and Globalization support for software applications.
+ICU4c is widely portable and gives applications the same results
+on all platforms and between C/C++ software.
+Here are a few highlights of the services provided by ICU:
+*Code Page Conversion
+*Collation
+*Formatting
+*Time Calculations
+*Unicode Support
+*Regular Expression
+*Bidi
+*Text Boundaries
+EOF
diff --git a/i18n/icu4c/POST_INSTALL b/i18n/icu4c/POST_INSTALL
new file mode 100644
index 0000000..2c19a91
--- /dev/null
+++ b/i18n/icu4c/POST_INSTALL
@@ -0,0 +1 @@
+rm -rf $BUILD_DIRECTORY/icu
More information about the Lunar-commits
mailing list