Skip to content
Snippets Groups Projects
Commit 1fccbde3 authored by Celeste's avatar Celeste Committed by omni
Browse files

community/perl-image-info: upgrade to 1.45

parent 48f5e28b
No related branches found
No related tags found
1 merge request!75835community/perl-image-info: upgrade to 1.45
Pipeline #275295 skipped
# Automatically generated by apkbuild-cpan, template 3 # Automatically generated by apkbuild-cpan, template 4
# Contributor: Timothy Legge <timlegge@gmail.com> # Contributor: Timothy Legge <timlegge@gmail.com>
# Maintainer: Timothy Legge <timlegge@gmail.com> # Maintainer: Timothy Legge <timlegge@gmail.com>
pkgname=perl-image-info pkgname=perl-image-info
pkgver=1.45
pkgrel=0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Image-Info _pkgreal=Image-Info
pkgver=1.44
pkgrel=0
pkgdesc="Extract meta information from image files" pkgdesc="Extract meta information from image files"
url="https://metacpan.org/release/Image-Info/" url="https://metacpan.org/release/Image-Info/"
arch="noarch" arch="noarch"
...@@ -17,7 +17,10 @@ builddir="$srcdir/$_pkgreal-$pkgver" ...@@ -17,7 +17,10 @@ builddir="$srcdir/$_pkgreal-$pkgver"
build() { build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL \
INSTALLDIRS=vendor \
NO_PACKLIST=1 \
NO_PERLLOCAL=1
make make
} }
...@@ -28,9 +31,8 @@ check() { ...@@ -28,9 +31,8 @@ check() {
package() { package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
} }
sha512sums=" sha512sums="
893304f4b6ced6752a5588e458eea90ac2e843637eb35379beaed389772bfd5fc2611f4d4a7726454c1c8ad34c75cc6cd696303182ac83597c322619093fe1cc Image-Info-1.44.tar.gz 362e4b9af59506bf232813e66b49557c7b20a1b6facf3e7ba2e66bc37d0babdf4b714e099eb0bd9a828337a408a79aa3d15a310c53d848977f4c451660f191e8 Image-Info-1.45.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment