summaryrefslogtreecommitdiff
path: root/community/compizconfig-backend-kconfig4/PKGBUILD
blob: 8c404704c5e8a4417a32fe4dff849449e1e939b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $Id: PKGBUILD 52303 2011-07-23 10:45:04Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>

pkgname=compizconfig-backend-kconfig4
pkgver=0.8.8
pkgrel=1
pkgdesc="Compizconfig backend for kconfig4"
arch=('i686' 'x86_64')
url="http://www.compiz.org/"
license=('GPL2')
depends=('libcompizconfig' 'kdelibs' 'libxcomposite' 'libxinerama')
makedepends=('cmake' 'automoc4')
groups=('compiz-fusion-kde' 'compiz-fusion')
source=("http://releases.compiz.org/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha1sums=('d7a29339b47233ad53fe04ca0136fdb511b945ac')

build() {
  cd "${srcdir}"
  mkdir build
  cd build
  cmake ../${pkgname}-${pkgver} \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr
  make
}

package() {
  cd "${srcdir}"/build
  make DESTDIR="${pkgdir}" install
}