[arch-commits] Commit in (4 files)

Andrea Scarpino andrea at archlinux.org
Mon Jan 26 18:21:50 UTC 2009


    Date: Monday, January 26, 2009 @ 13:21:49
  Author: andrea
Revision: 25319

kdevplatform as depends of kdevelop

Added:
  kdevplatform/
  kdevplatform/repos/
  kdevplatform/trunk/
  kdevplatform/trunk/PKGBUILD

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

Added: kdevplatform/trunk/PKGBUILD
===================================================================
--- kdevplatform/trunk/PKGBUILD	                        (rev 0)
+++ kdevplatform/trunk/PKGBUILD	2009-01-26 18:21:49 UTC (rev 25319)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 23407 2009-01-10 01:50:43Z andrea $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevplatform
+pkgver=0.9.85
+pkgrel=1
+pkgdesc="A C/C++ development platform for KDE - UNstable snapshot build"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/"
+license=('GPL')
+depends=('kdelibs' 'boost' 'subversion' 'commoncpp2')
+makedepends=('cmake' 'automoc4')
+source=(ftp://ftp.kde.org/pub/kde/unstable/kdevelop/3.9.85/src/$pkgname-$pkgver.tar.bz2)
+md5sums=('6a35b5c98bb7ef3e44414069e8586553')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr/
+  make || return 1
+  make DESTDIR=${pkgdir} install || return 1
+}




More information about the arch-commits mailing list