]> git.pld-linux.org Git - packages/cdf.git/blob - cdf.spec
- init
[packages/cdf.git] / cdf.spec
1 Summary:        cdf means "colorized df"
2 Summary(pl):    cdf to "kolorowy df"
3 Name:           cdf
4 Version:        0.1
5 Release:        1
6 License:        GPL v2
7 Group:          Utilities
8 Source0:        http://bmp-plugins.berlios.de/misc/cdf/%{name}-%{version}.tar.gz
9 URL:            http://bmp-plugins.berlios.de/misc/cdf/cdf.html
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 cdf means "colorized df". The main features of cdf are:
14
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
21 %description -l pl
22 cdf oznacza "kolorowy df". G³ównymi cechami cdf s±:
23
24 - schematy kolorów
25 - przyjemne dla oka paski zape³nienia dysków
26 - cdf jest napisany w czystym c dziêki czemu nie wymaga ¿adnych
27   dodatkowych bibliotek
28
29 %prep
30 %setup -q
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog README TODO NEWS
48 %attr(755,root,root) %{_bindir}/*
This page took 0.109528 seconds and 3 git commands to generate.