summaryrefslogtreecommitdiffstats
path: root/extra/ccsm/Pkgfile
blob: bd18a4659308ae9b07cb20ea6307dae7a4b9dc5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Gestionnaire de configuration CompizConfig
# URL: compiz
# Maintainer: NuTyX core team
# Packager: tux03 at tuxfamily dot org
# Depends on: pygtk
# Run on:

name=ccsm
version=0.8.4
release=1

source=(http://releases.compiz-fusion.org/0.8.4/ccsm-0.8.4.tar.gz)

build() {
	cd $name-$version
        python2 setup.py build install --root=$PKG  
}