]> git.pld-linux.org Git - packages/ferret.git/commitdiff
- new
authorradek <radek@pld-linux.org>
Sat, 19 Jun 2010 20:26:12 +0000 (20:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ferret.spec -> 1.1

ferret.spec [new file with mode: 0644]

diff --git a/ferret.spec b/ferret.spec
new file mode 100644 (file)
index 0000000..923595a
--- /dev/null
@@ -0,0 +1,41 @@
+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
This page took 0.095837 seconds and 4 git commands to generate.