# Description: contient les infos relatives au menus spécifiques de gnome # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: glib, p5-xml-parser, python, gamin, intltool, desktop-file-utils, gobject-introspection name=gnome-menus version=2.30.0 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.30/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc \ --enable-inotify make make DESTDIR=$PKG install }