[arch-commits] Commit in libkexiv2/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon Jul 25 00:13:04 UTC 2011
Date: Sunday, July 24, 2011 @ 20:13:03
Author: andrea
Revision: 132585
move pkgbuilds to trunk; cleanup
Added:
libkexiv2/trunk/PKGBUILD
(from rev 132557, libkexiv2/kde-unstable/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: libkexiv2/trunk/PKGBUILD (from rev 132557, libkexiv2/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-07-25 00:13:03 UTC (rev 132585)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkexiv2
+pkgver=4.7.0
+pkgrel=1
+pkgdesc="A library to manipulate pictures metadata"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('ee5f524d02c7b1fb29767177890f556fa155c5fc')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list