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-mime-charset/APKBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'system/perl-mime-charset/APKBUILD') diff --git a/system/perl-mime-charset/APKBUILD b/system/perl-mime-charset/APKBUILD index 0d4541a3f..2dd9090bc 100644 --- a/system/perl-mime-charset/APKBUILD +++ b/system/perl-mime-charset/APKBUILD @@ -1,31 +1,33 @@ # Contributor: Kiyoshi Aman # Maintainer: Adélie Perl Team pkgname=perl-mime-charset +_pkgreal=MIME-Charset +_author=NEZUMI +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=1.012.2 pkgrel=0 pkgdesc="Perl database for MIME character sets" url="https://metacpan.org/pod/MIME::Charset" arch="noarch" license="Artistic-1.0-Perl AND GPL-2.0+" -depends="perl perl-encode-eucjpascii perl-encode-jisx0213 perl-encode-hanextra +depends="perl-encode-eucjpascii perl-encode-jisx0213 perl-encode-hanextra perl-pod2-base" +makedepends="" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/MIME-Charset-$pkgver.tar.gz" -builddir="$srcdir/MIME-Charset-$pkgver" +source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$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 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -- cgit v1.2.3-70-g09d2