diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-12 18:03:30 -0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-20 13:27:32 +0000 |
commit | fab844f4d590648522ea60a5301b8a3e3972bb86 (patch) | |
tree | 01c767ad88868f07fe87d267179f182fcaf69156 /community/perl-dist-checkconflicts/APKBUILD | |
parent | 9a79178b09f6f51ba407f30100000169a5c27bfb (diff) | |
download | aports-fab844f4d590648522ea60a5301b8a3e3972bb86.tar.bz2 aports-fab844f4d590648522ea60a5301b8a3e3972bb86.tar.xz |
community/perl-dist-checkconflicts: remove, is in main/
Diffstat (limited to 'community/perl-dist-checkconflicts/APKBUILD')
-rw-r--r-- | community/perl-dist-checkconflicts/APKBUILD | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/community/perl-dist-checkconflicts/APKBUILD b/community/perl-dist-checkconflicts/APKBUILD deleted file mode 100644 index 9bfa7438ac..0000000000 --- a/community/perl-dist-checkconflicts/APKBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# Automatically generated by apkbuild-cpan, template 1 -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=perl-dist-checkconflicts -_pkgreal=Dist-CheckConflicts -pkgver=0.11 -pkgrel=1 -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-module-runtime" -cpanmakedepends="perl-test-fatal" -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() { - default_prepare - - cd "$builddir" - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor -} - -build() { - cd "$builddir" - export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` - make -} - -check() { - cd "$builddir" - make test -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install - find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete -} - -sha512sums="6c3f8546c1c7904bbc2a3c1135d145cbff95997c3032e9129afc98bdd98578dd9219af444f357dd8e9b1f08442a2fdd9d6f7fe8768f8ef165e71570f5ae246ad Dist-CheckConflicts-0.11.tar.gz" |