]> git.pld-linux.org Git - packages/fung-calc.git/blob - fung-calc.spec
- initial release
[packages/fung-calc.git] / fung-calc.spec
1 Summary:        Fung-Calc is a graphing calculator
2 Summary(pl):    Fung-calc to kalkulator rysuj±cy wykresy
3 Name:           fung-calc
4 Version:        1.3.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Science
8 Source0:        http://dl.sourceforge.net/fung-calc/%{name}-%{version}.tar.gz
9 # Source0-md5:  8178d3c53be1b927e6d94bb6426de941
10 URL:            http://fung-calc.sourceforge.net/
11 #BuildRequires: -
12 #Requires:      -
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Fung-Calc is a free, open source advanced, yet easy to use, graphing
17 calculator for Linux using Qt. It plots several types of 2D and 3D
18 graphs. It combines the use of advanced mathematical features and ease
19 of use all in one package.
20
21 %description -l pl
22 Fung-Cals to ³atwy w u¼yciu kalkulator rysuj±cy wykresy korzystaj±cy z
23 QT. Rysuje kilka typów wykresów 2D i 3D.
24 %prep
25 %setup -q
26
27 %build
28 %define         _htmldir        %{_datadir}/doc/kde/HTML
29 kde_htmldir="%{_htmldir}"; export kde_htmldir
30
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc ChangeLog README
45 %{_htmldir}/en/%{name}
46 %attr(755,root,root) %{_bindir}/*
47 %{_libdir}/libfungcalc*
48 %{_datadir}/%{name}
49
50 %{_includedir}/%{name}/*.h
This page took 0.045835 seconds and 3 git commands to generate.