summaryrefslogtreecommitdiffstats
path: root/base/p5-archive-zip
diff options
context:
space:
mode:
Diffstat (limited to 'base/p5-archive-zip')
-rw-r--r--base/p5-archive-zip/.md5sum2
-rw-r--r--base/p5-archive-zip/Pkgfile9
2 files changed, 5 insertions, 6 deletions
diff --git a/base/p5-archive-zip/.md5sum b/base/p5-archive-zip/.md5sum
index bf05f1bac..b920f7298 100644
--- a/base/p5-archive-zip/.md5sum
+++ b/base/p5-archive-zip/.md5sum
@@ -1 +1 @@
-41ece15de3e9b208dc8a7d31dc6829e6 Archive-Zip-1.27_01.tar.gz
+40153666e7538b410e001aa8a810e702 Archive-Zip-1.30.tar.gz
diff --git a/base/p5-archive-zip/Pkgfile b/base/p5-archive-zip/Pkgfile
index 31fc2feca..655cee3b9 100644
--- a/base/p5-archive-zip/Pkgfile
+++ b/base/p5-archive-zip/Pkgfile
@@ -1,18 +1,17 @@
-# Description: Perl program to create manipulate read and write Zip archive files
+# Description: Programe Perl pour la création, la manipulation et l'écriture des fichiers d'archive Zip
# URL: http://search.cpan.org/~adamk/Archive-Zip-1.23/lib/Archive/Zip.pm
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
name=p5-archive-zip
-version=1.27.1
+version=1.30
release=1
-source=( http://cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-1.27_01.tar.gz
+source=( http://cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-$version.tar.gz
)
build() {
- cd Archive-Zip-1.27_01
+ cd Archive-*
perl Makefile.PL
make OPTIMIZE="${CFLAGS}"
make DESTDIR=${PKG} install