You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
465 B
26 lines
465 B
5 months ago
|
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
|