[arch-commits] Commit in kdebindings/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Tue Dec 2 00:07:51 UTC 2008


    Date: Monday, December 1, 2008 @ 19:07:51
  Author: pierre
Revision: 20281

initial commit of kde-unstable

Added:
  kdebindings/repos/kde-unstable-i686/
  kdebindings/repos/kde-unstable-x86_64/
  kdebindings/repos/kde-unstable-x86_64/PKGBUILD

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

Added: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2008-12-02 00:07:51 UTC (rev 20281)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 17571 2008-10-31 03:06:31Z pierre $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdebindings
+pkgver=4.1.81
+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=('ef4c2a59f6cba08502d1bda9e140184d')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DBUILD_csharp=OFF \
+		-DBUILD_falcon=OFF \
+		-DBUILD_java=OFF \
+		-DBUILD_php=OFF \
+		-DBUILD_ruby=OFF \
+		-DBUILD_smoke=OFF
+	make
+	make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list