]> git.pld-linux.org Git - packages/ferret.git/blame - ferret.spec
- new
[packages/ferret.git] / ferret.spec
CommitLineData
5e8acfe0 1Summary: FERRET - a broadcast analysis tool
2#Summary(pl.UTF-8): -
3Name: ferret
4Version: 1.1
5Release: 1
6License: "all rights reserved"
7Group: Applications
8Source0: http://www.erratasec.com/Ferret-1_1.zip
9# NoSource0-md5: f9fbd4eb5eb178589584a59052b35d02
10URL: http://www.erratasec.com/ferret.html
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14This tool gathers information broadcast by machines on the local
15network The little bits of information can then be used together to
16put together a picture of the user, the computer, and the internal
17network where that machine comes from.
18
19#%description -l pl.UTF-8
20#TODO
21
22%prep
23%setup -q -n Ferret
24rm -rf bin/*/ bin/ferret tmp/*
25
26%build
27%{__make} -C build/linux-x86-gcc4
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -D bin/ferret $RPM_BUILD_ROOT%{_bindir}/ferret
32install -D bin/ferret.conf $RPM_BUILD_ROOT%{_sysconfdir}/ferret.conf
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
39%doc *.txt *.py
40%attr(755,root,root) %{_bindir}/*
41%{_sysconfdir}/*.conf
This page took 0.126807 seconds and 4 git commands to generate.