# Maintainer: Brian Bidulock pkgname=perl-linux-lvm2 _cpanname=Linux-LVM2 pkgver=0.14 pkgrel=1 pkgdesc="Perl/CPAN Module Linux::LVM2 - a Linux LVM2 wrapper" arch=(any) url="https://metacpan.org/release/$_cpanname" license=(PerlArtistic) options=('!emptydirs') depends=(perl-moose perl-namespace-autoclean perl-sys-fs perl-sys-run perl-try-tiny) source=("http://cpan.metacpan.org/authors/id/T/TE/TEX/$_cpanname-$pkgver.tar.gz") md5sums=('5f003d8b176186c495964bc0b50b163e') build() { cd "$srcdir/$_cpanname-$pkgver" # install module in vendor directories PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } package() { cd "$srcdir/$_cpanname-$pkgver" make install DESTDIR="$pkgdir/" #remove perllocal.pod and .packlist find "$pkgdir" -name perllocal.pod -delete find "$pkgdir" -name .packlist -delete }