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