diff options
author | tux03 <tux03@tuxfamily.org> | 2010-02-12 12:28:16 +0100 |
---|---|---|
committer | tux03 <tux03@tuxfamily.org> | 2010-02-12 12:28:16 +0100 |
commit | da4ee64716bf0726da1ca3c86fc85564ffa14433 (patch) | |
tree | 9d09e7487c9674c63e4bb2aac657ed7b3fdfba77 /extra/compiz-plugins-main/Pkgfile | |
parent | 4818beb35afdb2c7efe4f8a0e56c8506bc0598ad (diff) | |
download | nutyx-pakxe-da4ee64716bf0726da1ca3c86fc85564ffa14433.tar.gz nutyx-pakxe-da4ee64716bf0726da1ca3c86fc85564ffa14433.tar.bz2 nutyx-pakxe-da4ee64716bf0726da1ca3c86fc85564ffa14433.tar.xz nutyx-pakxe-da4ee64716bf0726da1ca3c86fc85564ffa14433.zip |
ajout de compiz-plugins-main,0.8.4-1
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 +} + |