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-http-date/APKBUILD | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'system/perl-http-date/APKBUILD') diff --git a/system/perl-http-date/APKBUILD b/system/perl-http-date/APKBUILD index 4cfb54549..5bf34a0f0 100644 --- a/system/perl-http-date/APKBUILD +++ b/system/perl-http-date/APKBUILD @@ -1,7 +1,10 @@ # Contributor: Leonardo Arena # Maintainer: Adélie Perl Team pkgname=perl-http-date -_realname=HTTP-Date +_pkgreal=HTTP-Date +_author=GAAS +_au=${_author%%"${_author#??}"} +_a=${_author%%"${_author#?}"} pkgver=6.02 pkgrel=2 pkgdesc="Perl module date conversion routines" @@ -9,29 +12,22 @@ url="https://metacpan.org/release/HTTP-Date" arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" depends="perl" -makedepends="perl-dev" -replaces="perl-libwww" -install= +makedepends="" subpackages="$pkgname-doc" -source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" - -builddir="$srcdir/$_realname-$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 - # creates file collision among perl modules find "$pkgdir" -name perllocal.pod -delete } -- cgit v1.2.3-60-g2f50