summaryrefslogtreecommitdiff
path: root/community/compizconfig-backend-kconfig4/PKGBUILD
blob: 7722987dc8490a57ed0dab970bf17dd93c6c48a3 (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 49088 2011-06-10 14:35:09Z andrea $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>

pkgname=compizconfig-backend-kconfig4
pkgver=0.8.4
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")
md5sums=('89f3cdbdbb8b1bc88f55ccaedbc8404d')

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
}