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