#Packager: George Vlahavas pkgname=yelp-xsl pkgver=41.1 _mainver=`echo $pkgver | cut -d'.' -f 1` pkgrel=1gv source=("https://download-fallback.gnome.org/sources/yelp-xsl/${_mainver}/yelp-xsl-${pkgver}.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "yelp-xsl (tools to build, maintain and distribute documentation)" "yelp-xsl is a collection of programs and data files to help you build," "maintain, and distribute documentation. It provides XSLT stylesheets" "that can be built upon for help viewers and publishing systems. These" "stylesheets output JavaScript and CSS content, and reference images" "provided by yelp-xsl. This package also redistributes copies of the" "jQuery and jQuery.Syntax JavaScript libraries." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }