# $Id$ # Maintainer: Giovanni Scafora # Contributor: François Charette pkgname=perl-math-round pkgver=0.07 pkgrel=2 pkgdesc="Perl extension for rounding numbers" arch=('any') url="http://search.cpan.org/dist/Math-Round" license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') source=("http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$pkgver.tar.gz") md5sums=('b74c5d2a3f891c19dafd7ce638732fd1') build() { cd "${srcdir}/Math-Round-${pkgver}" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { cd "${srcdir}/Math-Round-${pkgver}" make test } package() { cd "${srcdir}/Math-Round-${pkgver}" make install DESTDIR=${pkgdir} find ${pkgdir} -name '.packlist' -delete find ${pkgdir} -name '*.pod' -delete }