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