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

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  
}