Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37537434
en ru br
Репозитории ALT

Группа :: Development/Tools
Пакет: cpipe

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: cpipe
Version: 3.0.2
Release: alt1.qa1

Summary: Counting pipe
Group: Development/Tools
License: GPLv2+

Url: http://cpipe.berlios.de/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://download.berlios.de/%name/%name-%version.tar
Patch: cpipe-lib.patch

%description
Cpipe copies its standard input to its standard output while measuring
the time it takes to read an input buffer and write an output
buffer. Statistics of average throughput and the total amount of bytes
copied are printed to the standard error output.

%prep
%setup
%patch -p2

%build
# Use included filess
touch cmdline.c cmdline.h cpipe.1
%make_build CFLAGS='%optflags'

%install
%make_install install \
   BINDIR=%buildroot%_bindir \
   MANDIR=%buildroot%_man1dir
chmod 0644 %buildroot%_man1dir/%{name}*

%files
%doc CHANGES COPYING-2.0 README
%_bindir/%name
%_man1dir/*

%changelog

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

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