]> git.pld-linux.org Git - packages/clink.git/blob - clink.spec
- patch not exist
[packages/clink.git] / clink.spec
1 Summary:        Clink estimates the latency and bandwidth of network links
2 Summary(pl.UTF-8):      Clink określa przybliżone opóźnienie i pasmo połączenia sieciowego
3 Name:           clink
4 Version:        1.0
5 Release:        5
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://allendowney.com/research/clink/%{name}.%{version}.tar.gz
9 # Source0-md5:  9bfb957d7733e434a5e902dccad89c56
10 URL:            http://allendowney.com/research/clink/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 clink (Characterize Links) is a utility that estimates the latency and
15 bandwidth of network links by sending UDP packets from a single source
16 and measuring round-trip times. The basic mechanism is similar to ping
17 and traceroute, except that clink generally has to send many more
18 packets.
19
20 %description -l pl.UTF-8
21 clink (Characterize Links) jest narzędziem, które określa opóźnienie i
22 pasmo (przepustowość) łącz w sieci przy użyciu pakietów UDP wysyłanych
23 z pojedynczego źródła.
24
25 %prep
26 %setup -q -n %{name}.%{version}
27
28 %build
29
30 %{__make} CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install clink $RPM_BUILD_ROOT%{_bindir}/clink
37
38 mv -f clink.doc clink.txt
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc clink.txt
46 %attr(755,root,root) %{_bindir}/clink
This page took 0.103277 seconds and 3 git commands to generate.