From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- icu/Pkgfile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 icu/Pkgfile (limited to 'icu/Pkgfile') diff --git a/icu/Pkgfile b/icu/Pkgfile new file mode 100644 index 000000000..f39f81e79 --- /dev/null +++ b/icu/Pkgfile @@ -0,0 +1,24 @@ +# 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=4.8.1 +release=1 +source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz + setBreakType.patch) + +build () { + cd $name/source + 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 +} + -- cgit v1.2.3-70-g09d2