talib-wasm
Version:
ta-lib.org package parsed with emscripten, that can be added to browser
26 lines (20 loc) • 465 B
Plain Text
Summary: Technical Analysis Library
Name: ta-lib
Version: @VERSION@
Release: 1
License: BSD
Group: Development/Libraries
%description
TA-Lib provides common functions for the technical analysis of stock/future/commodity market data.
%build
./autogen.sh
CFLAGS="-g0 -O2 -pipe" ./configure --prefix=/usr
make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
/usr