# Description: Gestionnaire de sessions de Xfce # URL: http://www.xfce.org/projects/xfce4-session/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: dbus, libxfce4util, libxfcegui4, libwnck, p5-xml-parser, sudo, xorg-iceauth # Run on: dbus,libxfce4util,libxfcegui4,libwnck,p5-xml-parser,sudo,xorg-iceauth name=xfce4-session version=4.7.3 release=1 source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var \ --disable-static \ --disable-gnome \ --enable-final \ --enable-session-screenshots make make DESTDIR=$PKG install }