# Contributor: Swift Geek pkgname=perl-math-convexhull-monotonechain pkgver=0.01 pkgrel=1 pkgdesc="Math::ConvexHull::MonotoneChain - Andrew's monotone chain algorithm for finding a convex hull in 2D" arch=('any') url="https://metacpan.org/release/Math-ConvexHull-MonotoneChain/" license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') makedepends=() provides=() conflicts=() replaces=() backup=() options=(!emptydirs) #install= source=("http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Math-ConvexHull-MonotoneChain-${pkgver}.tar.gz") md5sums=('eaac1a9350f914fea5bbce2029b95b57') _src_dir='$srcdir/Math-ConvexHull-MonotoneChain-$pkgver' build() { # Setting these env variables overwrites any command-line-options we don't want... export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ MODULEBUILDRC=/dev/null eval cd "$_src_dir" /usr/bin/perl Makefile.PL make } check () { eval cd "$_src_dir" make test } package () { eval cd "$_src_dir" make install # remove perllocal.pod and .packlist find "$pkgdir" -name .packlist -o -name perllocal.pod -delete }