# Contributor: John D Jones III AKA jnbek # Generator : CPANPLUS::Dist::Arch 1.32 pkgname='perl-io-util' pkgver='1.5' pkgrel='1' pkgdesc="A selection of general-utility IO function" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl') makedepends=() url='https://metacpan.org/release/IO-Util' source=('http://search.cpan.org/CPAN/authors/id/D/DO/DOMIZIO/IO-Util-1.5.tar.gz' 'test_pod.patch') md5sums=('520ce0056f3e5816ae82bc93bf413507' '01f1451584758582a3835d278df90125') _distdir="IO-Util-1.5" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ PERL_AUTOINSTALL=--skipdeps \ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ MODULEBUILDRC=/dev/null cd "$srcdir/$_distdir" patch -Np1 -i ../test_pod.patch /usr/bin/perl Makefile.PL make ) } check() { cd "$srcdir/$_distdir" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" make test ) } package() { cd "$srcdir/$_distdir" make install find "$pkgdir" -name .packlist -o -name perllocal.pod -delete } # Local Variables: # mode: shell-script # sh-basic-offset: 2 # End: # vim:set ts=2 sw=2 et: