]> git.pld-linux.org Git - packages/ewave.git/blob - ewave.spec
- s/enviroment/environment/
[packages/ewave.git] / ewave.spec
1 Summary:        Extreme Wave - feature rich, extensible 3D modeling environment
2 Summary(pl.UTF-8):      Extreme Wave - bogate w możliwości, rozszerzalne środowisko do modelowania 3D
3 Name:           ewave
4 Version:        0.4.0
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        %{name}-%{version}.tar.bz2
9 # Source0-md5:  1278c5e296c5421a6038562d29dee40e
10 URL:            http://ewave.seul.org/
11 BuildRequires:  fltk-devel >= 1.0.6
12 BuildRequires:  guile-devel >= 1.3.2
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Extreme Wave is an ambitious project to create a feature rich,
17 extensible 3D modeling environment.
18
19 %description -l pl.UTF-8
20 Extreme Wave to ambitny projekt stworzenia bogatego w możliwości,
21 rozszerzalnego środowiska do modelowania 3D.
22
23 %prep
24 %setup -q
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
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.051904 seconds and 3 git commands to generate.