# Contributor: Jeff Bilyk # Maintainer: Leonardo Arena pkgname=perl-dbd-sqlite _realpkgname=DBD-SQLite pkgver=1.31 pkgrel=0 pkgdesc="Perl CPAN DBD::SQLite module" url="http://search.cpan.org/dist/${_realpkgname}" arch="all" license="GPL PerlArtistic" depends="perl-dbi" makedepends="perl perl-dev" source="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/${_realpkgname}-$pkgver.tar.gz" _builddir="$srcdir"/${_realpkgname}-$pkgver prepare() { return 0 } build() { cd "$_builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 # creates file collision among perl modules find "$pkgdir" -name perllocal.pod -delete } md5sums="67b3575104efd606c8093bc416e3338d DBD-SQLite-1.31.tar.gz"