[arch-commits] Commit in (5 files)

Andrea Scarpino andrea at archlinux.org
Tue May 24 06:14:50 UTC 2011


    Date: Tuesday, May 24, 2011 @ 02:14:50
  Author: andrea
Revision: 124699

KDE 4.7beta1 - splitted kdegraphics

Added:
  kdegraphics-ksaneplugin/
  kdegraphics-ksaneplugin/kde-unstable/
  kdegraphics-ksaneplugin/kde-unstable/PKGBUILD
  kdegraphics-ksaneplugin/repos/
  kdegraphics-ksaneplugin/trunk/

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

Added: kdegraphics-ksaneplugin/kde-unstable/PKGBUILD
===================================================================
--- kdegraphics-ksaneplugin/kde-unstable/PKGBUILD	                        (rev 0)
+++ kdegraphics-ksaneplugin/kde-unstable/PKGBUILD	2011-05-24 06:14:50 UTC (rev 124699)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=4.6.80
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.bz2")
+sha1sums=('3caa70899ed3797c9739409d311779f39fa9eda7')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksaneplugin-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: kdegraphics-ksaneplugin/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list