diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-28 02:09:07 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-28 02:09:07 +0000 |
commit | f6a7fe8a048d8cf7b23583dfab38741aad898324 (patch) | |
tree | 025cb16df1aa70a5b242d75f52ad63424fce0508 /dev-libs/libofx/libofx-0.6.4.ebuild | |
parent | bump (diff) | |
download | gentoo-2-f6a7fe8a048d8cf7b23583dfab38741aad898324.tar.gz gentoo-2-f6a7fe8a048d8cf7b23583dfab38741aad898324.tar.bz2 gentoo-2-f6a7fe8a048d8cf7b23583dfab38741aad898324.zip |
gnucash dependency
Diffstat (limited to 'dev-libs/libofx/libofx-0.6.4.ebuild')
-rw-r--r-- | dev-libs/libofx/libofx-0.6.4.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/libofx/libofx-0.6.4.ebuild b/dev-libs/libofx/libofx-0.6.4.ebuild new file mode 100644 index 000000000000..6a25e836cc3c --- /dev/null +++ b/dev-libs/libofx/libofx-0.6.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.6.4.ebuild,v 1.1 2003/04/28 02:08:57 liquidx Exp $ + +DESCRIPTION="Library to support the Open Financial eXchange XML Format" +HOMEPAGE="http://libofx.sourceforge.net/" +SRC_URI="mirror://sourceforge/libofx/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=app-text/opensp-1.5" + +src_compile() { + econf + emake || die +} + +src_install() { + dodir /usr/share/doc/${PF} + einstall docdir=${D}/usr/share/doc/${PF} || die +} |