diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-10 21:51:38 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-10 21:51:38 +0100 |
commit | 5e8ddc2407201ace024a95fbd88a35145fe8f10c (patch) | |
tree | 387d29e1351e0499d2b85adb8f070ab47e8d65b6 /extra/compiz-plugins-main/Pkgfile | |
parent | 95afd578990ea42bebefca0342bacc6d91bf266c (diff) | |
download | nutyx-extra-5e8ddc2407201ace024a95fbd88a35145fe8f10c.tar.gz nutyx-extra-5e8ddc2407201ace024a95fbd88a35145fe8f10c.tar.bz2 nutyx-extra-5e8ddc2407201ace024a95fbd88a35145fe8f10c.tar.xz nutyx-extra-5e8ddc2407201ace024a95fbd88a35145fe8f10c.zip |
compiz-plugins-main dans ouvert
Diffstat (limited to 'extra/compiz-plugins-main/Pkgfile')
-rwxr-xr-x | extra/compiz-plugins-main/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/compiz-plugins-main/Pkgfile b/extra/compiz-plugins-main/Pkgfile deleted file mode 100755 index c953f62f6..000000000 --- a/extra/compiz-plugins-main/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: plugins compiz -# URL: compiz.org -# Maintainer: NuTyX core team -# Packager: tux03 at tuxfamily dot org -# Depends on: compiz, compiz-bcop, libcompizconfig, compizconfig-python -# Run on: compiz,compiz-bcop,libcompizconfig,compizconfig-python - -name=compiz-plugins-main -version=0.8.6 -release=1 -group= -source=(http://releases.compiz-fusion.org/$version/compiz-plugins-main-$version.tar.gz) -build() { -cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -} - - |