[arch-commits] Commit in exiv2/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat May 18 07:03:08 UTC 2019


    Date: Saturday, May 18, 2019 @ 07:03:07
  Author: arojas
Revision: 353562

archrelease: copy trunk to staging-x86_64

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

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

Copied: exiv2/repos/staging-x86_64/PKGBUILD (from rev 353561, exiv2/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-05-18 07:03:07 UTC (rev 353562)
@@ -0,0 +1,29 @@
+# Maintainer: tobias <tobias at arhlinux.org>
+
+pkgname=exiv2
+pkgver=0.27.1
+pkgrel=1
+pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools"
+arch=('x86_64')
+url="http://exiv2.org"
+license=('GPL2')
+depends=('gcc-libs' 'zlib' 'expat')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/Exiv2/exiv2/archive/$pkgver.tar.gz")
+sha256sums=('1b3766b2c203ce213a4195de14d61694017ec1a69d15d4575bccecef130990fe')
+
+build() {
+  cd $pkgname-$pkgver 
+  cmake . \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DEXIV2_ENABLE_VIDEO=ON \
+    -DEXIV2_BUILD_SAMPLES=OFF \
+    -DEXIV2_BUILD_PO=ON \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list