#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=gnucash-docs pkgver=2.6.0 pkgrel=1rl arch=noarch source=("http://sourceforge.net/projects/gnucash/files/gnucash-docs/2.6.0/gnucash-docs-2.6.0.tar.gz/download") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://www.gnucash.org/docs.phtml" #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnucash-docs (GnuCash documentation package)" "The Help Manual is designed to be a quick reference of how to" "accomplish specific tasks and how to use the features in GnuCash. The" "Concepts Guide is designed to be an in depth guide to the concepts" "behind using GnuCash with a tutorial to show how to put those concepts" "into practice." ) 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 }