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-authen-sasl/APKBUILD | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'system/perl-authen-sasl/APKBUILD') diff --git a/system/perl-authen-sasl/APKBUILD b/system/perl-authen-sasl/APKBUILD index b894d9dee..74afc7ab0 100644 --- a/system/perl-authen-sasl/APKBUILD +++ b/system/perl-authen-sasl/APKBUILD @@ -1,6 +1,9 @@ # Maintainer: Adélie Perl Team pkgname=perl-authen-sasl -_realname=Authen-SASL +_pkgreal=Authen-SASL +_author=GBARR +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=2.16 pkgrel=2 pkgdesc="SASL authentication framework for Perl" @@ -8,28 +11,22 @@ url="https://metacpan.org/release/Authen-SASL" arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" depends="perl perl-digest-hmac" -makedepends="perl-dev perl-module-install" -install= +makedepends="perl-module-install" subpackages="$pkgname-doc" -source="https://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz" -builddir="$srcdir/$_realname-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/Authen-SASL-$pkgver.tar.gz" +builddir="$srcdir/$_pkgreal-$pkgver" build() { - cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { - cd "$builddir" make test } package() { - cd "$builddir" make DESTDIR="$pkgdir" install - - # creates file collision among perl modules find "$pkgdir" -name perllocal.pod -delete } -- cgit v1.2.3-60-g2f50