21 lines
410 B
Plaintext
21 lines
410 B
Plaintext
|
# 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
|
|||
|
}
|