summaryrefslogtreecommitdiffstats
path: root/p5-archive-zip/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'p5-archive-zip/Pkgfile')
-rw-r--r--p5-archive-zip/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/p5-archive-zip/Pkgfile b/p5-archive-zip/Pkgfile
new file mode 100644
index 000000000..655cee3b9
--- /dev/null
+++ b/p5-archive-zip/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+
+name=p5-archive-zip
+version=1.30
+release=1
+source=( http://cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-$version.tar.gz
+ )
+
+
+build() {
+ cd Archive-*
+ perl Makefile.PL
+ make OPTIMIZE="${CFLAGS}"
+ make DESTDIR=${PKG} install
+ find ${PKG} -name perllocal.pod -exec rm {} \;
+}
+