]> git.pld-linux.org Git - packages/cdf.git/commitdiff
- init
authorspider <spider@pld-linux.org>
Tue, 22 Feb 2005 19:36:42 +0000 (19:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdf.spec -> 1.1

cdf.spec [new file with mode: 0644]

diff --git a/cdf.spec b/cdf.spec
new file mode 100644 (file)
index 0000000..5875115
--- /dev/null
+++ b/cdf.spec
@@ -0,0 +1,48 @@
+Summary:       cdf means "colorized df"
+Summary(pl):   cdf to "kolorowy df"
+Name:          cdf
+Version:       0.1
+Release:       1
+License:       GPL v2
+Group:         Utilities
+Source0:       http://bmp-plugins.berlios.de/misc/cdf/%{name}-%{version}.tar.gz
+URL:           http://bmp-plugins.berlios.de/misc/cdf/cdf.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+cdf means "colorized df". The main features of cdf are:
+
+- customazable color schemes
+- eye-friendly capacity bars
+- most of such utils needs some 3rd party libraries, python
+  interpreter and so on, while cdf written in pure C
+
+
+%description -l pl
+cdf oznacza "kolorowy df". G³ównymi cechami cdf s±:
+
+- schematy kolorów
+- przyjemne dla oka paski zape³nienia dysków
+- cdf jest napisany w czystym c dziêki czemu nie wymaga ¿adnych
+  dodatkowych bibliotek
+
+%prep
+%setup -q
+
+%build
+%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 AUTHORS ChangeLog README TODO NEWS
+%attr(755,root,root) %{_bindir}/*
This page took 0.064938 seconds and 4 git commands to generate.