diff options
author | tux03 <tux03@tuxfamily.org> | 2010-02-12 12:01:19 +0100 |
---|---|---|
committer | tux03 <tux03@tuxfamily.org> | 2010-02-12 12:01:19 +0100 |
commit | 8a315d216205d889cc922cf5b57eefb1e6262740 (patch) | |
tree | 012198b8c2c1e865039502c4692c523e1a870082 /extra/compiz/Pkgfile | |
parent | 2ce37e75dd376005c763841e71c5deae00fca3ee (diff) | |
download | nutyx-pakxe-8a315d216205d889cc922cf5b57eefb1e6262740.tar.gz nutyx-pakxe-8a315d216205d889cc922cf5b57eefb1e6262740.tar.bz2 nutyx-pakxe-8a315d216205d889cc922cf5b57eefb1e6262740.tar.xz nutyx-pakxe-8a315d216205d889cc922cf5b57eefb1e6262740.zip |
ajout de compiz,0.8.4-1
Diffstat (limited to 'extra/compiz/Pkgfile')
-rwxr-xr-x | extra/compiz/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/compiz/Pkgfile b/extra/compiz/Pkgfile new file mode 100755 index 000000000..b94de2feb --- /dev/null +++ b/extra/compiz/Pkgfile @@ -0,0 +1,17 @@ +# Description: Effets 3d pour le bureau +# URL: compiz.org +# Maintainer: NuTyX core team +# Packager: tux03 at tuxfamily dot org +# Depends on: xorg-libxcomposite, libpng, xorg-libsm, xorg-libxrandr, xorg-libxdamage, xorg-libxinerama, startup-notification, gconf, mesa3d, metacity, librsvg, dbus, dbus-glib, libgnome, curl, autoconf, automake, libtool, intltool, libxslt, libwnck, python, pyrex +name=compiz +version=0.8.4 +release=1 +group= +source=(http://releases.compiz-fusion.org/0.8.4/compiz-0.8.4.tar.gz) +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + |