milis/talimatname/genel/p/perl-www-robotrules/talimat

21 lines
410 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: Robots.txt türevli izinlerin veritabanı
# URL: http://search.cpan.org/
# Paketçi: milisarge
# Gerekler: perl-uri
isim=perl-www-robotrules
surum=6.02
devir=2
kaynak=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-$surum.tar.gz)
derle() {
cd WWW-RobotRules-$surum
perl Makefile.PL
make
make DESTDIR=$PKG install
find $PKG \
-name perllocal.pod \
-o -name .packlist | xargs rm
}