# # Chakra Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # contributor: Radu Andries pkgname=kdeplasma-applets-wattson pkgver=1.0 pkgrel=3 arch=('i686' 'x86_64') pkgdesc="A plasmoid for displaying used watts by laptop" url="http://kde-apps.org/content/show.php/Wattson?content=126981" makedepends=("cmake" "automoc4") depends=('kde-workspace') license=('GPL') categories=('accessories') source=("http://kde-look.org/CONTENT/content-files/126981-wattson.tar.xz") md5sums=('373f70d4772c8d6023639cd80ed77124') build() { cd $srcdir/wattson/ if [ -d build ]; then rm -rf build fi mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make } package() { cd $srcdir/wattson/build make DESTDIR=$pkgdir install }