Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37039422
en ru br
Репозитории ALT
S:0.2-alt3
5.1: 0.2-alt1
4.1: 0.2-alt1
4.0: 0.2-alt1
3.0: 0.1-alt1
www.altlinux.org/Changes

Группа :: Мониторинг
Пакет: cdf

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin