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

Florian Pritz bluewind at archlinux.org
Sun Nov 16 13:29:06 UTC 2014


    Date: Sunday, November 16, 2014 @ 14:29:05
  Author: bluewind
Revision: 226314

archrelease: copy trunk to extra-any

Added:
  perl-image-exiftool/repos/extra-any/PKGBUILD
    (from rev 226313, perl-image-exiftool/trunk/PKGBUILD)
Deleted:
  perl-image-exiftool/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-16 13:29:02 UTC (rev 226313)
+++ PKGBUILD	2014-11-16 13:29:05 UTC (rev 226314)
@@ -1,38 +0,0 @@
-# $Id$
-# 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=9.70
-pkgrel=1
-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=('474bb4b097c8e1577067855f88e67bf8')
-
-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
-}
-

Copied: perl-image-exiftool/repos/extra-any/PKGBUILD (from rev 226313, perl-image-exiftool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-11-16 13:29:05 UTC (rev 226314)
@@ -0,0 +1,38 @@
+# $Id$
+# 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=9.76
+pkgrel=1
+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=('2dedfc6df3bf0fe04877f0335c0ac315')
+
+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
+}
+



More information about the arch-commits mailing list