aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-extutils-cchecker
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-27 22:03:13 -0300
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-28 07:13:18 +0000
commit33f2f4f9467c4bc583e78f87e647415ce153395c (patch)
treee5f9bdc10eab65276c4d78f9c61fbb69860c44d1 /main/perl-extutils-cchecker
parent3e50169500435f5be24c3bfe3dd6c923eba422c6 (diff)
downloadaports-33f2f4f9467c4bc583e78f87e647415ce153395c.tar.bz2
aports-33f2f4f9467c4bc583e78f87e647415ce153395c.tar.xz
main/perl-extutils-cchecker: fix license, modernize, fix file conflict.
Diffstat (limited to 'main/perl-extutils-cchecker')
-rw-r--r--main/perl-extutils-cchecker/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/perl-extutils-cchecker/APKBUILD b/main/perl-extutils-cchecker/APKBUILD
index 47deac7c0b..b11725bd40 100644
--- a/main/perl-extutils-cchecker/APKBUILD
+++ b/main/perl-extutils-cchecker/APKBUILD
@@ -3,11 +3,11 @@
pkgname=perl-extutils-cchecker
_pkgreal=ExtUtils-CChecker
pkgver=0.10
-pkgrel=0
+pkgrel=1
pkgdesc="Perl module configuration-time utilities for using C headers, libraries, or OS features"
url="http://search.cpan.org/dist/ExtUtils-CChecker/"
arch="noarch"
-license="GPL PerlArtistic"
+license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl-test-exception"
makedepends="perl-dev"
checkdepends="perl-test-fatal perl-module-build"
@@ -23,14 +23,14 @@ build() {
}
check() {
- cd "$builddir"
- make test
+ cd "$builddir"
+ make test
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
- find "$pkgdir" -name .packlist -name perllocal.pod -delete
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="8b43c559333d14d682a00a0fa956aff8b6b4209b7b442f330f9e8573b438dcd5a2d3b86582e2aad2f974c342acee3e79785b9816cb585807dba9b448a1626d4c ExtUtils-CChecker-0.10.tar.gz"