updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / perl-marc-charset / PKGBUILD
blobae96774476ff5d3516811c438211435beebc2be5
1 # Generated by Xyne::Arch::CPAN 0.07
3 pkgname=perl-marc-charset
4 pkgver=1.31
5 pkgrel=1
6 pkgdesc="convert MARC-8 encoded strings to UTF-8"
7 arch=('i686' 'x86_64')
8 url="http://search.cpan.org/dist/MARC-Charset/"
9 license=('PerlArtistic' 'GPL')
10 source=('http://search.cpan.org/CPAN/authors/id/E/ES/ESUMMERS/MARC-Charset-1.31.tar.gz')
11 md5sums=('a330575c9df3fa207dca5f70f2f9ec7c')
12 sha256sums=('33974d62792b82f88d8baba3dd854454ae8f40876a94031ac6216cb16a5db603')
13 depends=('perl-class-accessor' 'perl-xml-sax' 'perl-unicode-normalize')
14 makedepends=('perl-extutils-makemaker')
15 provides=('perl-marc-charset-code' 'perl-marc-charset-compiler' 'perl-marc-charset-constants' 'perl-marc-charset-table')
16 options=(!emptydirs)
18 build() {
19   _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL')
20   if [ ! -z "$_dir" ]; then
21     cd $(dirname "$_dir")
22     PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
23     make  || return 1
24     make install DESTDIR="${pkgdir}" || return 1
26   else
27   _dir=$(find $srcdir -maxdepth 2 -type f -name 'Build.PL')
28   if [ ! -z "$_dir" ]; then
29     cd $(dirname "$_dir")
30     PERL_MM_USE_DEFAULT=1 perl Build.PL INSTALLDIRS=vendor || return 1
31     ./Build  || return 1
32     ./Build install destdir=${pkgdir} || return 1
34   else
35     echo "error: failed to detect build method for $pkgname"
36     echo "you may be able to fix this by editing the PKGBUILD"
37     return 1
38   fi fi
40   # remove perllocal.pod and .packlist
41   find ${pkgdir} -name perllocal.pod -delete
42   find ${pkgdir} -name .packlist -delete
45 # vim:set ts=2 sw=2 et: