updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / perl-sub-identify / PKGBUILD
blobac71bf1756625f31b6b21449d85b4c84b6ace9b7
1 # CPAN Name  : Sub-Identify
2 # Contributor: Anonymous
3 # Generator  : CPANPLUS::Dist::Arch 1.00
4 # Template @ http://github.com/xenoterracide/AURpan/blob/master/perl-sub-identify/PKGBUILD.tt
5 # File bugs @ http://github.com/xenoterracide/AURpan/issues
7 pkgname='perl-sub-identify'
8 pkgver='0.04'
9 pkgrel='1'
10 pkgdesc="Retrieve names of code references"
11 arch=('i686' 'x86_64')
12 url='http://search.cpan.org/dist/Sub-Identify'
13 license=('PerlArtistic' 'GPL')
14 depends=('perl')
17 options=('!emptydirs')
19 source=('http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-0.04.tar.gz')
20 md5sums=('cfa7c0d73090a2b4fb75d8a581a3ca81')
22 build() {
23   DIST_DIR="${srcdir}/Sub-Identify-0.04"
24   export PERL_AUTOINSTALL=--skipdeps PERL_MM_USE_DEFAULT=1
25   {
26         cd "$DIST_DIR" &&
27     perl Makefile.PL INSTALLDIRS=vendor &&
28     make &&
29     make test &&
30     make DESTDIR="$pkgdir" install;
31   } || return 1;
33   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete