diff options
author | sibel <lesibel@free.fr> | 2010-12-29 14:14:06 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 14:14:06 +0000 |
commit | a39bcbb6a1f98e79a51252a84c8c9678bbcfb4c8 (patch) | |
tree | 37ac8fce1c314c4cc4fab98d1287b3776c4a026f /extra/ccsm/Pkgfile | |
parent | c62e02767bdf0fdaf12e45a885a092fec7819ab7 (diff) | |
download | nutyx-extra-a39bcbb6a1f98e79a51252a84c8c9678bbcfb4c8.tar.gz nutyx-extra-a39bcbb6a1f98e79a51252a84c8c9678bbcfb4c8.tar.bz2 nutyx-extra-a39bcbb6a1f98e79a51252a84c8c9678bbcfb4c8.tar.xz nutyx-extra-a39bcbb6a1f98e79a51252a84c8c9678bbcfb4c8.zip |
ccsm#0.8.4-1, maj python
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 } |