# Description: Interface graphique pour la base de données de gconf # URL: http://www.gnome.org # Maintainer: NuTyX GNOME team # Packager: thierryn1 at hispeed dot ch # Depends on: gnome-doc-utils, desktop-file-utils, rarian # Run on: rarian,desktop-file-utils name=gconf-editor version=3.0.1 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --disable-schemas-install \ --disable-scrollkeeper make make DESTDIR=$PKG install }