diff options
Diffstat (limited to 'icu/Pkgfile')
-rw-r--r-- | icu/Pkgfile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/icu/Pkgfile b/icu/Pkgfile deleted file mode 100644 index b1b9840..0000000 --- a/icu/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# 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 - icu4c-3_8-setBreakType.patch) - - -build () { - cd $name/source - patch -p2 < $SRC/icu4c-3_8-setBreakType.patch - ./configure --prefix=/usr \ - --with-library-bits=64else32 \ - --with-data-packaging=library \ - --disable-samples - make - make prefix=$PKG/usr install - chown -R root:root $PKG -} - |