summaryrefslogtreecommitdiff
path: root/community/compizconfig-python/PKGBUILD
blob: 3dd61035e14c11613f33a2a27867d2e930efce9e (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
# $Id: PKGBUILD 33724 2010-11-28 10:19:25Z ibiru $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: JJDaNiMoTh <jjdanimoth@gmail.com>
# Contributor: nesl247 <nesl247@gmail.com>

pkgname=compizconfig-python
pkgver=0.8.4
pkgrel=2
pkgdesc="Compizconfig bindings for python"
arch=('i686' 'x86_64' 'mips64el')
url="http://opencompositing.org"
license=('GPL')
depends=('compiz-core>=0.8.4' 'libcompizconfig>=0.8.4' 'glib2' 'python2')
makedepends=('intltool' 'pkgconfig' 'pyrex')
conflicts=('compizconfig-python-git')
source=(http://releases.compiz-fusion.org/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('702f83f63ce5dc3c6c1d27e07fb62fc3')

build() {
  cd ${srcdir}/${pkgname}-${pkgver}
  PYTHON=python2 ./configure --prefix=/usr

  make
  make DESTDIR=${pkgdir} install
}