summaryrefslogtreecommitdiffstats
path: root/extra/libidn/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libidn/Pkgfile')
-rwxr-xr-xextra/libidn/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/libidn/Pkgfile b/extra/libidn/Pkgfile
new file mode 100755
index 000000000..1d7fa041d
--- /dev/null
+++ b/extra/libidn/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Concu pour l'internationalisation des chaînes de caractères
+# URL: http://www.gnu.org/software/libidn/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gmime
+
+name=libidn
+version=1.15
+release=1
+source=(ftp://alpha.gnu.org/pub/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
+rm $PKG/usr/share/info/dir
+}