SPECS: netdiscover.spec (NEW) - new

matowy matowy at pld-linux.org
Mon Oct 17 00:50:52 CEST 2005


Author: matowy                       Date: Sun Oct 16 22:50:52 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   netdiscover.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/netdiscover.spec
diff -u /dev/null SPECS/netdiscover.spec:1.1
--- /dev/null	Mon Oct 17 00:50:52 2005
+++ SPECS/netdiscover.spec	Mon Oct 17 00:50:46 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	Netdiscover is an active/passive address reconnaissance tool
+Name:		netdiscover
+Version:	0.3
+%define		_beta	beta5
+Release:	0.%{_beta}.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://nixgeneration.com/~jaime/netdiscover/releases/%{name}-%{version}-%{_beta}.tar.gz
+# Source0-md5:	d41d8cd98f00b204e9800998ecf8427e
+URL:		http://nixgeneration.com/~jaime/netdiscover/
+BuildRequires:	libnet-devel
+BuildRequires:	libpcap-devel
+BuildRequires:	libstdc++-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Netdiscover is an active/passive address reconnaissance tool, mainly
+developed for those wireless networks without dhcp server, when you
+are wardriving. It can be also used on hub/switched networks.
+
+%prep
+%setup -q -n %{name}-%{version}-%{_beta}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+install src/%{name} $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_sbindir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/16 22:50:46  matowy
+- new
+
+Revision 1.53  2005/08/15 21:54:32  glen
+- adapterized and other things
+
================================================================



More information about the pld-cvs-commit mailing list