updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / perl-class-gomor / PKGBUILD
blob2d8857a3fbfe9e0f78fc2190a61833f478f28f90
1 # Contributor: Eduardo Reveles <me@osiux.ws>
2 # Generated by Xyne::Arch::CPAN 0.07
4 pkgname=perl-class-gomor
5 pkgver=1.20.0
6 pkgrel=1
7 pkgdesc="another class and object builder"
8 arch=('i686' 'x86_64')
9 url="http://search.cpan.org/dist/Class-Gomor/"
10 license=('artistic')
11 source=('http://search.cpan.org/CPAN/authors/id/G/GO/GOMOR/Class-Gomor-1.02.tar.gz')
12 md5sums=('287c3b3be72fcb4a4089fe232b8b1002')
13 sha256sums=('f67476f9d2d8f6d3a0d769ba1687d8b5aad77ee0f85210efb8602a2b470a533c')
14 depends=('perl-data-dumper')
15 makedepends=('perl-extutils-makemaker')
16 provides=('perl-class-gomor-array=1.20.0' 'perl-class-gomor-hash=1.20.0')
17 options=(!emptydirs)
19 build() {
20   _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL')
21   if [ ! -z "$_dir" ]; then
22     cd $(dirname "$_dir")
23     PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
24     make  || return 1
25     make install DESTDIR="${pkgdir}" || return 1
27   else
28   _dir=$(find $srcdir -maxdepth 2 -type f -name 'Build.PL')
29   if [ ! -z "$_dir" ]; then
30     cd $(dirname "$_dir")
31     PERL_MM_USE_DEFAULT=1 perl Build.PL INSTALLDIRS=vendor || return 1
32     ./Build  || return 1
33     ./Build install destdir=${pkgdir} || return 1
35   else
36     echo "error: failed to detect build method for $pkgname"
37     echo "you may be able to fix this by editing the PKGBUILD"
38     return 1
39   fi fi
41   # remove perllocal.pod and .packlist
42   find ${pkgdir} -name perllocal.pod -delete
43   find ${pkgdir} -name .packlist -delete
46 # vim:set ts=2 sw=2 et: