]> git.pld-linux.org Git - packages/ferret.git/blame - ferret.spec
- BR: unzip
[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
721c8652 12BuildRequires: unzip
5e8acfe0 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16This tool gathers information broadcast by machines on the local
17network The little bits of information can then be used together to
18put together a picture of the user, the computer, and the internal
19network where that machine comes from.
20
21#%description -l pl.UTF-8
22#TODO
23
24%prep
25%setup -q -n Ferret
704cc174 26%patch0 -p1
5e8acfe0 27rm -rf bin/*/ bin/ferret tmp/*
28
29%build
30%{__make} -C build/linux-x86-gcc4
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -D bin/ferret $RPM_BUILD_ROOT%{_bindir}/ferret
35install -D bin/ferret.conf $RPM_BUILD_ROOT%{_sysconfdir}/ferret.conf
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc *.txt *.py
43%attr(755,root,root) %{_bindir}/*
44%{_sysconfdir}/*.conf
This page took 0.080461 seconds and 4 git commands to generate.