[arch-commits] Commit in kdebindings/repos/kde-unstable-i686 (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Wed Dec 10 00:15:32 UTC 2008


    Date: Tuesday, December 9, 2008 @ 19:15:32
  Author: pierre
Revision: 21104

kde-unstable

Added:
  kdebindings/repos/kde-unstable-i686/PKGBUILD
    (from rev 21085, kdebindings/repos/kde-unstable-x86_64/PKGBUILD)

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

Copied: kdebindings/repos/kde-unstable-i686/PKGBUILD (from rev 21085, kdebindings/repos/kde-unstable-x86_64/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2008-12-10 00:15:32 UTC (rev 21104)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 17571 2008-10-31 03:06:31Z pierre $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdebindings
+pkgver=4.1.82
+pkgrel=1
+pkgdesc="KDE Language Bindings"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdepimlibs' 'kdebase-workspace' 'python' 'qscintilla' 'pyqt' 'sip')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
+options=('docs')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('b3f9b0c1036047fe8a7f9d035a3ef8f3')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DBUILD_csharp=OFF
+	make
+	make DESTDIR=$pkgdir install
+}


Property changes on: kdebindings/repos/kde-unstable-i686/PKGBUILD
___________________________________________________________________
Added: svn:mergeinfo
   + 




More information about the arch-commits mailing list