[arch-commits] Commit in perl-image-exiftool/repos (staging-any staging-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 25 12:10:26 UTC 2019


    Date: Saturday, May 25, 2019 @ 12:10:24
  Author: felixonmars
Revision: 354279

archrelease: copy trunk to staging-any

Added:
  perl-image-exiftool/repos/staging-any/
  perl-image-exiftool/repos/staging-any/PKGBUILD
    (from rev 354278, perl-image-exiftool/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: perl-image-exiftool/repos/staging-any/PKGBUILD (from rev 354278, perl-image-exiftool/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2019-05-25 12:10:24 UTC (rev 354279)
@@ -0,0 +1,39 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=perl-image-exiftool
+_srcname=Image-ExifTool
+pkgver=11.30
+pkgrel=2
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://search.cpan.org/perldoc?exiftool"
+license=('GPL')
+depends=('perl')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
+md5sums=('3f0e368d9b1df5b5a50c9f03e5df6436')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -dm755 "$pkgdir/usr/share/$pkgname"
+  cp -r fmt_files config_files arg_files "$pkgdir/usr/share/$pkgname"
+}
+



More information about the arch-commits mailing list