summaryrefslogtreecommitdiff
path: root/community-testing/perl-dbd-sqlite2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/perl-dbd-sqlite2/PKGBUILD')
-rw-r--r--community-testing/perl-dbd-sqlite2/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community-testing/perl-dbd-sqlite2/PKGBUILD b/community-testing/perl-dbd-sqlite2/PKGBUILD
deleted file mode 100644
index 314f129d4..000000000
--- a/community-testing/perl-dbd-sqlite2/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 47756 2011-05-25 13:30:12Z tdziedzic $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Charles Mauch <cmauch@gmail.com>
-
-pkgname=perl-dbd-sqlite2
-pkgver=0.33
-pkgrel=7
-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://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite2-${pkgver}.tar.gz")
-md5sums=('babd83fd5eb9ba7560ad4bab4c76c0eb')
-
-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
-}