[arch-commits] Commit in (4 files)

Pierre Schmitz pierre at archlinux.org
Thu Aug 28 08:28:24 UTC 2008


    Date: Thursday, August 28, 2008 @ 04:28:24
  Author: pierre
Revision: 10366

adding lancelot to our repos

Added:
  lancelot/
  lancelot/repos/
  lancelot/trunk/
  lancelot/trunk/PKGBUILD

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

Added: lancelot/trunk/PKGBUILD
===================================================================
--- lancelot/trunk/PKGBUILD	                        (rev 0)
+++ lancelot/trunk/PKGBUILD	2008-08-28 08:28:24 UTC (rev 10366)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=lancelot
+pkgver=1.0
+pkgrel=1
+pkgdesc="An application launcher menu (or ALI) for KDE 4 designed to provide a place from which all your jobs begin."
+arch=('i686' 'x86_64')
+url='http://lancelot.fomentgroup.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'python')
+options=('docs')
+source=("http://downloads.sourceforge.net/lancelot-menu/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('20ad6b20817ac0f0e6903930c27e7d85')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+	make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list