]> git.pld-linux.org Git - packages/cdf.git/blob - cdf.spec
- updated Source0 URL
[packages/cdf.git] / cdf.spec
1 Summary:        cdf - "colorized df"
2 Summary(pl.UTF-8):      cdf - "kolorowy df"
3 Name:           cdf
4 Version:        0.2
5 Release:        1
6 License:        GPL v2+
7 Group:          Utilities
8 Source0:        http://downloads.sourceforge.net/bmp-plugins.berlios/%{name}-%{version}.tar.gz
9 # Source0-md5:  1afd130f6c562700e8ad05724c6e1a9d
10 URL:            http://bmp-plugins.berlios.de/misc/cdf/cdf.html
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 cdf means "colorized df". The main features of cdf are:
15 - customazable color schemes
16 - eye-friendly capacity bars
17 - most of such utils needs some 3rd party libraries, python
18   interpreter and so on, while cdf written in pure C
19
20 %description -l pl.UTF-8
21 cdf oznacza "kolorowy df". Głównymi cechami cdf są:
22 - schematy kolorów
23 - przyjemne dla oka paski zapełnienia dysków
24 - cdf jest napisany w czystym C, dzięki czemu nie wymaga żadnych
25   dodatkowych bibliotek
26
27 %prep
28 %setup -q
29
30 %build
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS ChangeLog README TODO
46 %attr(755,root,root) %{_bindir}/cdf
This page took 0.112171 seconds and 3 git commands to generate.