Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561995
en ru br
ALT Linux repos
S:0.40-alt3

Group :: Other
RPM: pipebench

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: pipebench
Version: 0.40
Release: alt3

Summary: Measures the speed of STDIN/STDOUT communication

License: GPLv2+
Group: Other
Url: http://www.habets.pp.se/synscan/programs.php?prog=%name

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://www.habets.pp.se/synscan/files/%name-%version.tar

Source44: import.info

%description
Measures the speed of a pipe, by sitting in the middle passing the data along
to the next process. See the included README for example usage.

%prep
%setup

## Fix the Makefile; taken from the Gentoo ebuild and modified slightly.

sed -i Makefile \
-e 's:CFLAGS=-Wall:CFLAGS+= -Wall:' \
-e 's:$(CFLAGS) -o:$(LDFLAGS) &:g' \
-e 's:/usr/local/bin/:$(DESTDIR)%_bindir:' \
-e 's:/usr/local/man/man1/:$(DESTDIR)%_man1dir:'

%build
%make_build

%install
## Create the necessary filesystem skeleton.
mkdir -m 755 -p %buildroot%_bindir
mkdir -p %buildroot%_man1dir
%makeinstall_std

%files
%doc README
%_bindir/%name
%_man1dir/%name.*

%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