summaryrefslogtreecommitdiffstats
path: root/extra/icu/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:15:56 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:15:56 +0200
commitbb46030e23977fa74fb41e8e8e3e88a924e0a9a1 (patch)
treef832b78d2f577846acfbe2d23f5ed8f7644e32b3 /extra/icu/Pkgfile
parentb7a88ceba647c7af07d5c31c851096f7f0d2d1e0 (diff)
downloadnutyx-extra-bb46030e23977fa74fb41e8e8e3e88a924e0a9a1.tar.gz
nutyx-extra-bb46030e23977fa74fb41e8e8e3e88a924e0a9a1.tar.bz2
nutyx-extra-bb46030e23977fa74fb41e8e8e3e88a924e0a9a1.tar.xz
nutyx-extra-bb46030e23977fa74fb41e8e8e3e88a924e0a9a1.zip
Ajout de icu#4.2-1
Diffstat (limited to 'extra/icu/Pkgfile')
-rw-r--r--extra/icu/Pkgfile26
1 files changed, 26 insertions, 0 deletions
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
+}