]> git.pld-linux.org Git - packages/echoping.git/blob - echoping.spec
- initial, does not build
[packages/echoping.git] / echoping.spec
1 Summary:        Non-suid ping
2 Name:           echoping
3 Version:        6.0
4 Release:        0.BETA.0.1
5 License:        GPL v2
6 Group:          Networking/Admin
7 Source0:        ftp://ftp.internatif.org/pub/unix/echoping/%{name}-%{version}-BETA.tar.gz
8 # Source0-md5:  a8d10ec94a6dfc42bd978a1e99d00efa
9 URL:            http://echoping.sourceforge.net/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  bind-devel
13 BuildRequires:  popt-devel
14 BuildRoot:      %{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
27 rm -rf $RPM_BUILD_ROOT
28
29 %{__make} install \
30         DESTDIR=$RPM_BUILD_ROOT
31
32 %clean
33 rm -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.067174 seconds and 3 git commands to generate.