# $Header: /magellan-cvs/smage/ccsm/ccsm-0.7.6-r1.smage2,v 1.1 2008/07/13 20:55:29 niro Exp $ PNAME="ccsm" PVER="0.7.6" PBUILD="r1" PCATEGORIE="x11-apps" STATE="unstable" DESCRIPTION="Compizconfig Settings Manager." HOMEPAGE="http://www.compiz-fusion.org/" DEPEND=">= dev-python/compizconfig-python-${PVER} >= dev-python/pygtk-2.12" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" # pull in gnome includes to update the gtk-icon-cache! sminclude gnome2 python SRC_URI=( http://releases.compiz-fusion.org/${PVER}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { python_src_compile --prefix=/usr || die } src_install() { python_src_install --prefix=/usr || die }