diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-04 21:58:46 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-04 21:58:46 +0000 |
commit | 41e72649c19b51794a78eadb189c36362ac19aea (patch) | |
tree | 9fac736a5a8b99294dc8656fefa2a73393481f4a /app-office/gnucash | |
parent | README contains basic installation instructions (diff) | |
download | gentoo-2-41e72649c19b51794a78eadb189c36362ac19aea.tar.gz gentoo-2-41e72649c19b51794a78eadb189c36362ac19aea.tar.bz2 gentoo-2-41e72649c19b51794a78eadb189c36362ac19aea.zip |
*** empty log message ***
Diffstat (limited to 'app-office/gnucash')
-rw-r--r-- | app-office/gnucash/gnucash-1.4.12.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app-office/gnucash/gnucash-1.4.12.ebuild b/app-office/gnucash/gnucash-1.4.12.ebuild index ecfc5168f7ef..46708354b73c 100644 --- a/app-office/gnucash/gnucash-1.4.12.ebuild +++ b/app-office/gnucash/gnucash-1.4.12.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.4.12.ebuild,v 1.1 2001/05/06 18:10:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.4.12.ebuild,v 1.2 2001/06/04 21:57:52 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -15,14 +15,17 @@ DEPEND=">=gnome-base/gnome-libs-1.2.4 >=dev-lang/swig-1.3_alpha4 >=dev-libs/slib-2.3.8 nls? ( sys-devel/gettext )" +DEPEND=">=gnome-base/gnome-libs-1.2.4 + >=gnome-base/libxml-1.8.10 + >=dev-libs/slib-2.3.8" src_compile() { local myconf if [ -z "`use nls`" ] ; then - myconf="--disable-nls" + myconf="--disable-nls" fi - try ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/share/man --host=${CHOST} $myconf + try ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/man --host=${CHOST} $myconf try make } @@ -31,7 +34,7 @@ src_install () { try make DESTDIR=${D} install dodoc AUTHORS COPYING ChangeLog NEWS README TODO - + } |