[arch-commits] Commit in perl-image-exiftool/repos/extra-any (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Fri Oct 11 11:35:10 UTC 2019
Date: Friday, October 11, 2019 @ 11:35:09
Author: bluewind
Revision: 364630
archrelease: copy trunk to extra-any
Added:
perl-image-exiftool/repos/extra-any/PKGBUILD
(from rev 364629, perl-image-exiftool/trunk/PKGBUILD)
Deleted:
perl-image-exiftool/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-11 11:35:02 UTC (rev 364629)
+++ PKGBUILD 2019-10-11 11:35:09 UTC (rev 364630)
@@ -1,39 +0,0 @@
-# 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.50
-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=('b4719aaa07c4ac4de3670da168d8954e')
-
-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"
-}
-
Copied: perl-image-exiftool/repos/extra-any/PKGBUILD (from rev 364629, perl-image-exiftool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-11 11:35:09 UTC (rev 364630)
@@ -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.70
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="https://search.cpan.org/perldoc?exiftool"
+license=('GPL')
+depends=('perl')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
+md5sums=('c1a0905e223ecbc716f64afbfd509dd2')
+
+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