diff options
author | root <root@rshg054.dnsready.net> | 2012-03-23 00:01:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-23 00:01:14 +0000 |
commit | 1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (patch) | |
tree | d786dcc22bc7f01d7629eb8a07415d2a904fc015 /community/compizconfig-python | |
parent | 39e662ccfbe62ae77d458159d192816171a22f43 (diff) |
Fri Mar 23 00:01:14 UTC 2012
Diffstat (limited to 'community/compizconfig-python')
-rw-r--r-- | community/compizconfig-python/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
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 <ronald.archlinux.org> # Contributor: JJDaNiMoTh <jjdanimoth@gmail.com> # Contributor: nesl247 <nesl247@gmail.com> 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 } |