diff options
author | piernov <piernov@piernov.org> | 2011-10-22 14:54:37 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-10-22 14:54:37 +0200 |
commit | f7965efd503afe334e950938faf3320214413913 (patch) | |
tree | 0bfcc3120536ee996178a18cca6a2f76fa892392 /icu/Pkgfile | |
parent | 611c958e34285657a67850db8ea4fabc0e3d70d8 (diff) | |
download | gnome3-f7965efd503afe334e950938faf3320214413913.tar.gz gnome3-f7965efd503afe334e950938faf3320214413913.tar.bz2 gnome3-f7965efd503afe334e950938faf3320214413913.tar.xz gnome3-f7965efd503afe334e950938faf3320214413913.zip |
icu dans extra
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 -} - |