summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-09-17 22:36:24 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-09-17 22:36:24 +0000
commitb024fd92f5668e9aa5e8e8f278ae60dbdfa1c328 (patch)
tree274c7ae0f5c518befe0398e8fa7e77f4465b05ee /dev-libs/quantlib/quantlib-0.3.10.ebuild
parent0.7.0 x86 stable for bug 105808 (diff)
downloadgentoo-2-b024fd92f5668e9aa5e8e8f278ae60dbdfa1c328.tar.gz
gentoo-2-b024fd92f5668e9aa5e8e8f278ae60dbdfa1c328.tar.bz2
gentoo-2-b024fd92f5668e9aa5e8e8f278ae60dbdfa1c328.zip
version bump 0.3.10
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs/quantlib/quantlib-0.3.10.ebuild')
-rw-r--r--dev-libs/quantlib/quantlib-0.3.10.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-libs/quantlib/quantlib-0.3.10.ebuild b/dev-libs/quantlib/quantlib-0.3.10.ebuild
new file mode 100644
index 000000000000..8ba973ca13a1
--- /dev/null
+++ b/dev-libs/quantlib/quantlib-0.3.10.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.10.ebuild,v 1.1 2005/09/17 22:36:24 vanquirius Exp $
+
+IUSE=""
+
+MY_P=${P/q/Q}
+MY_P=${MY_P/l/L}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="A comprehensive software framework for quantitative finance"
+HOMEPAGE="http://www.quantlib.org"
+SRC_URI="mirror://sourceforge/quantlib/${MY_P}.tar.gz"
+
+DEPEND="sys-devel/libtool
+ dev-libs/boost"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~ppc ~sparc ~x86"
+
+src_install(){
+ einstall || die "einstall failed"
+ dodoc *.txt
+}