summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2011-01-24 12:06:11 +0000
committerLeonardo Arena <rnalrd@gmail.com>2011-01-24 12:06:11 +0000
commit87d126725fc92631a21a984aa0d3a055d71a038b (patch)
tree88bb3a23a918eb19a3acfb859ad1e9ab68599000 /testing
parent90d1177ec1b87c9005b727ef068911416edfc891 (diff)
downloadaports-87d126725fc92631a21a984aa0d3a055d71a038b.tar.bz2
aports-87d126725fc92631a21a984aa0d3a055d71a038b.tar.xz
testing/perl-dbd-sqlite: moved to main
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-dbd-sqlite/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/perl-dbd-sqlite/APKBUILD b/testing/perl-dbd-sqlite/APKBUILD
deleted file mode 100644
index cfae4580f..000000000
--- a/testing/perl-dbd-sqlite/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Jeff Bilyk <jbilyk at gmail>
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname=perl-dbd-sqlite
-_realpkgname=DBD-SQLite
-pkgver=0.31
-pkgrel=1
-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/M/MS/MSERGEANT/${_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="4aa99c39104b7cd39129aec548e7d3e4 DBD-SQLite-0.31.tar.gz"