#!/bin/sh #Packager: Ralvex #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=yelp-xsl pkgver=3.8.1 pkgrel=1rlvx #arch=noarch source=(http://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.8/$pkgname-$pkgver.tar.xz) #sourcetemplate=http://people.salixos.org/yournick/$pkgname/$pkgver/ #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") #url= #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" " The Yelp XSL package contains XSL stylesheets that are used by the" "Yelp help browser to format Docbook and Mallard documents." ) 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 }