desktop/kdeplasma-applets-cwp/PKGBUILD
2013-04-14 18:45:04 +00:00

32 lines
905 B
Bash

# maintainer abveritas@chakra-project.org
pkgname=kdeplasma-applets-cwp
pkgver=1.7.1
pkgrel=1
pkgdesc="cwp, a kdeplasma weather plasmoid with lots of customization"
arch=('x86_64')
url="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
license=('GPL')
depends=('kde-workspace')
makedepends=('make' 'cmake' 'automoc4')
conflicts=('kde-extragear-plasmoids')
replaces=('kdeplasma-addons-cwp')
categories=('accessories')
screenshot=('http://kde-apps.org/CONTENT/content-pre1/98925-1.png')
install='customizable-weather-plasmoid.install'
source=("http://www.kde-look.org/CONTENT/content-files/98925-cwp-$pkgver.tar.bz2")
md5sums=('81ef3675db6a2cc0fea60af76ce0f552')
build() {
cd $srcdir/cwp-$pkgver/
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
}
package() {
cd $srcdir/cwp-$pkgver/build
make DESTDIR=$pkgdir install
}