]> git.pld-linux.org Git - packages/cdf.git/blame - cdf.spec
- updated Source0 URL
[packages/cdf.git] / cdf.spec
CommitLineData
9d026c6f 1Summary: cdf - "colorized df"
a2da63d2 2Summary(pl.UTF-8): cdf - "kolorowy df"
491666eb 3Name: cdf
e929fb31 4Version: 0.2
491666eb 5Release: 1
a0099b17 6License: GPL v2+
491666eb 7Group: Utilities
edc65dfb 8Source0: http://downloads.sourceforge.net/bmp-plugins.berlios/%{name}-%{version}.tar.gz
e929fb31 9# Source0-md5: 1afd130f6c562700e8ad05724c6e1a9d
491666eb 10URL: http://bmp-plugins.berlios.de/misc/cdf/cdf.html
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14cdf means "colorized df". The main features of cdf are:
491666eb 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
a58766e9
JR
20%description -l pl.UTF-8
21cdf 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
491666eb 25 dodatkowych bibliotek
26
27%prep
28%setup -q
29
30%build
31%configure
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
a0099b17 45%doc AUTHORS ChangeLog README TODO
edc65dfb 46%attr(755,root,root) %{_bindir}/cdf
This page took 0.16162 seconds and 4 git commands to generate.