Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37818855
en ru br
ALT Linux repositórios
S:0.40-alt3

Group :: Other
RPM: pipebench

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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009