[Lunar-commits] CVS: moonbase/libs/icu BUILD, NONE, 1.1 DETAILS, NONE, 1.1

Nick Hudson nhudson at lunar-linux.org
Thu Dec 9 05:41:50 UTC 2004


Update of /var/cvs/lunar/moonbase/libs/icu
In directory espresso.foo-projects.org:/tmp/cvs-serv17067/icu

Added Files:
	BUILD DETAILS 
Log Message:

Adding icu to moonbase, ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support.  This will be used by mono and libgdiplus


--- NEW FILE: BUILD ---
(
   
   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

--- NEW FILE: DETAILS ---
          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_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
EOF



More information about the Lunar-commits mailing list