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

21 lines
425 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.

# Description: Robots.txt türevli izinlerin veritabanı
# URL: http://search.cpan.org/
# Packager: milisarge
# Depends on: perl-uri
name=perl-www-robotrules
version=6.02
release=2
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-$version.tar.gz)
build() {
cd WWW-RobotRules-$version
perl Makefile.PL
make
make DESTDIR=$PKG install
find $PKG \
-name perllocal.pod \
-o -name .packlist | xargs rm
}