[arch-commits] Commit in perl-exiftool/repos/extra-any (PKGBUILD PKGBUILD)
Eric Bélanger
eric at archlinux.org
Tue Dec 13 23:07:20 UTC 2011
Date: Tuesday, December 13, 2011 @ 18:07:19
Author: eric
Revision: 145000
archrelease: copy trunk to extra-any
Added:
perl-exiftool/repos/extra-any/PKGBUILD
(from rev 144999, perl-exiftool/trunk/PKGBUILD)
Deleted:
perl-exiftool/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 72 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 39 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-12-13 23:07:09 UTC (rev 144999)
+++ PKGBUILD 2011-12-13 23:07:19 UTC (rev 145000)
@@ -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.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
-}
-
Copied: perl-exiftool/repos/extra-any/PKGBUILD (from rev 144999, perl-exiftool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-12-13 23:07:19 UTC (rev 145000)
@@ -0,0 +1,39 @@
+# $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.72
+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=('9ed54dc1b981188e34013911ce4e24f5')
+
+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
+ # remove *.pod, .packlist, and empty dirs:
+ find "${pkgdir}" -name '.packlist' -delete
+ find "${pkgdir}" -name '*.pod' -delete
+}
+
More information about the arch-commits
mailing list