]> git.pld-linux.org Git - packages/clink.git/commitdiff
- initial version
authormarcus <marcus@pld-linux.org>
Tue, 2 Jan 2001 23:49:44 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clink.spec -> 1.1

clink.spec [new file with mode: 0644]

diff --git a/clink.spec b/clink.spec
new file mode 100644 (file)
index 0000000..b9afa16
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Clink estimates the latency and bandwidth of Internet links.
+Summary(pl):   Clink okre¶la przybli¿one opó¼nienie i pasmo ³±cz Internetu.
+Name:          clink
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Applications/Networking
+Group(de):     Applikationen/Netzwerkwesen
+Group(pl):     Aplikacje/Sieciowe
+Source0:       http://rocky.wellesley.edu/downey/clink/%{name}.%{version}.tar.gz
+URL:           http://rocky.wellesley.edu/downey/clink/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description 
+clink (Characterize Links) is a utility that estimates the
+latency and bandwidth of Internet links by sending UDP packets from a
+single source and measuring round-trip times. The basic mechanism is similar
+to ping and traceroute, except that clink generally has to send
+many more packets.
+
+%description -l pl
+clink (Characterize Links) jest narzêdziem, które okre¶la opó¼nienie i pasmo
+(przepustowo¶æ) ³±cz w Internecie przy u¿yciu pakietów UDP wysy³anych
+z pojedynczego ¼ród³a
+
+%prep
+%setup -q -n %{name}.%{version}
+%build
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install clink $RPM_BUILD_ROOT%{_bindir}/clink
+
+mv clink.doc clink.txt
+gzip -9nf clink.txt
+       
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc clink.txt.gz
+
+%attr(755,root,root) %{_bindir}/clink
This page took 0.069486 seconds and 4 git commands to generate.