1 # This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
4 pkgname=perl-geography-countries
5 _cpanname=Geography-Countries
8 pkgdesc="2-letter, 3-letter, and numerical codes for countries. "
10 url="http://search.cpan.org/~ABIGAIL/${_cpanname}"
11 license=('GPL' 'PerlArtistic')
12 depends=('perl>=5.10.0')
13 #makedepends=('perl-extutils-makemaker')
14 options=('!emptydirs')
15 source=(http://www.cpan.org/authors/id/A/AB/ABIGAIL/${_cpanname}-${pkgver}.tar.gz)
16 md5sums=('2c9ef26b46bbeca9abbca5015cc748b9')
19 cd $srcdir/${_cpanname}-${pkgver}
20 sed -i '/^auto_install/d' Makefile.PL
21 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
23 make install DESTDIR=$pkgdir || return 1
24 find $pkgdir -name '.packlist' -delete
25 find $pkgdir -name '*.pod' -delete