summaryrefslogtreecommitdiffstats
path: root/base/libidn/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/libidn/Pkgfile')
-rwxr-xr-xbase/libidn/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/base/libidn/Pkgfile b/base/libidn/Pkgfile
new file mode 100755
index 000000000..03303abdc
--- /dev/null
+++ b/base/libidn/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Conçu 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
+
+name=libidn
+version=1.15
+release=2
+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,libidn-components.png}
+}