Package Details: perl-math-vecstat 0.08-1

Package Base: perl-math-vecstat
Description: Some basic numeric stats on vectors
Upstream URL: http://search.cpan.org/dist/Math-VecStat/VecStat.pm
Category: lib
Licenses: unknown
Submitter: lowfatcomputing
Maintainer: lowfatcomputing
Last Packager: None
Votes: 1
First Submitted: 2011-08-29 20:48
Last Updated: 2011-08-29 20:48

Latest Comments

Comment by cyrilccros

2015-03-25 17:06

Updating to new PKGBUILD guidelines:

# Contributor: Andreas B. Wagner <AndreasBWagner@pointfree.net>
pkgname=perl-math-vecstat
pkgver=0.08
pkgrel=1
pkgdesc='Some basic numeric stats on vectors'
arch=('any')
url='http://search.cpan.org/dist/Math-VecStat/VecStat.pm'
license=('unknown')
depends=('perl>=5.10.0')
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=(!emptydirs)
md5sums=(3df23fb451f73bb49fd4ea344ba94020)
source=("http://search.cpan.org/CPAN/authors/id/A/AS/ASPINELLI/Math-VecStat-$pkgver.tar.gz")
build() {
cd "$srcdir/Math-VecStat-$pkgver"
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;
/usr/bin/perl Makefile.PL
make
}

check(){
cd "$srcdir/Math-VecStat-$pkgver"
make test
}

package(){
cd "$srcdir/Math-VecStat-$pkgver"
make DESTDIR="$pkgdir/" install
}