From 8afb6ffbf97bc59a6b97d110bf88c9357be5ad83 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Wed, 16 Oct 2019 17:32:05 -0400 Subject: system/perl-*: modernise --- system/perl-json-maybexs/APKBUILD | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'system/perl-json-maybexs/APKBUILD') diff --git a/system/perl-json-maybexs/APKBUILD b/system/perl-json-maybexs/APKBUILD index 92a37e687..760b09e19 100644 --- a/system/perl-json-maybexs/APKBUILD +++ b/system/perl-json-maybexs/APKBUILD @@ -3,39 +3,32 @@ # Maintainer: Adélie Perl Team pkgname=perl-json-maybexs _pkgreal=JSON-MaybeXS +_author=HAARG +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=1.004000 pkgrel=0 pkgdesc="Use with a fallback to and " url="https://metacpan.org/release/JSON-MaybeXS" arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" -cpandepends="perl-cpanel-json-xs" -cpanmakedepends="perl-test-without-module" -depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" +depends="perl-cpanel-json-xs" +makedepends="" +checkdepends="perl-test-without-module" subpackages="$pkgname-doc" -source="https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" -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}'` + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { - cd "$builddir" make test } package() { - cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -- cgit v1.2.3-60-g2f50