]> git.pld-linux.org Git - packages/echoping.git/blame - echoping.spec
- initial, does not build
[packages/echoping.git] / echoping.spec
CommitLineData
fec4ca46
PG
1Summary: Non-suid ping
2Name: echoping
3Version: 6.0
4Release: 0.BETA.0.1
5License: GPL v2
6Group: Networking/Admin
7Source0: ftp://ftp.internatif.org/pub/unix/echoping/%{name}-%{version}-BETA.tar.gz
8# Source0-md5: a8d10ec94a6dfc42bd978a1e99d00efa
9URL: http://echoping.sourceforge.net/
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: bind-devel
13BuildRequires: popt-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17"echoping" is a small program to test (approximatively) performances of a remote host by sending it TCP "echo" (or other protocol, such as HTTP) packets.
18
19%prep
20%setup -q -n %{name}-%{version}-BETA
21
22%build
23%configure
24%{__make}
25
26%install
27rm -rf $RPM_BUILD_ROOT
28
29%{__make} install \
30 DESTDIR=$RPM_BUILD_ROOT
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37#%doc ChangeLog README
38#%attr(755,root,root) %{_bindir}/*
39#%{_mandir}/man*/*
This page took 0.083694 seconds and 4 git commands to generate.