summaryrefslogtreecommitdiffstats
path: root/extra/p5-archive-zip/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:28:30 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:28:30 +0200
commit8043a52f3fce516bfa46dacb71c50ad16f5f8316 (patch)
treecf2bb2e78f2280123de0953103f3f9adb8be2ac8 /extra/p5-archive-zip/Pkgfile
parentb0d041be3eea5df5ed9005fd3ac1339f5f1e28a3 (diff)
downloadnutyx-pakxe-8043a52f3fce516bfa46dacb71c50ad16f5f8316.tar.gz
nutyx-pakxe-8043a52f3fce516bfa46dacb71c50ad16f5f8316.tar.bz2
nutyx-pakxe-8043a52f3fce516bfa46dacb71c50ad16f5f8316.tar.xz
nutyx-pakxe-8043a52f3fce516bfa46dacb71c50ad16f5f8316.zip
Ajout de p5-archive-zip#1.23-1
Diffstat (limited to 'extra/p5-archive-zip/Pkgfile')
-rw-r--r--extra/p5-archive-zip/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/p5-archive-zip/Pkgfile b/extra/p5-archive-zip/Pkgfile
new file mode 100644
index 000000000..344b46466
--- /dev/null
+++ b/extra/p5-archive-zip/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Perl program to create manipulate read and write Zip archive files
+# 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: perl
+
+name=p5-archive-zip
+version=1.23
+release=1
+source=( http://cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-$version.tar.gz
+ )
+
+
+build() {
+ cd Archive-Zip-$version
+ perl Makefile.PL
+ make OPTIMIZE="${CFLAGS}"
+ make DESTDIR=${PKG} install
+ find ${PKG} -name perllocal.pod -exec rm {} \;
+}
+