1 # Generated by Xyne::Arch::CPAN 0.07
3 pkgname=perl-business-isbn-data
6 pkgdesc="Data pack for Business::ISBN"
8 url="http://search.cpan.org/dist/Business-ISBN-Data/"
9 license=('PerlArtistic' 'GPL')
10 source=('http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Business-ISBN-Data-20081208.tar.gz')
11 md5sums=('e8edb53f04830344e20f61b02b6ed054')
12 sha256sums=('49f8a021dda08704c8bea03ab914a466a1f2521283cec9cb1ddc6db38549421b')
13 makedepends=('perl-extutils-makemaker')
17 _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL')
18 if [ ! -z "$_dir" ]; then
20 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
22 make install DESTDIR="${pkgdir}" || return 1
25 _dir=$(find $srcdir -maxdepth 2 -type f -name 'Build.PL')
26 if [ ! -z "$_dir" ]; then
28 PERL_MM_USE_DEFAULT=1 perl Build.PL INSTALLDIRS=vendor || return 1
30 ./Build install destdir=${pkgdir} || return 1
33 echo "error: failed to detect build method for $pkgname"
34 echo "you may be able to fix this by editing the PKGBUILD"
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: