milis/talimatname/genel/perl-archive-zip/talimat

19 lines
570 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Zip modülü, bir Perl programının Zip arşiv dosyalarını oluşturmasına, işlenmesine, okumasına ve yazmasına olanak tanır.
# URL: http://search.cpan.org/~adamk/Archive-Zip-1.23/lib/Archive/Zip.pm
# Packager: alihan-ozturk28@hotmail.com
# Depends on :
name=perl-archive-zip
version=1.57
release=1
source=(http://cpan.metacpan.org/authors/id/P/PH/PHRED/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 {} \;
}