From b68b79c2e248f44fb9373d29d474dba5400bae35 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 22 Oct 2011 13:00:57 +0200 Subject: icu 4.8.1-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/icu/Pkgfile | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'extra/icu/Pkgfile') diff --git a/extra/icu/Pkgfile b/extra/icu/Pkgfile index 6abb7604e..f39f81e79 100644 --- a/extra/icu/Pkgfile +++ b/extra/icu/Pkgfile @@ -4,23 +4,21 @@ # Packager: thierryn1 at hispeed dot ch name=icu -version=4.6 +version=4.8.1 release=1 -source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz) - +source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz + setBreakType.patch) build () { cd $name/source - chmod +x runConfigureICU configure install-sh - - ./runConfigureICU LinuxRedHat --prefix=/usr \ - --enable-shared \ - --disable-samples \ - --disable-tests \ - --enable-rpath - make + patch -p2 < $SRC/setBreakType.patch + ./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 + chown -R root:root $PKG } -- cgit v1.2.3-70-g09d2