milis/talimatname/genel/p/perl-extutils-depends/talimat

24 lines
638 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: Bu modül, diğer perl uzantıları tarafından sağlanan işlevleri ve tip haritalarını kullanan Perl uzantıları oluşturmayı kolaylaştırmaya çalışır.
# URL: http://search.cpan.org/~flora/ExtUtils-Depends-0.304/lib/ExtUtils/Depends.pm
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=perl-extutils-depends
surum=0.304
devir=1
kaynak=(http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Depends-$surum.tar.gz)
derle() {
cd ExtUtils-Depends-$surum
perl Makefile.PL
make
make DESTDIR=$PKG install
find $PKG \
-name perllocal.pod \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}