updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / perl-geography-countries / PKGBUILD
blobd5758d5ea096e21347e12825a21abe599a5096b1
1 # This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
2 # Contributor: 
4 pkgname=perl-geography-countries
5 _cpanname=Geography-Countries
6 pkgver=2009041301
7 pkgrel=1
8 pkgdesc="2-letter, 3-letter, and numerical codes for countries. "
9 arch=('any')
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')
18 build() {
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 
22   make || return 1
23   make install DESTDIR=$pkgdir || return 1
24   find $pkgdir -name '.packlist' -delete
25   find $pkgdir -name '*.pod' -delete