]> git.pld-linux.org Git - SPECS.git/blob - mops.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / mops.spec
1 Summary:        mops - free 3D modeling environment for the RenderMan Interface
2 Summary(pl.UTF-8):      mops - darmowe środowisko modelowania 3D do interfejsu RenderMan
3 Name:           mops
4 Version:        0.42
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://www.ebusinessrevolution.com/mops/%{name}-%{version}d-src.tar.gz
9 # Source0-md5:  a87c21670adf9032dc40457090e43079
10 URL:            http://www.ebusinessrevolution.com/mops/
11 BuildRequires:  Togl-devel >= 1.5
12 BuildRequires:  BMRT >= 2.5
13 #Requires:
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16
17 %description
18 The Mops is a free 3D modeling environment for the RenderMan
19 Interface.
20
21 %description -l pl.UTF-8
22 Mops jest darmowym środowiskiem modelowanie 3D do interfejsu
23 RenderMan.
24
25 %prep
26 %setup -q -n %{name}
27 #%patch
28
29 %build
30 #./configure --prefix=%{_prefix}
31 cd src; mv -f Makefile.shared Makefile
32 %{__make} \
33     CC="%{__cc}" \
34     CFLAGS="%{rpmcflags} -DMOPSHAVETEMPNAM"\
35     BINDIR=%{_bindir}\
36     DOCDIR=%{_docdir}\
37     LIBDIR=%{_libdir}\
38     TOGLINCDIR=%{_includedir}\
39     TOGLOBJECT=%{_libdir}\
40     TCLINCDIR=%{_includedir}\
41     TKINCDIR=%{_includedir}\
42     TKLIB=%{_libdir}\
43     TCLLIB=%{_libdir}\
44     RIINCDIR=%{_includedir} \
45     RIBUOTLIB=%{_libdir}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc
57 %attr(,,)
This page took 2.689106 seconds and 3 git commands to generate.