summaryrefslogtreecommitdiffstats
path: root/base/libidn/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-17 23:04:00 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-17 23:04:00 +0100
commitfa2686c37de6b2e053fcf3417f2cb332ed57fcd4 (patch)
treebf7008414a1eb644ccfd605f46b3646aa1283e11 /base/libidn/Pkgfile
parent42d3c7f2493c3bd13d53b0232f62d3439038c2db (diff)
downloadnutyx-extra-fa2686c37de6b2e053fcf3417f2cb332ed57fcd4.tar.gz
nutyx-extra-fa2686c37de6b2e053fcf3417f2cb332ed57fcd4.tar.bz2
nutyx-extra-fa2686c37de6b2e053fcf3417f2cb332ed57fcd4.tar.xz
nutyx-extra-fa2686c37de6b2e053fcf3417f2cb332ed57fcd4.zip
Maj de libidn#1.15-2, et déplacé dans base
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}
+}