summaryrefslogtreecommitdiffstats
path: root/extra/ccsm/Pkgfile
blob: 07e588a1f45fd5f414430df8ccbde147baf17239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: Gestionnaire de configuration CompizConfig
# URL: compiz
# Maintainer: NuTyX core team
# Packager: tux03 at tuxfamily dot org
# Depends on: python, pygtk
name=ccsm
version=0.8.4
release=1
group=
source=(http://releases.compiz-fusion.org/0.8.4/ccsm-0.8.4.tar.gz)
build() {
cd $name-$version
        python setup.py build install --root=$PKG  
}