]> git.pld-linux.org Git - packages/blender.git/blob - blender.spec
- switch to unofficial version with auto{conf,make} support
[packages/blender.git] / blender.spec
1
2 Summary:        3D modeling, rendering, animation and game creation package
3 Summary(pl):    Pakiet do tworzenia animacji 3D oraz robienia gier
4 Name:           blender
5 Version:        2.25b.9
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications/Graphics
9 Vendor:         http://www.linux.ucla.edu/~phaethon/blender/blender-autoconf.html
10 Source0:        http://www.linux.ucla.edu/~phaethon/blender/blender-creator-ph-%{version}.tar.gz
11 URL:            http://www.linux.ucla.edu/~phaethon/blender/blender-autoconf.html
12 #Vendor:                Blender Foundation
13 #Source0:       ftp://dl.xs4all.nl/pub/mirror/blender/%{name}-source-%{version}.tar.gz
14 #http://www.linux.ucla.edu/~phaethon/blender/blender-autoconf.html
15 Requires:       OpenGL
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
19 %define         _prefix         /usr/X11R6
20
21 %description
22 Blender is a free and fully functional 3D modeling, rendering,
23 animation and game creation package for Unix, Windows and BeOS
24 systems.
25
26 %description -l pl
27 Blender to darmowy i w pe³ni funkcjonalny pakiet do tworzenia animacji
28 3D oraz robienia gier, dostêpny dla systemów Unix, Windows i BeOS.
29
30 %prep
31 %setup -q -n %{name}-creator-ph-%{version}
32
33 %build
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README
47 %attr(755,root,root) %{_bindir}/blender
48 %dir %{_libdir}/blender
49 %attr(755,root,root) %{_libdir}/blender/blender
50 %{_libdir}/blender/plugins
51 %{_datadir}/blender
52 %{_includedir}/blender
53 %dir %{_examplesdir}/blender
54 %dir %{_examplesdir}/blender/plugins
55 %attr(755,root,root) %{_examplesdir}/blender/plugins/bmake
56 %attr(755,root,root) %{_examplesdir}/blender/plugins/Makefile
57 %{_examplesdir}/blender/plugins/texture
58 %{_examplesdir}/blender/plugins/sequence
This page took 0.054228 seconds and 4 git commands to generate.