# Description: Petites applications fonctionnant en tâche de fond # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: gnome-icon-theme, gnome-panel, libgtop, libgweather, gst-plugins-base, hal, libgnomekbd, gucharmap, system-tools-backends, libnotify name=gnome-applets version=2.30.0 release=2 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --libexecdir=$GNOME_PREFIX/lib/gnome-applets \ --mandir=$GNOME_PREFIX/share/man \ --enable-mixer-applet \ --disable-scrollkeeper \ --disable-schemas-install make make DESTDIR=$PKG install }