1 # Maintainer: Moritz Heidkamp <moritz@twoticketsplease.de>
3 pkgname=perl-www-dict-leo-org
6 pkgdesc="Perl/CPAN Module WWW::Dict::Leo::Org : Interface module to dictionary dict.leo.org"
8 url="http://search.cpan.org/~tlinden/WWW-Dict-Leo-Org/"
9 license=("GPL" "PerlArtistic")
10 source=("http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/WWW-Dict-Leo-Org-${pkgver}.tar.gz")
11 md5sums=('ff067fcf65803d3e056a2ed4b15b1844')
12 depends=('perl-html-tableparser')
15 cd $startdir/src/WWW-Dict-Leo-Org-${pkgver}
16 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
18 make install DESTDIR=$startdir/pkg || return 1
19 find $startdir/pkg -name '.packlist' -delete
20 find $startdir/pkg -name '*.pod' -delete