[Lunar-commits] r15702 - moonbase/trunk/libs/icu
Florin Braescu
florin at lunar-linux.org
Tue Jul 12 14:01:45 UTC 2005
Author: florin
Date: 2005-07-12 14:01:44 +0000 (Tue, 12 Jul 2005)
New Revision: 15702
Modified:
moonbase/trunk/libs/icu/BUILD
moonbase/trunk/libs/icu/DETAILS
Log:
fix the source path. reported by Dennis Veatch.
Modified: moonbase/trunk/libs/icu/BUILD
===================================================================
--- moonbase/trunk/libs/icu/BUILD 2005-07-12 13:58:39 UTC (rev 15701)
+++ moonbase/trunk/libs/icu/BUILD 2005-07-12 14:01:44 UTC (rev 15702)
@@ -1,14 +1,14 @@
(
- cd source &&
- ./configure --prefix=/usr \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --disable-samples \
- $OPTS &&
+ cd source &&
+ ./configure --prefix=/usr \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --disable-samples \
+ $OPTS &&
default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/libs/icu/DETAILS
===================================================================
--- moonbase/trunk/libs/icu/DETAILS 2005-07-12 13:58:39 UTC (rev 15701)
+++ moonbase/trunk/libs/icu/DETAILS 2005-07-12 14:01:44 UTC (rev 15702)
@@ -1,13 +1,19 @@
MODULE=icu
VERSION=2.6.2
SOURCE=$MODULE-$VERSION.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_URL=ftp://www-126.ibm.com/pub/icu/2.6.2/
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL=ftp://ftp.software.ibm.com/software/globalization/$MODULE/$VERSION/
SOURCE_VFY=sha1:bb520d868a3945000ea2cf68563fd17a3b5000b9
WEB_SITE=http://www.gnome.org
ENTERED=20041209
UPDATED=20041209
SHORT="ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support"
+
cat << EOF
-ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). It grew out of the JDK 1.1 internationalization APIs, which the ICU team contributed, and the project continues to be developed for the most advanced Unicode/i18n support. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software
+ICU is a mature, widely used set of C/C++ and Java libraries for Unicode
+support, software internationalization and globalization (i18n/g11n). It
+grew out of the JDK 1.1 internationalization APIs, which the ICU team
+contributed, and the project continues to be developed for the most advanced
+Unicode/i18n support. ICU is widely portable and gives applications the same
+results on all platforms and between C/C++ and Java software
EOF
More information about the Lunar-commits
mailing list