desktop/kdeplasma-applets-cwp/PKGBUILD

30 lines
863 B
Bash
Raw Normal View History

2014-01-26 03:14:10 +08:00
# Maintainer: Francesco Marinucci <franzmari[at]chakra-project[dot]it>
pkgname=kdeplasma-applets-cwp
2014-06-04 23:45:10 +08:00
pkgver=1.11.0
2011-02-26 23:53:49 +08:00
pkgrel=1
pkgdesc="cwp, a kdeplasma weather plasmoid with lots of customization"
2012-11-05 07:01:23 +08:00
arch=('x86_64')
url="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925"
license=('GPL')
2011-09-11 11:02:27 +08:00
depends=('kde-workspace')
makedepends=('make' 'cmake' 'automoc4')
categories=('accessories')
2012-05-09 23:53:29 +08:00
screenshot=('http://kde-apps.org/CONTENT/content-pre1/98925-1.png')
2012-11-05 07:01:23 +08:00
install='customizable-weather-plasmoid.install'
2014-02-26 09:08:06 +08:00
source=("http://www.kde-apps.org/CONTENT/content-files/98925-cwp-$pkgver.tar.bz2")
2014-06-04 23:45:10 +08:00
md5sums=('3347f0704c726dc94f0b24fd95d00d82')
2012-02-20 05:30:48 +08:00
build() {
cd $srcdir/cwp-$pkgver/
mkdir build
cd build
2012-05-14 02:13:31 +08:00
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
}
package() {
cd $srcdir/cwp-$pkgver/build
make DESTDIR=$pkgdir install
}