Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37496495
en ru br
ALT Linux repos
S:0.4.0-alt4

Group :: Development/Other
RPM: libta-lib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define sourcename ta-lib
Name: libta-lib
Version: 0.4.0
Release: alt4
Summary: TA LIB

Group: Development/Other
License: BSD
Url: http://ta-lib.org/
Packager: Konstantin Artyushkin <akv at altlinux.org>

Source: %sourcename-%version.tar
BuildRequires: gcc-c++

%description
TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data.
Includes 200 indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands, etc.
Candlestick pattern recognition
Open-source API for C/C++, Java, Perl, Python and 100% Managed .NET

%prep
%setup -n %sourcename-%version

%package devel
Summary: devel package fot libta-lib
Group: Development/Other
Requires: %name
%description devel
%summary

%build
#./autogen.sh
#libtoolize -f
%configure LDFLAGS="-lm"
%make_build || %make

%install
%makeinstall_std

rm -rf %buildroot/%_libdir/libta_lib.a

%files
%doc HISTORY.TXT CHANGELOG.TXT
%_bindir/ta-lib-config
%_libdir/libta_lib*

%files devel
%_includedir/ta-lib

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin