1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00

testing/perl-module-find: upgrade to 0.15

This commit is contained in:
Leo 2019-12-27 02:23:37 +01:00
parent 50f76cd931
commit fe6c7cdb7b

View file

@ -3,39 +3,36 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com> # Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=perl-module-find pkgname=perl-module-find
_pkgreal=Module-Find _pkgreal=Module-Find
pkgver=0.13 pkgver=0.15
pkgrel=0 pkgrel=0
pkgdesc="Find and use installed modules in a (sub)category" pkgdesc="Find and use installed modules in a (sub)category"
url="http://search.cpan.org/dist/Module-Find/" url="https://metacpan.org/release/Module-Find"
arch="noarch" arch="noarch"
license="GPL PerlArtistic" license="GPL-1.0-or-later OR Artistic-1.0-Perl"
cpandepends="" depends="perl"
cpanmakedepends=" " makedepends="perl-dev"
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/C/CR/CRENZ/$_pkgreal-$pkgver.tar.gz" source="https://cpan.metacpan.org/authors/id/C/CR/CRENZ/Module-Find-$pkgver.tar.gz"
_builddir="$srcdir/$_pkgreal-$pkgver" builddir="$srcdir/$_pkgreal-$pkgver"
prepare() { prepare() {
cd "$_builddir" export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
} }
build() { build() {
cd "$_builddir" export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` make
make && make test }
check() {
make test
} }
package() { package() {
cd "$_builddir" make DESTDIR="$pkgdir" install
make DESTDIR="$pkgdir" install || return 1
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
} }
md5sums="28a11699901c2b07795ad59827d6ee66 Module-Find-0.13.tar.gz" sha512sums="769f1ee8836a127cb3c08edc858240c88e6481243d15b79b348c66d960213a98963bd9c453756645982c730a3c895a7dc35b06a970a0d6300690a605f4487dac Module-Find-0.15.tar.gz"
sha256sums="4a47862072ca4962fa69796907476049dc60176003e946cf4b68a6b669f18568 Module-Find-0.13.tar.gz"
sha512sums="86c6b845cddf884cdd13a5ac4982220cc0da66af3d17e92eec6714bf56607e6d414baec90e0e23e04876023df435c9ee2f4411f0f557e34ba4327b0a615a56dc Module-Find-0.13.tar.gz"