#Maintainer: Dimitris Jemos #Mandatory pkgname=ccsm pkgver=0.8.4 pkgrel=1dj arch=i486 source=("http://releases.compiz-fusion.org/0.8.4/$pkgname-$pkgver.tar.gz") #sourcetemplate= docs=("AUTHORS" "COPYING" "ChangeLog" "INSTALL" "NEWS" "README" "TODO") url="www.compiz.org" #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "compizconfig-backend-kconfig4 (kconfig backend for Compiz Fusion)" "The kconfig4 backend for CompizConfig. It uses the KDE4 configuration" "system to store the compiz configuration and provides integration" "into the KDE desktop environment." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg || exit 1 }