updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / plasma-runcommand-plasmoid / PKGBUILD
blob3b8884d3c96261fff6ea40cd527db4ef4f8ef4d3
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
2 pkgname=plasma-runcommand-plasmoid
3 pkgver=2.2
4 pkgrel=1
5 pkgdesc="A convenient plasmoid to run commands without using a terminal or KRunner."
6 arch=('i686' 'x86_64')
7 url="http://www.kde-look.org/content/show.php/Run+Command?content=91495"
8 license=('GPL2')
9 depends=('kdebase-workspace')
10 makedepends=('cmake' 'gcc' 'automoc4')
11 source=(http://www.kde-look.org/CONTENT/content-files/91495-runcommand-$pkgver.tar.bz2)
13 build() {
15 cd $srcdir/runcommand-$pkgver
16 mkdir build
17 cd build
19 cmake -DCMAKE_INSTALL_PREFIX=/usr ../ || return 1
20 make || return 1
21 make DESTDIR=$pkgdir install || return 1
23 md5sums=('1af09c59f3cba642db36871fb9cd340a')