# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="TA-Lib provides common functions for the technical analysis of financial market data." HOMEPAGE="http://ta-lib.org" SRC_URI="mirror://sourceforge/ta-lib/${P}-src.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" S="${WORKDIR}/${PN}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install(){ emake DESTDIR="${D}" install || die "install failed" }