Date: Sunday, August 21, 2016 @ 01:59:31 Author: felixonmars Revision: 274112
upgpkg: libkexiv2 16.08.0-1 Upstream release Added: libkexiv2/trunk/ libkexiv2/trunk/PKGBUILD Deleted: libkexiv2/trunk/ ----------+ PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 01:59:31 UTC (rev 274112) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Maintainer: Antonio Rojas <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> + +pkgname=libkexiv2 +pkgver=16.08.0 +pkgrel=1 +pkgdesc="A library to manipulate pictures metadata" +url="https://www.kde.org/applications/graphics/" +arch=(i686 x86_64) +license=(GPL LGPL FDL) +depends=(qt5-base exiv2) +makedepends=(extra-cmake-modules) +source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +sha1sums=('034f954fc229cd98b42c8cb2177100d693fa7e5c') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Property changes on: libkexiv2/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
