summaryrefslogtreecommitdiff
path: root/p5-math-round/Pkgfile
blob: 0d7a2cede5d16e4de5079c374f33fd9f5e5c342b (plain)
    1 # Description: Perl extension for rounding numbers
    2 # URL: https://metacpan.org/pod/Math::Round
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on:
    5 
    6 name=p5-math-round
    7 version=0.07
    8 release=1
    9 source=(https://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$version.tar.gz)
   10 
   11 build() {
   12   cd Math-Round-$version
   13   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   14   make
   15   make install DESTDIR=$PKG
   16   find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
   17 }

Generated by cgit