# $Id: PKGBUILD 88254 2013-04-15 10:48:22Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Charles Mauch pkgname=perl-dbd-sqlite2 pkgver=0.36 pkgrel=1 pkgdesc="Perl/CPAN Module DBD::SQLite2" arch=("i686" "x86_64") url="http://search.cpan.org/dist/DBD-SQLite2" license=("GPL" "PerlArtistic") depends=("perl-dbi") source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/DBD-SQLite2-$pkgver.tar.gz") md5sums=('221b30e630c72613d1fb5663db048a71') build() { cd DBD-SQLite2-${pkgver} PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } package() { cd DBD-SQLite2-${pkgver} make install DESTDIR=${pkgdir} find ${pkgdir} -name '.packlist' -delete find ${pkgdir} -name '*.pod' -delete }