updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / perl-lingua-stem-snowball-da / PKGBUILD
blobbf300307ebf30e058053701785952d75e22b2a35
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'
5 pkgver='1.01'
6 pkgrel='1'
7 pkgdesc="Stemming algorithm for Danish"
8 arch=('any')
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
11 depends=('perl')
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')
16 build() {
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 &&
20     make &&make test &&
21     make DESTDIR="$pkgdir" install;  } || return 1;
23   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete