PKGBUILDs/community/perl-tidy/PKGBUILD

24 lines
751 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
# Maintainer: Firmicus <francois.archlinux.org>
pkgname=perl-tidy
pkgver=20090616
pkgrel=1
pkgdesc="Parses and beautifies perl source "
arch=(any)
url="http://search.cpan.org/dist/Perl-Tidy"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
md5sums=('63baa94a96fc5c272e06e72e589e7673')
build() {
cd $startdir/src/Perl-Tidy-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
make || return 1
make install DESTDIR=$startdir/pkg || return 1
find $startdir/pkg -name '.packlist' -delete
find $startdir/pkg -name '*.pod' -delete
}