updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / kcoloredit / PKGBUILD
blob746acbe4e06ae77b01544e04a010d871718af219
1 # Contributor: Andrea Scarpino <andrea@archlinux.org>
2 # Contributor: Pierre Schmitz <pierre@archlinux.de>
4 pkgname=kcoloredit
5 pkgver=2.0.0
6 _kdever=4.4.0
7 pkgrel=5
8 pkgdesc="A usefull tool that makes more easy and fun edit and create color"
9 arch=('i686' 'x86_64')
10 url='http://extragear.kde.org/apps/kcoloredit/'
11 license=('GPL')
12 depends=('kdebase-runtime')
13 makedepends=('pkgconfig' 'cmake' 'automoc4')
14 options=('docs')
15 install=${pkgname}.install
16 source=("http://download.kde.org/stable/extragear/${pkgname}-${pkgver}-kde${_kdever}.tar.bz2")
18 build() {
19   cd $srcdir
20   mkdir build
21   cd build
22   cmake ../${pkgname}-${pkgver}-kde${_kdever} \
23     -DCMAKE_BUILD_TYPE=Release \
24     -DCMAKE_INSTALL_PREFIX=/usr
25   make
28 package() {
29   cd ${srcdir}/build
30   make DESTDIR=$pkgdir install
32 md5sums=('c28d476835caefc3736bcac912554cb5')