]> git.pld-linux.org Git - packages/3dfb.git/blame - 3dfb.spec
- tabs in preamle
[packages/3dfb.git] / 3dfb.spec
CommitLineData
327f39ec 1Summary: 3D file manager
281094ac 2Summary(pl.UTF-8): Trójwymiarowy zarządca plików
322ab212 3Name: 3dfb
55836033 4Version: 0.6.1
322ab212 5Release: 1
6License: GPL
7Group: Applications/Shells
8Source0: http://dl.sourceforge.net/dz3d/%{name}-%{version}.tar.gz
55836033 9# Source0-md5: 90f42a25f5fa4572faedcb00c20a8eb4
19485029 10URL: http://www.dangerz.net/3dfb/
f03150a8
JB
11BuildRequires: autoconf
12BuildRequires: automake
322ab212 13BuildRequires: glut-devel
14BuildRequires: libstdc++-devel
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
327f39ec 183dFB is a 3d file manager. 2d file managers work nicely, but with 3d
322ab212 19you can display much more information. The aim of this project is to
20make a viable, workable, 3d file manager that is not a hog on
21resources and can actually be usable.
22
84483261
JR
23%description -l pl.UTF-8
243dFB jest trójwymiarowym zarządcą plików. Dwuwymiarowi zarządcy
25działają dobrze, ale w 3 wymiarach można wyświetlić o wiele więcej
26informacji. Celem tego projektu jest stworzenie użytecznego,
27trójwymiarowego zarządcy plików który nie zabiera zbyt wiele zasobów
28oraz może być użyteczny.
322ab212 29
30%prep
31%setup -q
32
33%build
34%{__aclocal}
35%{__autoconf}
36%{__automake}
37%configure
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
f03150a8 42
322ab212 43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -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.063498 seconds and 4 git commands to generate.