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

21 lines
430 B
Plaintext
Raw Normal View History

2017-04-11 08:43:08 +02:00
# Description: Robots.txt türevli izinlerin veritabanı
2016-02-24 01:27:23 +01:00
# URL: http://search.cpan.org/
2017-04-11 08:43:08 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: perl perl-uri
2017-04-11 08:43:08 +02:00
2016-02-24 01:27:23 +01:00
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
}