# Description: International Components for Unicode for C # URL: http://www.icu-project.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch name=icu version=49.1.2 release=1 source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz) build () { cd $name/source ./configure --prefix=/usr \ --enable-shared \ --enable-static \ --with-library-bits=64else32 \ --with-data-packaging=library make make prefix=$PKG/usr install chown -R root:root $PKG }