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

Eric Bélanger eric at archlinux.org
Sat Nov 19 07:29:30 UTC 2011


    Date: Saturday, November 19, 2011 @ 02:29:30
  Author: eric
Revision: 142962

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-19 07:29:20 UTC (rev 142961)
+++ PKGBUILD	2011-11-19 07:29:30 UTC (rev 142962)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-# Contributor: Firmicus <francois.archlinux.org>
-
-pkgname=perl-exiftool
-_srcname=Image-ExifTool
-pkgver=8.67
-pkgrel=1
-pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
-arch=('any')
-url="http://www.sno.phy.queensu.ca/~phil/exiftool/"
-license=('GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
-md5sums=('41f807544fdc48080289de5dda8959d4')
-
-build() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # remove *.pod, .packlist, and empty dirs:
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}
-

Copied: perl-exiftool/repos/extra-any/PKGBUILD (from rev 142961, perl-exiftool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-11-19 07:29:30 UTC (rev 142962)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=perl-exiftool
+_srcname=Image-ExifTool
+pkgver=8.70
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://www.sno.phy.queensu.ca/~phil/exiftool/"
+license=('GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
+md5sums=('96e607238dc5918732fb8df223b1bb3e')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # remove *.pod, .packlist, and empty dirs:
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}
+




More information about the arch-commits mailing list