diff options
author | fanch <fanchyannmaria at orange dot fr> | 2010-02-13 20:21:46 +0100 |
---|---|---|
committer | fanch <fanchyannmaria at orange dot fr> | 2010-02-13 20:21:46 +0100 |
commit | 70c5aba3306407f6d324ff6ba48907ac9ac5f820 (patch) | |
tree | 06db45bb379b6083a6ef0888dfe19eaa3500a017 /extra/compiz-plugins-main/Pkgfile | |
parent | aea876bbfefeda312fce05e91d0cdea58024af30 (diff) | |
parent | 758c18b17c044f88e0b1e21ee0f8aa613f9e4fed (diff) | |
download | nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.gz nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.bz2 nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.xz nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/compiz-plugins-main/Pkgfile')
-rwxr-xr-x | extra/compiz-plugins-main/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/compiz-plugins-main/Pkgfile b/extra/compiz-plugins-main/Pkgfile new file mode 100755 index 000000000..209545294 --- /dev/null +++ b/extra/compiz-plugins-main/Pkgfile @@ -0,0 +1,17 @@ +# Description: plugins compiz +# URL: compiz.org +# Maintainer: NuTyX core team +# Packager: tux03 at tuxfamily dot org +# Depends on: compiz, bcop, libcompizconfig, compizconfig-python +name=compiz-plugins-main +version=0.8.4 +release=1 +group= +source=(http://releases.compiz-fusion.org/0.8.4/compiz-plugins-main-0.8.4.tar.gz) +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + |