Date: Thursday, August 6, 2015 @ 13:06:28
  Author: jgc
Revision: 243080

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

Added:
  exiv2/repos/testing-i686/
  exiv2/repos/testing-i686/PKGBUILD
    (from rev 243079, exiv2/trunk/PKGBUILD)
  exiv2/repos/testing-x86_64/
  exiv2/repos/testing-x86_64/PKGBUILD
    (from rev 243079, exiv2/trunk/PKGBUILD)

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

Copied: exiv2/repos/testing-i686/PKGBUILD (from rev 243079, 
exiv2/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-08-06 11:06:28 UTC (rev 243080)
@@ -0,0 +1,24 @@
+#$Id$
+# Maintainer: tobias <[email protected]>
+
+pkgname=exiv2
+pkgver=0.25
+pkgrel=2
+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/testing-x86_64/PKGBUILD (from rev 243079, 
exiv2/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-08-06 11:06:28 UTC (rev 243080)
@@ -0,0 +1,24 @@
+#$Id$
+# Maintainer: tobias <[email protected]>
+
+pkgname=exiv2
+pkgver=0.25
+pkgrel=2
+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
+}

Reply via email to