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