From bb46030e23977fa74fb41e8e8e3e88a924e0a9a1 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Mon, 10 Aug 2009 23:15:56 +0200 Subject: Ajout de icu#4.2-1 --- extra/icu/Pkgfile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 extra/icu/Pkgfile (limited to 'extra/icu/Pkgfile') diff --git a/extra/icu/Pkgfile b/extra/icu/Pkgfile new file mode 100644 index 000000000..a393fc8c6 --- /dev/null +++ b/extra/icu/Pkgfile @@ -0,0 +1,26 @@ +# Description: International Components for Unicode for C +# URL: http://www.icu-project.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=icu +version=4.2 +release=1 +source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz) + + +build () { + cd $name/source + chmod +x runConfigureICU configure install-sh + + ./runConfigureICU LinuxRedHat --prefix=/usr \ + --enable-shared \ + --disable-samples \ + --disable-tests \ + --enable-rpath + make + make prefix=$PKG/usr install + + chown -R root:root $PKG +} -- cgit v1.2.3-70-g09d2