#Maintainer: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=homebank pkgver=4.3 pkgrel=1rl #arch=i486 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://homebank.free.fr/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "HomeBank (Free easy personal accounting for all!)" "HomeBank is the free software you have always wanted to manage your" "personal accounts at home. The main concept is to be light, simple" "and very easy to use. It brings you many features that allows you" "to analyze your finances in a detailed way instantly and" "dynamically with powerfull report tools based on filtering and" "graphical charts." "http://homebank.free.fr/" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }