# Description: Extensions pour Eye of Gnome. # URL: http://projects.gnome.org/eog/ # Maintainer: NuTyX GNOME team # Packager: piernov # Depends on: eog, libgdata, libchamplain # Run on: eog,libgdata,libchamplain name=eog-plugins version=3.4.1 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-python \ --disable-schemas-compile \ --with-plugins=really-all make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }