1 # CPAN Name : Number-Bytes-Human
2 # Contributor: Sebastian Köhler <sebkoehler@whoami.org.uk>
3 # Generator : CPANPLUS::Dist::Arch 0.20
4 pkgname='perl-number-bytes-human'
7 pkgdesc="Convert byte count to human readable format
\r"
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
12 url='http://search.cpan.org/dist/Number-Bytes-Human'
13 source=('http://search.cpan.org/CPAN/authors/id/F/FE/FERREIRA/Number-Bytes-Human-0.07.tar.gz')
14 md5sums=('8e5d230709bfc5e919f5f47ed3cb5bdb')
17 DIST_DIR="${srcdir}/Number-Bytes-Human-0.07"
18 export PERL_MM_USE_DEFAULT=1
20 perl Makefile.PL INSTALLDIRS=vendor &&
23 make DESTDIR="$pkgdir" install;
26 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete