]> git.pld-linux.org Git - packages/3dfb.git/blob - 3dfb.spec
- tabs in preamle
[packages/3dfb.git] / 3dfb.spec
1 Summary:        3D file manager
2 Summary(pl.UTF-8):      Trójwymiarowy zarządca plików
3 Name:           3dfb
4 Version:        0.6.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Shells
8 Source0:        http://dl.sourceforge.net/dz3d/%{name}-%{version}.tar.gz
9 # Source0-md5:  90f42a25f5fa4572faedcb00c20a8eb4
10 URL:            http://www.dangerz.net/3dfb/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  glut-devel
14 BuildRequires:  libstdc++-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 3dFB is a 3d file manager. 2d file managers work nicely, but with 3d
19 you can display much more information. The aim of this project is to
20 make a viable, workable, 3d file manager that is not a hog on
21 resources and can actually be usable.
22
23 %description -l pl.UTF-8
24 3dFB jest trójwymiarowym zarządcą plików. Dwuwymiarowi zarządcy
25 działają dobrze, ale w 3 wymiarach można wyświetlić o wiele więcej
26 informacji. Celem tego projektu jest stworzenie użytecznego,
27 trójwymiarowego zarządcy plików który nie zabiera zbyt wiele zasobów
28 oraz może być użyteczny.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
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 *README ChangeLog WISHLIST AUTHORS
52 %attr(755,root,root) %{_bindir}/*
This page took 0.056421 seconds and 3 git commands to generate.