4 pkgdesc="Compizconfig Settings Manager in Python - Latest Git Version"
6 url="http://compiz.org"
7 install="ccsm-git.install"
11 depends=('compiz-core-git' 'compizconfig-python-git' 'pygtk')
16 '1a65480d6be555c4524001d60371e1de213f729d0a2b9a351d1d98ce08672f317f12739ac1170ef44e1aa1eeb0b6f6c6a26a2565411b5ce9b268e2577920aac3'
19 _gitroot="git://git.compiz.org/compiz/compizconfig/ccsm/"
24 msg "Connecting to GIT server...."
26 if [[ -d "${_gitname}" ]]; then
27 cd "${_gitname}" && git pull origin
28 msg "The local files are updated."
30 git clone "${_gitroot}" "${_gitname}"
34 python2 setup.py build --prefix="/usr"
40 python2 setup.py install --prefix="/usr" --root="${pkgdir}"