]> git.pld-linux.org Git - packages/gensink.git/blob - gensink.spec
559cfaaa4b09f3451ee80f84c8b4f3fc331de7cf
[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 # Source0-md5:  82f029c4a450531ff44ad4eef6c38012
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 gensink consists of a pair of utilities that measure the performance
14 of a TCP connection between two hosts.
15
16 %description -l pl
17 gensink sk³ada siê z pary narzêdzi, które okre¶laj± wydajno¶æ
18 po³±czenia TCP pomiêdzy dwoma komputerami.
19
20 %prep
21 %setup -q
22
23 %build
24 %{__make} \
25         CC="%{__cc}" \
26         CFLAGS="%{rpmcflags}" \
27         LDFLAGS="%{rpmldflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_sbindir}
32
33 install gen4 sink4 tub4 $RPM_BUILD_ROOT%{_sbindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_sbindir}/*
This page took 0.067983 seconds and 2 git commands to generate.