milis/talimatname/genel/p/perl-class-accessor/talimat

20 lines
478 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: Otomatik erişimci üretimi
# URL: http://search.cpan.org/dist/Class-Accessor/
# Paketçi: Cihan_Alkan
# Gerekler:
# Grup: kütüphane
isim=perl-class-accessor
surum=0.51
devir=1
kaynak=(https://www.cpan.org/authors/id/K/KA/KASEI/Class-Accessor-$surum.tar.gz)
derle() {
cd Class-Accessor-$surum
eval `perl -V:archname`
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR="$PKG" install
find "$PKG" \( -name '.packlist' -o -name '*.pod' \) -delete
}