Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37748517
en ru br
ALT Linux repos
S:0.2-alt3
5.0: 0.2-alt1
4.1: 0.2-alt1
4.0: 0.2-alt1
3.0: 0.1-alt1

Group :: Monitoring
RPM: cdf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable clang

Summary: colorized df
Name: cdf
Version: 0.2
Release: alt3
Source0: %{name}-%{version}.tar.gz
URL: http://bmp-plugins.berlios.de/misc/cdf/cdf.html
License: GPL-2.0+
Group: Monitoring

%description
cdf is a tool simular to df(1), but with colors support. Note that
cdf is _not_ just df with colors and it doesn't compatible with df
(however, compatiblity with df may be realized later).

%if_enabled clang
BuildRequires(pre): clang-devel
%endif

%prep
%setup -q

%build
export CFLAGS="$CFLAGS -fcommon"
%if_enabled clang
export CC="clang"
export CXX="clang++"
export AR="llvm-ar"
export NM="llvm-nm"
export READELF="llvm-readelf"
%endif

%configure
%make

%install
%makeinstall

%files
%_bindir/*
%doc README AUTHORS NEWS TODO

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin