summaryrefslogtreecommitdiffstats
path: root/libiconv/Pkgfile
diff options
context:
space:
mode:
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
+}