From 1512c792951d7fbd2c9c336f9bf35654bbb85cc6 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Mar 2012 00:01:14 +0000 Subject: Fri Mar 23 00:01:14 UTC 2012 --- community/compizconfig-python/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'community/compizconfig-python') diff --git a/community/compizconfig-python/PKGBUILD b/community/compizconfig-python/PKGBUILD index 0aeb565e6..8714306f7 100644 --- a/community/compizconfig-python/PKGBUILD +++ b/community/compizconfig-python/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 33724 2010-11-28 10:19:25Z ibiru $ +# $Id: PKGBUILD 68304 2012-03-21 10:37:36Z pschmitz $ # Maintainer: Ronald van Haren # Contributor: JJDaNiMoTh # Contributor: nesl247 pkgname=compizconfig-python pkgver=0.8.4 -pkgrel=2 +pkgrel=3 pkgdesc="Compizconfig bindings for python" arch=('i686' 'x86_64') url="http://opencompositing.org" @@ -21,5 +21,9 @@ build() { PYTHON=python2 ./configure --prefix=/usr make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install } -- cgit v1.2.3-54-g00ecf