# 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 {} \;
}