1 # CPAN Name : Lingua-Stem-Snowball-Da
2 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
3 # Generator : CPANPLUS::Dist::Arch 0.18
4 pkgname='perl-lingua-stem-snowball-da'
7 pkgdesc="Stemming algorithm for Danish"
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
12 url='http://search.cpan.org/dist/Lingua-Stem-Snowball-Da'
13 source=('http://search.cpan.org/CPAN/authors/id/C/CI/CINE/Lingua-Stem-Snowball-Da-1.01.tar.gz')
14 md5sums=('e8d9a8285bce0c9e4bedc138cd6a1501')
17 DIST_DIR="${srcdir}/Lingua-Stem-Snowball-Da-1.01"
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