business/gnucash: Updated for version 2.2.9

This commit is contained in:
Vincent Batts 2010-05-13 00:22:19 +02:00 committed by Robby Workman
parent 7530a5e4eb
commit 1217f9cae6
3 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@ This requires the following additional software, and it is suggested
that you build them in this order: that you build them in this order:
slib libofx ORbit2 GConf libtasn1 gnome-keyring gnome-mime-data libbonobo slib libofx ORbit2 GConf libtasn1 gnome-keyring gnome-mime-data libbonobo
gnome-vfs gail libgnomecanvas libgnome libbonoboui libgnomeui libgnomecups gnome-vfs libgnomecanvas libgnome libbonoboui libgnomeui libgnomecups
libgnomeprint libgnomeprintui gtkhtml goffice libgnomeprint libgnomeprintui gtkhtml goffice
aqbanking is optional, but it's not available at SlackBuilds.org. aqbanking is optional, but it's not available at SlackBuilds.org.

View File

@ -127,4 +127,4 @@ done
unset GCONF_CONFIG_SOURCE unset GCONF_CONFIG_SOURCE
cd $PKG cd $PKG
/sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz /sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -2,7 +2,9 @@ PRGNAM="gnucash"
VERSION="2.2.9" VERSION="2.2.9"
HOMEPAGE="http://www.gnucash.org/" HOMEPAGE="http://www.gnucash.org/"
DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-2.2.9.tar.bz2" DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-2.2.9.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="1d814de8673b4760045bf51b72924d04" MD5SUM="1d814de8673b4760045bf51b72924d04"
MD5SUM_x86_64=""
MAINTAINER="Vincent Batts" MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com" EMAIL="vbatts@hashbangbash.com"
APPROVED="rworkman" APPROVED="rworkman"