summaryrefslogtreecommitdiffstats
path: root/extra/ccsm/Pkgfile
blob: 435d513ca3c19842b8a5b7a468db7474c9de68b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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  
}