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