updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / plasmoidstdin / PKGBUILD
blob5522d3406844c5a515a42ad658080ca749a90a28
1 # Contributor: bgmiki <vmikiv@gmail.com>
2 pkgname=plasmoidstdin
3 pkgver=0.2
4 pkgrel=3
5 pkgdesc="Plasmoid Binary"
6 arch=('i686' 'x86_64')
7 url="http://www.kde-look.org/content/show.php/STDIN+Plasmoid?content=92309"
8 license=('GPL')
9 source=(http://www.kde-look.org/CONTENT/content-files/92309-0.2-beta1.tar.bz2)
10 md5sums=('df2624396c2838457b866483dfbf9265')
12 build() {
13         cd $startdir/src/0.2-beta1
14         cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
15         make || return 1
16         make DESTDIR=$startdir/pkg install || return 1