Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37752744
en ru br
ALT Linux repos
S:3.0.2-alt1.qa1

Group :: Development/Tools
RPM: cpipe

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

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