summaryrefslogtreecommitdiffstats
path: root/testing/perl-dist-checkconflicts
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-12 11:48:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-12 11:48:09 +0000
commit66ff370df0ad08a6499122bea580ebc6d5e27206 (patch)
tree15a3cd28d09fd92850639d2f5b65b00922103d5d /testing/perl-dist-checkconflicts
parent3217b2eee01edb1d444adeff0c595e06f80eeb33 (diff)
downloadaports-66ff370df0ad08a6499122bea580ebc6d5e27206.tar.bz2
aports-66ff370df0ad08a6499122bea580ebc6d5e27206.tar.xz
main/perl-dist-checkconflicts: moved from testing
Diffstat (limited to 'testing/perl-dist-checkconflicts')
-rw-r--r--testing/perl-dist-checkconflicts/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/perl-dist-checkconflicts/APKBUILD b/testing/perl-dist-checkconflicts/APKBUILD
deleted file mode 100644
index 90072dcce..000000000
--- a/testing/perl-dist-checkconflicts/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-pkgname=perl-dist-checkconflicts
-_pkgreal=Dist-CheckConflicts
-pkgver=0.02
-pkgrel=0
-pkgdesc="declare version conflicts for your dist"
-url="http://search.cpan.org/dist/Dist-CheckConflicts/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpandepends="perl-list-moreutils perl-sub-exporter perl-test-fatal"
-cpanmakedepends=""
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/D/DO/DOY/$_pkgreal-$pkgver.tar.gz"
-
-_builddir="$srcdir/$_pkgreal-$pkgver"
-
-prepare() {
- cd "$_builddir"
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-build() {
- cd "$_builddir"
- make && make test
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-md5sums="64b8d342ba11336b2969c274a60bbc5f Dist-CheckConflicts-0.02.tar.gz"