diff options
Diffstat (limited to 'extra/ccsm/Pkgfile')
-rwxr-xr-x | extra/ccsm/Pkgfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/ccsm/Pkgfile b/extra/ccsm/Pkgfile index 435d513ca..2166e1416 100755 --- a/extra/ccsm/Pkgfile +++ b/extra/ccsm/Pkgfile @@ -2,15 +2,17 @@ # URL: compiz # Maintainer: NuTyX core team # Packager: tux03 at tuxfamily dot org -# Depends on: python, pygtk +# Depends on: python2, 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 + cd $name-$version + python2 setup.py build install --root=$PKG } |