# Description: Utilitaires pour GNOME # URL: http://www.gnome.org/softwaremap/projects/gnome-utils/ # Maintainer: NuTyX GNOME team # Packager: thierryn1 at hispeed dot ch # Depends on: libgnomeui, gnome-panel, libcanberra, libgtop # Run on: libgnomeui,gnome-panel,libcanberra,libgtop name=gnome-utils version=3.1.5 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/$name \ --sysconfdir=/etc \ --localstatedir=/var/lib make make DESTDIR=$PKG install }