[arch-commits] Commit in libexif/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Mon May 11 10:43:36 UTC 2020


    Date: Monday, May 11, 2020 @ 10:43:35
  Author: allan
Revision: 383187

archrelease: copy trunk to extra-x86_64

Added:
  libexif/repos/extra-x86_64/PKGBUILD
    (from rev 383186, libexif/trunk/PKGBUILD)
Deleted:
  libexif/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   49 ++++++++++++++++++++++++-------------------------
 1 file changed, 24 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 10:41:53 UTC (rev 383186)
+++ PKGBUILD	2020-05-11 10:43:35 UTC (rev 383187)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=libexif
-pkgver=0.6.21
-pkgrel=3
-pkgdesc="A library to parse an EXIF file and read the data from those tags"
-arch=(i686 x86_64)
-license=('LGPL')
-url="https://sourceforge.net/projects/libexif"
-depends=('glibc')
-source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libexif/repos/extra-x86_64/PKGBUILD (from rev 383186, libexif/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-11 10:43:35 UTC (rev 383187)
@@ -0,0 +1,24 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=libexif
+pkgver=0.6.21
+pkgrel=3
+pkgdesc="A library to parse an EXIF file and read the data from those tags"
+arch=(x86_64)
+license=('LGPL')
+url="https://sourceforge.net/projects/libexif"
+depends=('glibc')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list