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