[arch-commits] Commit in exiv2/repos (4 files)

Allan McRae allan at archlinux.org
Sat Dec 5 15:16:44 UTC 2015


    Date: Saturday, December 5, 2015 @ 16:16:43
  Author: allan
Revision: 252400

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  exiv2/repos/staging-i686/
  exiv2/repos/staging-i686/PKGBUILD
    (from rev 252396, exiv2/trunk/PKGBUILD)
  exiv2/repos/staging-x86_64/
  exiv2/repos/staging-x86_64/PKGBUILD
    (from rev 252399, exiv2/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: exiv2/repos/staging-i686/PKGBUILD (from rev 252396, exiv2/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-05 15:16:43 UTC (rev 252400)
@@ -0,0 +1,24 @@
+#$Id$
+# Maintainer: tobias <tobias at arhlinux.org>
+
+pkgname=exiv2
+pkgver=0.25
+pkgrel=3
+pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools"
+arch=('i686' 'x86_64')
+url="http://exiv2.org"
+license=('GPL2')
+depends=('gcc-libs' 'zlib' 'expat')
+source=(http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz)
+md5sums=('258d4831b30f75a01e0234065c6c2806')
+
+build() {
+  cd $pkgname-$pkgver 
+  ./configure --prefix=/usr --enable-video
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: exiv2/repos/staging-x86_64/PKGBUILD (from rev 252399, exiv2/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-05 15:16:43 UTC (rev 252400)
@@ -0,0 +1,24 @@
+#$Id$
+# Maintainer: tobias <tobias at arhlinux.org>
+
+pkgname=exiv2
+pkgver=0.25
+pkgrel=3
+pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools"
+arch=('i686' 'x86_64')
+url="http://exiv2.org"
+license=('GPL2')
+depends=('gcc-libs' 'zlib' 'expat')
+source=(http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz)
+md5sums=('258d4831b30f75a01e0234065c6c2806')
+
+build() {
+  cd $pkgname-$pkgver 
+  ./configure --prefix=/usr --enable-video
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list