# Description: Navigateur pour gnome # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: gnome-doc-utils, gnome-desktop, startup-notification,iso-codes, avahi, webkit, libcanberra, libnotify, nss name=epiphany version=2.30.2 release=1 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --mandir=$GNOME_PREFIX/share/man \ --disable-schemas-install \ --without-ca-file \ --disable-scrollkeeper make make DESTDIR=$PKG install rm -rf $PKG/var rm -rf $PKG/usr/share/gtk-doc }