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

21 lines
410 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Robots.txt türevli izinlerin veritabanı
2016-02-24 02:27:23 +02:00
# URL: http://search.cpan.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: perl-uri
2017-04-11 09:43:08 +03:00
2017-10-28 15:10:23 +03:00
isim=perl-www-robotrules
surum=6.02
devir=2
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-$surum.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd WWW-RobotRules-$surum
2016-02-24 02:27:23 +02:00
perl Makefile.PL
make
make DESTDIR=$PKG install
find $PKG \
-name perllocal.pod \
-o -name .packlist | xargs rm
}