# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-image-exiftool pkgver=11.08 pkgrel=0 pkgdesc="Perl module for editing exif metadata in files" url="https://www.sno.phy.queensu.ca/~phil/exiftool" arch="noarch" license="Artistic-1.0-Perl GPL-1.0-or-later" depends="perl" makedepends="perl-dev" install="" subpackages="$pkgname-doc exiftool" source="https://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$pkgver.tar.gz" builddir="$srcdir"/Image-ExifTool-$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 find "$pkgdir" -name .packlist -delete } exiftool() { pkgdesc="Tool for editing exif metadata in files" depends="perl-image-exiftool" mkdir -p "$subpkgdir"/usr mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } sha512sums="2205206548682d37c742b42e9e816e68cbb6f2cc632367269af155cd2e4bd78b951c5642d0336120799dce2b5a4ae7050c94109bf98e2e5c6ca7d28533489a43 Image-ExifTool-11.08.tar.gz"