Package: gnucash-docs Version: 1.8.5 Revision: 2 Depends: scrollkeeper, gnucash (>= 1.8.9-1) BuildDepends: docbook-xsl, popt, libxslt, gnucash-dev (>= 1.8.9-1) Source: mirror:sourceforge:gnucash/%n-%v.tar.gz Source-MD5: 9758d8e523530c2509912761e327a9d5 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info --enable-prefer-db1=no --disable-static --enable-error-on-warning=no --libexecdir=%p/lib/ NoSetLDFlags: true NoSetCPPFlags: true Description: Documentation for gnucash DescDetail: << GnuCash is a personal finance manager. A check-book like register GUI allows you to enter and track bank accounts, stocks, income and even currency trades. The interface is designed to be simple and easy to use, but is backed with double-entry accounting principles to ensure balanced books. This is the documentation module for GnuCash. << CompileScript: << #!/bin/sh -ex LTDL_LIBRARY_PATH=%p/lib #DYLD_LIBRARY_PATH=%p/lib LIBRARY_PATH=%p/lib CPATH=%p/include CPPFLAGS="-no-cpp-precomp -I%p/include/postgresql" export LTDL_LIBRARY_PATH #export DYLD_LIBRARY_PATH export LIBRARY_PATH export CPATH export CPPFLAGS ./configure %c make << InstallScript: << make DESTDIR=%d install << PostInstScript: << if [ configure = "$1" ]; then scrollkeeper-update fi << PostRmScript: << if [ upgrade != "$1" ]; then scrollkeeper-update fi << License: GPL DocFiles: COPYING Maintainer: None Homepage: http://www.gnucash.org