[arch-commits] Commit in (4 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Fri Jan 17 13:48:02 UTC 2014


    Date: Friday, January 17, 2014 @ 14:48:02
  Author: flexiondotorg
Revision: 104317

Added python2-exiv2

Added:
  python2-exiv2/
  python2-exiv2/repos/
  python2-exiv2/trunk/
  python2-exiv2/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Added: python2-exiv2/trunk/PKGBUILD
===================================================================
--- python2-exiv2/trunk/PKGBUILD	                        (rev 0)
+++ python2-exiv2/trunk/PKGBUILD	2014-01-17 13:48:02 UTC (rev 104317)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Archie <xMickael at ifrance.com>
+# Contributor: Byron Clark <byron at theclarkfamily.name>
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=2
+pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata."
+url="http://tilloy.net/dev/pyexiv2"
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=("http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2")
+md5sums=('9c0377ca4cf7d5ceeee994af0b5536ae')
+
+build() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    scons
+}
+
+package() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    scons DESTDIR="${pkgdir}" install
+}


Property changes on: python2-exiv2/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list