]> git.pld-linux.org Git - packages/3dfb.git/blob - 3dfb.spec
- initital pld version
[packages/3dfb.git] / 3dfb.spec
1 Summary:        3D File Manager
2 Summary(pl):    Trójwymiarowy menad¿er plików
3 Name:           3dfb
4 Version:        0.5.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Shells
8 Source0:        http://dl.sourceforge.net/dz3d/%{name}-%{version}.tar.gz
9 # Source0-md5:  31a11043c43f81c1a2f792b82934c1db
10 URL:            https://sourceforge.net/projects/dz3d/
11 BuildRequires:  glut-devel
12 BuildRequires:  libstdc++-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 3dFB is a 3d File Manager. 2d file managers work nicely, but with 3d
17 you can display much more information. The aim of this project is to
18 make a viable, workable, 3d file manager that is not a hog on
19 resources and can actually be usable.
20
21 %description -l pl
22 3dFB jest trójwymiarowym menad¿erem plików. Dwuwymiarowe menad¿ery
23 dzia³aj± dobrze, ale w 3 wymiarach mo¿esz wy¶wietliæ o wiele wiêcej
24 informacji. Celem tego projektu jest stworzenie u¿ytecznego,
25 trójwymiarowego menad¿era plików który nie zabiera zbyt wiele zasobów
26 oraz mo¿e byæ u¿yteczny.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *README ChangeLog WISHLIST AUTHORS
49 %attr(755,root,root) %{_bindir}/*
This page took 0.081213 seconds and 3 git commands to generate.