]> git.pld-linux.org Git - packages/gensink.git/blob - gensink.spec
f2465ecf623f73eedc63b8f5fe842593a41fd0e8
[packages/gensink.git] / gensink.spec
1 Summary:        A simple TCP benchmarking utility
2 Summary(pl):    Proste narzêdzie do pomiaru wydajno¶ci TCP
3 Name:           gensink
4 Version:        4.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://jes.home.cern.ch/jes/gensink/%{name}-%{version}.tar.gz
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 gensink consists of a pair of utilities that measure the performance
13 of a TCP connection between two hosts.
14
15 %description -l pl
16 gensink sk³ada siê z pary narzêdzi, które okre¶laj± wydajno¶æ
17 po³±czenia TCP pomiêdzy dwoma komputerami.
18
19 %prep
20 %setup -q
21
22 %build
23 %{__make} \
24         CC="%{__cc}" \
25         CFLAGS="%{rpmcflags}" \
26         LDFLAGS="%{rpmldflags}"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_sbindir}
31
32 install gen4 sink4 tub4 $RPM_BUILD_ROOT%{_sbindir}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) %{_sbindir}/*
This page took 0.04275 seconds and 2 git commands to generate.