]> git.pld-linux.org Git - packages/echoping.git/commitdiff
- initial, does not build
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 27 Oct 2005 14:36:14 +0000 (14:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    echoping.spec -> 1.1

echoping.spec [new file with mode: 0644]

diff --git a/echoping.spec b/echoping.spec
new file mode 100644 (file)
index 0000000..48680d7
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       Non-suid ping
+Name:          echoping
+Version:       6.0
+Release:       0.BETA.0.1
+License:       GPL v2
+Group:         Networking/Admin
+Source0:       ftp://ftp.internatif.org/pub/unix/echoping/%{name}-%{version}-BETA.tar.gz
+# Source0-md5: a8d10ec94a6dfc42bd978a1e99d00efa
+URL:           http://echoping.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: bind-devel
+BuildRequires: popt-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+"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.
+
+%prep
+%setup -q -n %{name}-%{version}-BETA
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc ChangeLog README
+#%attr(755,root,root) %{_bindir}/*
+#%{_mandir}/man*/*
This page took 0.040072 seconds and 4 git commands to generate.