# 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 stock/future/commodity market data." HOMEPAGE="http://ta-lib.org/" SRC_URI="mirror://sourceforge/ta-lib/${P}-src.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" S="${WORKDIR}/${PN}" src_compile() { cd ${S} ./configure export MAKEOPTS="" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die }