[arch-commits] Commit in exiv2/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Jul 31 07:30:39 UTC 2019
Date: Wednesday, July 31, 2019 @ 07:30:39
Author: arojas
Revision: 358803
archrelease: copy trunk to testing-x86_64
Added:
exiv2/repos/testing-x86_64/
exiv2/repos/testing-x86_64/PKGBUILD
(from rev 358802, exiv2/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: exiv2/repos/testing-x86_64/PKGBUILD (from rev 358802, exiv2/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-31 07:30:39 UTC (rev 358803)
@@ -0,0 +1,29 @@
+# Maintainer: tobias <tobias at arhlinux.org>
+
+pkgname=exiv2
+pkgver=0.27.2
+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/v$pkgver.tar.gz")
+sha256sums=('3dbcaf01fbc5b98d42f091d1ff0d4b6cd9750dc724de3d9c0d113948570b2934')
+
+build() {
+ cd $pkgname-$pkgver
+ cmake . \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DEXIV2_ENABLE_VIDEO=ON \
+ -DEXIV2_BUILD_SAMPLES=OFF \
+ -DEXIV2_ENABLE_NLS=ON \
+ -DCMAKE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list