# $Id: PKGBUILD 112618 2014-06-04 13:51:20Z bluewind $ # Maintainer: Sergej Pupykin # Contributor: François Charette pkgname=perl-dbd-pg pkgver=3.2.0 pkgrel=2 pkgdesc="Postgres Driver for DBI" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/DBD-Pg" license=('GPL' 'PerlArtistic') depends=('perl-dbi>=1.52' 'postgresql-libs') options=('!emptydirs') source=("http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz") md5sums=('21b5a7f2d0a3ceccea67ed9e69e41ace') build() { cd DBD-Pg-${pkgver} PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } package() { cd DBD-Pg-${pkgver} make install DESTDIR=${pkgdir} find ${pkgdir} -name '.packlist' -delete find ${pkgdir} -name '*.pod' -delete }