# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-www-robotrules pkgver=6.01 pkgrel=1 pkgdesc="WWW::RobotRules perl module" url="http://search.cpan.org/dist/WWW-RobotRules/" arch="noarch" license="GPLv2 or Artistic" depends="perl perl-uri" makedepends="perl-dev" install="" replaces="perl-libwww" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-$pkgver.tar.gz" _builddir="$srcdir"/WWW-RobotRules-$pkgver prepare() { local i cd "$_builddir" for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done } build() { cd "$_builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make && make test || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } md5sums="b1252da49727320a1b5e20b3521d2499 WWW-RobotRules-6.01.tar.gz"