#Maintainer: Thorsten Muehlfelder pkgname=icu pkgver=4.2.1 pkgrel=1tm arch=x86_64 source=("http://download.icu-project.org/files/icu4c/4.2.1/icu4c-4_2_1-src.tgz") url="http://icu-project.org" docs=('license.html' 'readme.html') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname International Components for Unicode" "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." ) build() { cd $startdir/src/${pkgname}/source ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc \ --disable-static make -j3 make DESTDIR=/$startdir/pkg install }