packages: ferret/ferret.spec (NEW) - new

radek radek at pld-linux.org
Sat Jun 19 22:26:17 CEST 2010


Author: radek                        Date: Sat Jun 19 20:26:17 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/ferret:
   ferret.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ferret/ferret.spec
diff -u /dev/null packages/ferret/ferret.spec:1.1
--- /dev/null	Sat Jun 19 22:26:17 2010
+++ packages/ferret/ferret.spec	Sat Jun 19 22:26:12 2010
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	FERRET - a broadcast analysis tool
+#Summary(pl.UTF-8):	-
+Name:		ferret
+Version:	1.1
+Release:	1
+License:	"all rights reserved"
+Group:		Applications
+Source0:	http://www.erratasec.com/Ferret-1_1.zip
+# NoSource0-md5:	f9fbd4eb5eb178589584a59052b35d02
+URL:		http://www.erratasec.com/ferret.html
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This tool gathers information broadcast by machines on the local
+network The little bits of information can then be used together to
+put together a picture of the user, the computer, and the internal
+network where that machine comes from.
+
+#%description -l pl.UTF-8
+#TODO
+
+%prep
+%setup -q -n Ferret
+rm -rf bin/*/ bin/ferret tmp/*
+
+%build
+%{__make} -C build/linux-x86-gcc4
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D bin/ferret      $RPM_BUILD_ROOT%{_bindir}/ferret
+install -D bin/ferret.conf $RPM_BUILD_ROOT%{_sysconfdir}/ferret.conf
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt *.py
+%attr(755,root,root) %{_bindir}/*
+%{_sysconfdir}/*.conf
+
+%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  2010/06/19 20:26:12  radek
+- new
+
================================================================


More information about the pld-cvs-commit mailing list