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

Andrea Scarpino andrea at archlinux.org
Thu Aug 2 15:21:13 UTC 2012


    Date: Thursday, August 2, 2012 @ 11:21:12
  Author: andrea
Revision: 164674

db-move: moved exiv2 from [staging] to [testing] (i686, x86_64)

Added:
  exiv2/repos/testing-i686/
  exiv2/repos/testing-i686/PKGBUILD
    (from rev 164672, exiv2/repos/staging-i686/PKGBUILD)
  exiv2/repos/testing-x86_64/
  exiv2/repos/testing-x86_64/PKGBUILD
    (from rev 164672, exiv2/repos/staging-x86_64/PKGBUILD)
Deleted:
  exiv2/repos/staging-i686/
  exiv2/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: exiv2/repos/testing-i686/PKGBUILD (from rev 164672, exiv2/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-08-02 15:21:12 UTC (rev 164674)
@@ -0,0 +1,25 @@
+#$Id$
+# Maintainer: tobias <tobias at arhlinux.org>
+
+pkgname=exiv2
+pkgver=0.23
+pkgrel=1
+pkgdesc="Exif and Iptc metadata manipulation library and tools"
+arch=('i686' 'x86_64')
+url="http://exiv2.org"
+license=('GPL')
+depends=('gcc-libs' 'zlib' 'expat')
+options=('!libtool')
+source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('5f342bf642477526f41add11d6ee7787cdcd639f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: exiv2/repos/testing-x86_64/PKGBUILD (from rev 164672, exiv2/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-08-02 15:21:12 UTC (rev 164674)
@@ -0,0 +1,25 @@
+#$Id$
+# Maintainer: tobias <tobias at arhlinux.org>
+
+pkgname=exiv2
+pkgver=0.23
+pkgrel=1
+pkgdesc="Exif and Iptc metadata manipulation library and tools"
+arch=('i686' 'x86_64')
+url="http://exiv2.org"
+license=('GPL')
+depends=('gcc-libs' 'zlib' 'expat')
+options=('!libtool')
+source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('5f342bf642477526f41add11d6ee7787cdcd639f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list