#!/bin/sh #Packager: Ralvex #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=yelp pkgver=3.8.1 pkgrel=1rlvx #arch=noarch source=(http://ftp.gnome.org/pub/GNOME/sources/yelp/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 package contains the help browser used for viewing help files" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }