updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / perl-io-all / PKGBUILD
blob6e149c5db88364e0f1314561c842a5cb7f0c2f08
1 # Generated by Xyne::Arch::CPAN 0.07
3 pkgname=perl-io-all
4 pkgver=0.44
5 pkgrel=1
6 pkgdesc="IO::All of it to Graham and Damian!"
7 arch=('i686' 'x86_64')
8 url="http://search.cpan.org/dist/IO-All/"
9 license=('perl')
10 source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/IO-All-$pkgver.tar.gz")
11 depends=('perl-io-string' 'perl>=5.6.1')
12 makedepends=('perl-extutils-makemaker>=6.42.0')
13 provides=('perl-io-all-base' 'perl-io-all-dbm' 'perl-io-all-dir' 'perl-io-all-file' 'perl-io-all-filesys' 'perl-io-all-link' 'perl-io-all-mldbm' 'perl-io-all-pipe' 'perl-io-all-socket' 'perl-io-all-stdio' 'perl-io-all-string' 'perl-io-all-temp')
14 options=(!emptydirs)
16 build() {
17   _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL')
18   if [ ! -z "$_dir" ]; then
19     cd $(dirname "$_dir")
20     PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
21     make  || return 1
22     make install DESTDIR="${pkgdir}" || return 1
24   else
25   _dir=$(find $srcdir -maxdepth 2 -type f -name 'Build.PL')
26   if [ ! -z "$_dir" ]; then
27     cd $(dirname "$_dir")
28     PERL_MM_USE_DEFAULT=1 perl Build.PL INSTALLDIRS=vendor || return 1
29     ./Build  || return 1
30     ./Build install destdir=${pkgdir} || return 1
32   else
33     echo "error: failed to detect build method for $pkgname"
34     echo "you may be able to fix this by editing the PKGBUILD"
35     return 1
36   fi fi
38   # remove perllocal.pod and .packlist
39   find ${pkgdir} -name perllocal.pod -delete
40   find ${pkgdir} -name .packlist -delete
43 # vim:set ts=2 sw=2 et:
45 md5sums=('95c050d189ead7cbf84f46c3577cef4c')