# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman # Maintainer: Jozef Riha pkgname=perl-file-path _cpanname=File-Path pkgver=2.09 pkgrel=1 pkgdesc="File path and name utilities" arch=('any') url="http://search.cpan.org/~DLAND/${_cpanname}" license=('GPL' 'PerlArtistic') depends=('perl') options=('!emptydirs') source=(http://www.cpan.org/authors/id/D/DL/DLAND/${_cpanname}-${pkgver}.tar.gz) md5sums=('423f5ead2727be5270f08a39df53be6c') build() { cd $srcdir/${_cpanname}-${pkgver} sed -i '/^auto_install/d' Makefile.PL PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } package() { cd $srcdir/${_cpanname}-${pkgver} make install DESTDIR=$pkgdir find $pkgdir -name '.packlist' -delete find $pkgdir -name '*.pod' -delete }