1 # CPAN Name : Math::GSL
2 # Contributor: Anton Leontiev <bunder /at/ t-25.ru>
3 # Generator : CPANPLUS::Dist::Arch 1.18
8 pkgdesc="Perl module providing interface to the GNU Scientific Library using SWIG"
10 url="http://search.cpan.org/dist/Math-GSL"
13 depends=("perl" "gsl")
14 makedepends=("perl-extutils-pkgconfig")
15 checkdepends=("perl-test-exception" "perl-test-class" "perl-test-most")
16 source=(http://search.cpan.org/CPAN/authors/id/L/LE/LETO/Math-GSL-0.26.tar.gz)
17 md5sums=("ae31dc759c620ed0b2098a4d617d0e08")
20 cd "$srcdir/Math-GSL-0.26"
21 PERL_MM_USE_DEFAULT=1 perl Build.PL --installdirs vendor --destdir "$pkgdir"
26 cd "$srcdir/Math-GSL-0.26"
31 cd "$srcdir/Math-GSL-0.26"
33 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete