[arch-commits] Commit in kdebindings-qyoto/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Mon Jul 25 00:12:33 UTC 2011


    Date: Sunday, July 24, 2011 @ 20:12:33
  Author: andrea
Revision: 132577

move pkgbuilds to trunk; cleanup

Added:
  kdebindings-qyoto/trunk/PKGBUILD
    (from rev 132557, kdebindings-qyoto/kde-unstable/PKGBUILD)

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

Copied: kdebindings-qyoto/trunk/PKGBUILD (from rev 132557, kdebindings-qyoto/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-07-25 00:12:33 UTC (rev 132577)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.0
+pkgrel=1
+pkgdesc=".NET/Mono bindings for the Qt libraries"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=("http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.bz2")
+sha1sums=('2d55a08882679f2693008741f53deabc57898487')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../qyoto-${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