[arch-commits] Commit in perl-exiftool/trunk (PKGBUILD)

François Charette francois at archlinux.org
Wed Jul 22 18:06:19 UTC 2009


    Date: Wednesday, July 22, 2009 @ 14:06:18
  Author: francois
Revision: 46981

Update to v7.82 and change to arch=any

Modified:
  perl-exiftool/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-22 17:57:21 UTC (rev 46980)
+++ PKGBUILD	2009-07-22 18:06:18 UTC (rev 46981)
@@ -1,27 +1,28 @@
 # $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=7.52
+pkgver=7.82
 pkgrel=1
 license=('GPL2')
-pkgdesc="reader and rewriter of exif informations that supports raw files"
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
 url="http://www.sno.phy.queensu.ca/~phil/exiftool/"
-arch=(i686 x86_64)
+arch=(any)
 depends=('perl>=5.10')
 source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-${pkgver}.tar.gz)
 options=(!emptydirs)
-md5sums=('1bb30df08bd7e0c8a0ee149a279dd7d0')
+md5sums=('bf55d8d39deb6e0919632f8fdfe0b4f9')
 
 build() {
-  cd ${startdir}/src/${_srcname}-${pkgver}
+  cd ${srcdir}/${_srcname}-${pkgver}
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor || return 1
   make  || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir} install || return 1
   # remove *.pod, .packlist, and empty dirs:
-  find ${startdir}/pkg -name '.packlist' -delete
-  find ${startdir}/pkg -name '*.pod' -delete
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
 }




More information about the arch-commits mailing list