]> git.pld-linux.org Git - packages/ewave.git/blame - ewave.spec
- s/enviroment/environment/
[packages/ewave.git] / ewave.spec
CommitLineData
24c682d6 1Summary: Extreme Wave - feature rich, extensible 3D modeling environment
ec113027 2Summary(pl.UTF-8): Extreme Wave - bogate w możliwości, rozszerzalne środowisko do modelowania 3D
49a4c95a 3Name: ewave
4Version: 0.4.0
5Release: 0.1
6License: GPL
026c9c83 7Group: Applications/Graphics
49a4c95a 8Source0: %{name}-%{version}.tar.bz2
9# Source0-md5: 1278c5e296c5421a6038562d29dee40e
49a4c95a 10URL: http://ewave.seul.org/
c7f7174f 11BuildRequires: fltk-devel >= 1.0.6
12BuildRequires: guile-devel >= 1.3.2
49a4c95a 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
026c9c83
JB
16Extreme Wave is an ambitious project to create a feature rich,
17extensible 3D modeling environment.
49a4c95a 18
f36a04d6
JR
19%description -l pl.UTF-8
20Extreme Wave to ambitny projekt stworzenia bogatego w możliwości,
21rozszerzalnego środowiska do modelowania 3D.
49a4c95a 22
23%prep
24%setup -q
49a4c95a 25
26%build
27# if ac/am/* rebuilding is necessary, do it in this order and add
28# appropriate BuildRequires
29#%%{__intltoolize}
30#%%{__gettextize}
31#%%{__libtoolize}
32#%%{__aclocal}
33#%%{__autoconf}
34#%%{__autoheader}
35#%%{__automake}
36#cp -f /usr/share/automake/config.sub .
37%configure
38%{__make}
39
49a4c95a 40%install
41rm -rf $RPM_BUILD_ROOT
49a4c95a 42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49a4c95a 49%files
50%defattr(644,root,root,755)
51%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.108155 seconds and 4 git commands to generate.