PKGBUILDs/community/perl-regexp-shellish/PKGBUILD
2009-10-09 21:15:33 -05:00

21 lines
764 B
Bash

# This PKGBUILD was autocreated. See http://xtermin.us/archperl/ for details
# Maintainer: Charles Mauch <cmauch@gmail.com>
pkgname=perl-regexp-shellish
pkgver=0.93
pkgrel=3
pkgdesc="Perl/CPAN Module Regexp::Shellish : Shelllike regular expressions"
arch=("i686" "x86_64")
url="http://search.cpan.org/dist/Regexp-Shellish"
license=("GPL" "PerlArtistic")
source=("http://www.cpan.org/authors/id/R/RB/RBS/Regexp-Shellish-0.93.tar.gz")
md5sums=('a5f92bf82b3d5033518e6d2c1028ee37')
build() {
cd $startdir/src/Regexp-Shellish-0.93
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
}