# $Id$ # Maintainer: Sergej Pupykin # This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman # Contributor: François Charette pkgname=perl-file-slurp pkgver=9999.19 pkgrel=4 pkgdesc="Read/write/append files quickly" arch=('any') url="http://search.cpan.org/dist/File-Slurp" license=('GPL' 'PerlArtistic') depends=('perl>=5.14.0') options=('!emptydirs') source=(https://www.cpan.org/authors/id/U/UR/URI/File-Slurp-$pkgver.tar.gz) sha256sums=('ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643') build() { cd "$srcdir"/File-Slurp-$pkgver PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } package() { cd "$srcdir"/File-Slurp-$pkgver make install DESTDIR="$pkgdir" find "$pkgdir" -name '.packlist' -delete find "$pkgdir" -name '*.pod' -delete }