summaryrefslogtreecommitdiffstats
path: root/libiconv/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-04-04 21:28:41 +0200
committertnut <tnut at nutyx dot com>2012-04-04 21:28:41 +0200
commit3b91d3ad4226c1490156374dc2c7c2b44e7fdc6a (patch)
treee8510a961f27a8c40f540a37344b589c1139a0c0 /libiconv/Pkgfile
parentec87e18d7b9fe6cb2543525f657a5ef0603e2d61 (diff)
downloadnutyx-pakxe-3b91d3ad4226c1490156374dc2c7c2b44e7fdc6a.tar.gz
nutyx-pakxe-3b91d3ad4226c1490156374dc2c7c2b44e7fdc6a.tar.bz2
nutyx-pakxe-3b91d3ad4226c1490156374dc2c7c2b44e7fdc6a.tar.xz
nutyx-pakxe-3b91d3ad4226c1490156374dc2c7c2b44e7fdc6a.zip
ajout de libiconv
Diffstat (limited to 'libiconv/Pkgfile')
-rw-r--r--libiconv/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/libiconv/Pkgfile b/libiconv/Pkgfile
new file mode 100644
index 000000000..aea80416d
--- /dev/null
+++ b/libiconv/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Fournit un support pour l'encodage de langages
+# URL: http://www.gnu.org/software/libiconv/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libiconv
+version=1.13.1
+release=1
+source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm $PKG/usr/bin/iconv
+ rm $PKG/usr/include/iconv.h
+ rm -r $PKG/usr/share/doc
+ chown -R 0:0 $PKG
+}