summaryrefslogtreecommitdiffstats
path: root/base/libunistring/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 16:12:11 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 16:12:11 +0100
commitf9eab163ae60c79621880a7b95b157daaaa624ed (patch)
tree1678fc81013d04591f3bce4ff09b43d14b6f6b25 /base/libunistring/Pkgfile
parentebcc4358840431d75888690361fbbf23538ef204 (diff)
downloadnutyx-extra-f9eab163ae60c79621880a7b95b157daaaa624ed.tar.gz
nutyx-extra-f9eab163ae60c79621880a7b95b157daaaa624ed.tar.bz2
nutyx-extra-f9eab163ae60c79621880a7b95b157daaaa624ed.tar.xz
nutyx-extra-f9eab163ae60c79621880a7b95b157daaaa624ed.zip
ajout de libunistring 0.9.3-1
Diffstat (limited to 'base/libunistring/Pkgfile')
-rwxr-xr-xbase/libunistring/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/base/libunistring/Pkgfile b/base/libunistring/Pkgfile
new file mode 100755
index 000000000..dbfe6995e
--- /dev/null
+++ b/base/libunistring/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Librairie fournissant des fonctions pour la manipulation de chaînes de caractères unicode
+# URL: http://www.gnu.org/software/bison/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libunistring
+version=0.9.3
+release=1
+source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+./configure --prefix=/usr\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+make
+make DESTDIR=$PKG install
+if [ -f $PKG/usr/share/info/dir ]; then
+ rm $PKG/usr/share/info/dir
+fi
+}