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

18 lines
415 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: Bir sınıf ve yapısı hakkında bilgi edinin
# URL: http://search.cpan.org/dist/Class-Inspector
# Paketçi: Cihan_Alkan
# Gerekler:
# Grup: sistem
isim=perl-class-inspector
surum=1.32
devir=1
kaynak=(http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Class-Inspector-$surum.tar.gz)
derle() {
cd Class-Inspector-${surum}
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR="$PKG" install
}