Date: Sunday, October 2, 2011 @ 08:29:57
  Author: eric
Revision: 139500

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

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

-------------------------+
 staging-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: exiv2/repos/staging-i686/PKGBUILD (from rev 139499, 
exiv2/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2011-10-02 12:29:57 UTC (rev 139500)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: tobias <tob...@arhlinux.org>
+
+pkgname=exiv2
+pkgver=0.22
+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";)
+md5sums=('84d7d5b1802529efca8ac3d6e6a97e3a')
+sha1sums=('35211d853a986fe1b008fca14db090726e8dcce3')
+
+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/staging-x86_64/PKGBUILD (from rev 139499, 
exiv2/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2011-10-02 12:29:57 UTC (rev 139500)
@@ -0,0 +1,26 @@
+#$Id$
+# Maintainer: tobias <tob...@arhlinux.org>
+
+pkgname=exiv2
+pkgver=0.22
+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";)
+md5sums=('84d7d5b1802529efca8ac3d6e6a97e3a')
+sha1sums=('35211d853a986fe1b008fca14db090726e8dcce3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to