#Packager: George Vlahavas pkgname=yelp pkgver=41.2 _mainver=`echo $pkgver | cut -d'.' -f1,2` pkgrel=1gv source=("https://download-fallback.gnome.org/sources/yelp/${_mainver}/yelp-${pkgver}.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "yelp (Help Browser for GNOME)" "Yelp is the help browser for the GNOME desktop. It can be used to" "view the included help documentation for GNOME and for viewing man" "files." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --with-webkit2gtk-4-0 \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }