1 # CPAN Name : Snowball-Swedish
2 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
3 # Generator : CPANPLUS::Dist::Arch 0.18
4 pkgname='perl-snowball-swedish'
7 pkgdesc="Porters stemming algorithm for swedish."
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
12 url='http://search.cpan.org/dist/Snowball-Swedish'
13 source=('http://search.cpan.org/CPAN/authors/id/A/AS/ASKSH/Snowball-Swedish-1.2.tar.gz')
14 md5sums=('e2ed0f5c2a9fc7e500c61553c4c1e9c9')
17 DIST_DIR="${srcdir}/Snowball-Swedish-1.2"
18 export PERL_MM_USE_DEFAULT=1
19 { cd "$DIST_DIR" && perl Makefile.PL INSTALLDIRS=vendor &&
21 make DESTDIR="$pkgdir" install; } || return 1;
23 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete