diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:23:09 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:23:09 +0100 |
commit | 761fd490ba73792eaf1a502c3c1648f45c07ee99 (patch) | |
tree | 1785d635361b523f47f960653cbfd611d792b6c7 /base/p5-archive-zip/Pkgfile | |
parent | 6f0f485b40475c662e20e970e93e8636fc0a9724 (diff) | |
download | nutyx-extra-761fd490ba73792eaf1a502c3c1648f45c07ee99.tar.gz nutyx-extra-761fd490ba73792eaf1a502c3c1648f45c07ee99.tar.bz2 nutyx-extra-761fd490ba73792eaf1a502c3c1648f45c07ee99.tar.xz nutyx-extra-761fd490ba73792eaf1a502c3c1648f45c07ee99.zip |
p5-archive-zip, déplacé dans base
Diffstat (limited to 'base/p5-archive-zip/Pkgfile')
-rw-r--r-- | base/p5-archive-zip/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/base/p5-archive-zip/Pkgfile b/base/p5-archive-zip/Pkgfile new file mode 100644 index 000000000..31fc2feca --- /dev/null +++ b/base/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: + +name=p5-archive-zip +version=1.27.1 +release=1 +source=( http://cpan.org/authors/id/A/AD/ADAMK/Archive-Zip-1.27_01.tar.gz + ) + + +build() { + cd Archive-Zip-1.27_01 + perl Makefile.PL + make OPTIMIZE="${CFLAGS}" + make DESTDIR=${PKG} install + find ${PKG} -name perllocal.pod -exec rm {} \; +} + |