diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:53 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:53 +0000 |
commit | b85e7a0e1ee36035e14c6de404e0254e7aa95182 (patch) | |
tree | fb92215e8b1bc861bc9fb73f4aa5aa8174430cb4 /app-office/gnucash | |
parent | *** empty log message *** (diff) | |
download | historical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.tar.gz historical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.tar.bz2 historical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.zip |
*** empty log message ***
Diffstat (limited to 'app-office/gnucash')
-rw-r--r-- | app-office/gnucash/files/digest-gnucash-1.4.7-r2 | 1 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-1.4.7-r2.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/app-office/gnucash/files/digest-gnucash-1.4.7-r2 b/app-office/gnucash/files/digest-gnucash-1.4.7-r2 deleted file mode 100644 index e3da7b94cfcb..000000000000 --- a/app-office/gnucash/files/digest-gnucash-1.4.7-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 49dbbcd4c7dd8354a2566dd76ca5eb69 gnucash-1.4.7.tar.gz diff --git a/app-office/gnucash/gnucash-1.4.7-r2.ebuild b/app-office/gnucash/gnucash-1.4.7-r2.ebuild deleted file mode 100644 index 7e110d6dbb20..000000000000 --- a/app-office/gnucash/gnucash-1.4.7-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.7-r2.ebuild,v 1.4 2001/04/29 18:42:54 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A personal finance manager" -SRC_URI="http://download.sourceforge.net/gnucash/${A}" -HOMEPAGE="http://gnucash.sourceforge.net" - -DEPEND=">=gnome-base/gnome-libs-1.2.4 - >=gnome-base/libxml-1.8.10 - >=sys-devel/perl-4 - >=dev-lang/swig-1.3_alpha4 - >=dev-libs/slib-2.3.8 - nls? ( sys-devel/gettext )" - -src_compile() { - - local myconf - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - try ./configure --prefix=/opt/gnome --host=${CHOST} $myconf - try make - -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog NEWS REDAME TODO - - -} - - |