summaryrefslogtreecommitdiffstats
path: root/extra/ccsm/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 14:14:06 +0000
committersibel <lesibel@free.fr>2010-12-29 14:14:06 +0000
commita39bcbb6a1f98e79a51252a84c8c9678bbcfb4c8 (patch)
tree37ac8fce1c314c4cc4fab98d1287b3776c4a026f /extra/ccsm/Pkgfile
parentc62e02767bdf0fdaf12e45a885a092fec7819ab7 (diff)
downloadnutyx-pakxe-a39bcbb6a1f98e79a51252a84c8c9678bbcfb4c8.tar.gz
nutyx-pakxe-a39bcbb6a1f98e79a51252a84c8c9678bbcfb4c8.tar.bz2
nutyx-pakxe-a39bcbb6a1f98e79a51252a84c8c9678bbcfb4c8.tar.xz
nutyx-pakxe-a39bcbb6a1f98e79a51252a84c8c9678bbcfb4c8.zip
ccsm#0.8.4-1, maj python
Diffstat (limited to 'extra/ccsm/Pkgfile')
-rwxr-xr-xextra/ccsm/Pkgfile10
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
}