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