# Description: help browser for GNOME # URL: http://www.gnome.org/softwaremap/projects/Yelp # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: libgnomeui, gnome-vfs, gnome-doc-utils, firefox # Group: gnome/desktop name=yelp version=2.20.0 release=1 source=(http://download.gnome.org/desktop/2.20/2.20.2/sources/$name-$version.tar.bz2) build() { cd $name-$version rm po/*.po sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure ./configure --prefix=/usr \ --libexecdir=/usr/lib/$name \ --with-mozilla=firefox make make DESTDIR=$PKG install }