milis/talimatname/genel/p/perl-error/talimat

22 lines
473 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.

# Tanım: Perl / CPAN Hata modülü - OO-ish yolunda hata / istisna işleme
# URL: http://search.cpan.org/
# Paketçi: milisarge
# Gerekler:
isim=perl-error
surum=0.17022
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-$surum.tar.gz)
derle() {
cd Error-$surum
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}