# Description: Dictionnaire de GNOME. # URL: http://live.gnome.org/GnomeUtils/Dictionary # Maintainer: NuTyX GNOME team # Packager: piernov # Depends on: gtk3, gnome-doc-utils # Run on: gtk3 name=gnome-dictionary version=3.4.0 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --disable-schemas-compile \ --disable-rpath \ --disable-scrollkeeper make make DESTDIR=$PKG install }