diff options
Diffstat (limited to 'extra/ccsm/Pkgfile')
-rwxr-xr-x | extra/ccsm/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/ccsm/Pkgfile b/extra/ccsm/Pkgfile deleted file mode 100755 index f2d5f740b..000000000 --- a/extra/ccsm/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Gestionnaire de configuration CompizConfig -# URL: compiz -# Maintainer: NuTyX core team -# Packager: tux03 at tuxfamily dot org -# Depends on: pygtk -# Run on: 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 -} - - |