# Maintainer: Luis Henrique # Mandatory pkgname=ccsm pkgver=0.8.4 pkgrel=1lm source=("http://releases.compiz-fusion.org/0.8.4/ccsm-0.8.4.tar.bz2") # Optional docs=("AUTHORS" "ChangeLog" "COPYING" "INSTALL" "LICENSE" "NEWS" "PKG-INFO" "README" "TODO" "VERSION") url="http://www.compiz.org/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ccsm (CompizConfig Settings Manager)" "CompizConfig Settings Manager is a configuration tool for" "Compiz Fusion." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build python setup.py install --prefix=/usr --root $startdir/pkg }