#Maintainer: Richard Lapointe pkgname=homebank pkgver=4.2.1 pkgrel=1rl 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/ doinst() { # update the mime desktop database if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q fi # update the mime database if [ -x usr/bin/update-mime-database ]; then usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1 fi } 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 \ --build=$arch-slackware-linux # ./autogen.sh || return 1 make || return 1 make install DESTDIR=$startdir/pkg # Unneeded stuff # rm -fr $startdir/pkg/usr/share/pixmaps }