]> git.pld-linux.org Git - packages/wings.git/blame - wings.spec
- small cleanup
[packages/wings.git] / wings.spec
CommitLineData
a43e2a4c 1#
2Summary: 3D subdivision modeller
3Name: wings
73f8f69e 4Version: 0.99.04a
a43e2a4c 5Release: 1
6License: BSD
7Group: Applications
73f8f69e
AF
8Source0: http://downloads.sourceforge.net/wings/wings-%{version}.tar.bz2
9# Source0-md5: 148f28cd97c8d3d2426b34b53c385cb5
a43e2a4c 10URL: http://www.wings3d.com/
11BuildRequires: OpenGL-devel
12BuildRequires: erlang
73f8f69e 13BuildRequires: esdl
a43e2a4c 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Wings 3D is a subdivision modeler inspired by Nendo and Mirai from Izware.
18
19It is possible to assign materials, vertex color, UV coordinates and
20textures, but there will be improvements in those features before Wings goes
211.0.
22
23There is no support in Wings for doing animations.
24
25%prep
26%setup -q
27
28%build
73f8f69e
AF
29%{__make} -j1 \
30 ESDL_PATH=%{_libdir}/erlang/lib/esdl
a43e2a4c 31
32%install
33rm -rf $RPM_BUILD_ROOT
34# create directories if necessary
35#install -d $RPM_BUILD_ROOT
36#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
a43e2a4c 44%files
45%defattr(644,root,root,755)
46%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.061883 seconds and 4 git commands to generate.