]> git.pld-linux.org Git - packages/clink.git/blame - clink.spec
- patch exists in CVS
[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
7be442dd
JB
10# formerly ftp://ftp.6bone.pl/pub/ipv6/set-glibc-2.1.new/clink.1.0a.diff
11Patch0: clink.1.0a.diff
066e0a60 12URL: http://allendowney.com/research/clink/
98ff3f54 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
f7893b57 15%description
8ea62e06 16clink (Characterize Links) is a utility that estimates the latency and
17bandwidth of network links by sending UDP packets from a single source
18and measuring round-trip times. The basic mechanism is similar to ping
19and traceroute, except that clink generally has to send many more
20packets.
98ff3f54 21
3fd2b447
JR
22%description -l pl.UTF-8
23clink (Characterize Links) jest narzędziem, które określa opóźnienie i
24pasmo (przepustowość) łącz w sieci przy użyciu pakietów UDP wysyłanych
25z pojedynczego źródła.
98ff3f54 26
27%prep
28%setup -q -n %{name}.%{version}
7be442dd 29%patch0 -p1
9e351f1a 30
98ff3f54 31%build
7be442dd
JB
32%{__make} \
33 CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
98ff3f54 34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{_bindir}
8ea62e06 38
98ff3f54 39install clink $RPM_BUILD_ROOT%{_bindir}/clink
40
8ea62e06 41mv -f clink.doc clink.txt
42
98ff3f54 43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
443e5063 48%doc clink.txt
98ff3f54 49%attr(755,root,root) %{_bindir}/clink
This page took 0.095631 seconds and 4 git commands to generate.