# Description: Librairie d'extension pour Xfce # URL: http://www.os-cillation.de/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: hal, fuse, libnotify, libxfce4util, p5-uri, pygtk, python name=exo version=0.3.107 release=1 source=(http://www.xfce.org/archive/xfce-4.6.2/src/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var \ --disable-static \ --enable-python \ --enable-notifications make make DESTDIR=$PKG install }