[arch-commits] Commit in kdegraphics-strigi-analyzer/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Mon Jul 25 00:15:19 UTC 2011


    Date: Sunday, July 24, 2011 @ 20:15:19
  Author: andrea
Revision: 132625

move pkgbuilds to trunk; cleanup

Added:
  kdegraphics-strigi-analyzer/trunk/PKGBUILD
    (from rev 132557, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)

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

Copied: kdegraphics-strigi-analyzer/trunk/PKGBUILD (from rev 132557, kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-07-25 00:15:19 UTC (rev 132625)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.7.0
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+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=('2c2ff7e6b13ac1c073f112df9c794065d191e085')
+
+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