summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--base/libidn/.footprint (renamed from extra/libidn/.footprint)1
-rw-r--r--base/libidn/.md5sum (renamed from extra/libidn/.md5sum)0
-rwxr-xr-xbase/libidn/Pkgfile (renamed from extra/libidn/Pkgfile)7
3 files changed, 3 insertions, 5 deletions
diff --git a/extra/libidn/.footprint b/base/libidn/.footprint
index 652af6547..5a2ecd191 100644
--- a/extra/libidn/.footprint
+++ b/base/libidn/.footprint
@@ -23,7 +23,6 @@ drwxr-xr-x root/root usr/share/emacs/site-lisp/
-rw-r--r-- root/root usr/share/emacs/site-lisp/idna.el
-rw-r--r-- root/root usr/share/emacs/site-lisp/punycode.el
drwxr-xr-x root/root usr/share/info/
--rw-r--r-- root/root usr/share/info/libidn-components.png.gz
-rw-r--r-- root/root usr/share/info/libidn.info.gz
drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/locale/fr/
diff --git a/extra/libidn/.md5sum b/base/libidn/.md5sum
index f0c92bbe6..f0c92bbe6 100644
--- a/extra/libidn/.md5sum
+++ b/base/libidn/.md5sum
diff --git a/extra/libidn/Pkgfile b/base/libidn/Pkgfile
index 1d7fa041d..03303abdc 100755
--- a/extra/libidn/Pkgfile
+++ b/base/libidn/Pkgfile
@@ -1,12 +1,11 @@
-# Description: Concu pour l'internationalisation des chaînes de caractères
+# 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
-# Depends on: gmime
name=libidn
version=1.15
-release=1
+release=2
source=(ftp://alpha.gnu.org/pub/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
@@ -15,5 +14,5 @@ cd $name-$version
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
-rm $PKG/usr/share/info/dir
+rm $PKG/usr/share/info/{dir,libidn-components.png}
}