diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 09:13:50 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 11:24:36 +0000 |
commit | 02845d5a2b1a049e003d5af6a1ce1684ef966029 (patch) | |
tree | ee85b088534d50c10122a6aad4f0a24af0360d1d /testing/perl-module-runtime-conflicts | |
parent | f18c03be138cdf19cfc175560bcfed4bafc3f3c9 (diff) | |
download | aports-02845d5a2b1a049e003d5af6a1ce1684ef966029.tar.bz2 aports-02845d5a2b1a049e003d5af6a1ce1684ef966029.tar.xz |
community/perl-module-runtime-conflicts: moved from testing
Diffstat (limited to 'testing/perl-module-runtime-conflicts')
-rw-r--r-- | testing/perl-module-runtime-conflicts/APKBUILD | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/testing/perl-module-runtime-conflicts/APKBUILD b/testing/perl-module-runtime-conflicts/APKBUILD deleted file mode 100644 index 862a24fa7b..0000000000 --- a/testing/perl-module-runtime-conflicts/APKBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Automatically generated by apkbuild-cpan, template 1 -# Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=perl-module-runtime-conflicts -_pkgreal=Module-Runtime-Conflicts -pkgver=0.003 -pkgrel=0 -pkgdesc="Provide information on conflicts for Module::Runtime" -url="http://search.cpan.org/dist/Module-Runtime-Conflicts/" -arch="noarch" -license="GPL PerlArtistic" -cpandepends="perl-module-runtime perl-dist-checkconflicts" -cpanmakedepends=" " -depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" -subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_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 -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 - find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete -} - -md5sums="67aaf699072063cc00c5b6afd4c67a6f Module-Runtime-Conflicts-0.003.tar.gz" -sha256sums="707cdc75038c70fe91779b888ac050f128565d3967ba96680e1b1c7cc9733875 Module-Runtime-Conflicts-0.003.tar.gz" -sha512sums="1b72ea7cc9516721290d5ea433169697b4134b5fc77872d6822e4c395a154bf956d469ab5da2802d587d60dfb13b9784014fe492988cf3f8b5820da2d63e8ca1 Module-Runtime-Conflicts-0.003.tar.gz" |