# Description: Un éditeur hexadécimal simple pour Gnome # URL: http://live.gnome.org/Ghex # Maintainer: NuTyX Gnome team # Packager: piernov # Depends on: gtk3, gconf, hicolor-icon-theme, intltool, gnome-doc-utils # Run on: gtk3,gconf,hicolor-icon-theme name=ghex version=3.4.1 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz ) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-schemas-compile \ --disable-scrollkeeper make make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install }