]> git.pld-linux.org Git - packages/MayaVi.git/blob - MayaVi.spec
87585b204c22f9a0c8b0f3c75810c13c3724ea75
[packages/MayaVi.git] / MayaVi.spec
1 Summary:        MayaVi is easy to use scientific data visualizer
2 Summary(pl):    MayaVi to ³atwe w u¿yciu narzêdzie do wizualizacji danych naukowych
3 Name:           MayaVi
4 Version:        1.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/mayavi/%{name}-%{version}.tar.gz
9 URL:            http://mayavi.sourceforge.net/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 MayaVi is a free, easy to use scientific data visualizer. It is
14 written in Python and uses the amazing Visualization Toolkit (VTK) for
15 the graphics. It provides a GUI written using Tkinter. MayaVi is free
16 and distributed under the GNU GPL. It is also cross platform.
17
18 %description -l pl
19 MayaVi to wolnodostêpne, ³atwe w u¿yciu narzêdzie do wizualizacji
20 danych naukowych. Jest napisane w Pythonie i u¿ywa do grafiki VTK
21 (Visualization Toolkit). GUI napisane jest przy u¿yciu Tkinter.
22
23 %prep
24 %setup  -q
25
26 %build
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
This page took 0.054533 seconds and 2 git commands to generate.