office/gnucash: Change option to WITHPYTHON.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2018-05-02 10:07:41 +01:00 committed by David Spencer
parent 572f920c6b
commit 34a5082103
2 changed files with 3 additions and 6 deletions

View file

@ -10,13 +10,10 @@ accurate reports.
Pass OFX="yes" for OFX (USA) (requies libofx) Pass OFX="yes" for OFX (USA) (requies libofx)
Pass AQ="yes" to enable aqbanking (Germany) (requires aqbanking) Pass AQ="yes" to enable aqbanking (Germany) (requires aqbanking)
Pass WITH_PYTHON="yes" to enable python bindings for report generation Pass WITHPYTHON="yes" to enable python bindings for report generation
If you want the SQL database integration, you must first have libdbi If you want the SQL database integration, you must first have libdbi
and libdbi-drivers installed, and then pass the DBI="yes" flag. and libdbi-drivers installed, and then pass the DBI="yes" flag.
NOTE: You must remove any previous installation of Gnucash before NOTE: You must remove any previous installation of Gnucash before
running this script, otherwise the build will fail. running this script, otherwise the build will fail.
EOL NOTE: According to the developers, this is the last release of the
2.6.x series, with attention shifting to the 3.x series.

View file

@ -25,7 +25,7 @@
PRGNAM=gnucash PRGNAM=gnucash
VERSION=${VERSION:-2.6.21} VERSION=${VERSION:-2.6.21}
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -92,7 +92,7 @@ else
AQBANKING="--disable-aqbanking" AQBANKING="--disable-aqbanking"
fi fi
if [ "$WITH_PYTHON" = "yes" ]; then if [ "$WITHPYTHON" = "yes" ]; then
W_PYTHON="--enable-python" W_PYTHON="--enable-python"
echo " building with Python bindings enabled" echo " building with Python bindings enabled"
sleep 1 sleep 1