]> git.pld-linux.org Git - packages/3dfb.git/commitdiff
- initital pld version AC-branch AC-STABLE auto/ac/3dfb-0_5_5-1
authorundefine <undefine@pld-linux.org>
Fri, 28 May 2004 19:13:43 +0000 (19:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    3dfb.spec -> 1.1

3dfb.spec [new file with mode: 0644]

diff --git a/3dfb.spec b/3dfb.spec
new file mode 100644 (file)
index 0000000..de72589
--- /dev/null
+++ b/3dfb.spec
@@ -0,0 +1,49 @@
+Summary:       3D File Manager
+Summary(pl):   Trójwymiarowy menad¿er plików
+Name:          3dfb
+Version:       0.5.5
+Release:       1
+License:       GPL
+Group:         Applications/Shells
+Source0:       http://dl.sourceforge.net/dz3d/%{name}-%{version}.tar.gz
+# Source0-md5: 31a11043c43f81c1a2f792b82934c1db
+URL:           https://sourceforge.net/projects/dz3d/
+BuildRequires: glut-devel
+BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+3dFB is a 3d File Manager. 2d file managers work nicely, but with 3d
+you can display much more information. The aim of this project is to
+make a viable, workable, 3d file manager that is not a hog on
+resources and can actually be usable.
+
+%description -l pl
+3dFB jest trójwymiarowym menad¿erem plików. Dwuwymiarowe menad¿ery
+dzia³aj± dobrze, ale w 3 wymiarach mo¿esz wy¶wietliæ o wiele wiêcej
+informacji. Celem tego projektu jest stworzenie u¿ytecznego,
+trójwymiarowego menad¿era plików który nie zabiera zbyt wiele zasobów
+oraz mo¿e byæ u¿yteczny.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *README ChangeLog WISHLIST AUTHORS
+%attr(755,root,root) %{_bindir}/*
This page took 0.073462 seconds and 4 git commands to generate.