]> git.pld-linux.org Git - packages/ferret.git/blob - ferret.spec
- release 2: radiotap.patch
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This tool gathers information broadcast by machines on the local
16 network The little bits of information can then be used together to
17 put together a picture of the user, the computer, and the internal
18 network where that machine comes from.
19
20 #%description -l pl.UTF-8
21 #TODO
22
23 %prep
24 %setup -q -n Ferret
25 %patch0 -p1
26 rm -rf bin/*/ bin/ferret tmp/*
27
28 %build
29 %{__make} -C build/linux-x86-gcc4
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -D bin/ferret      $RPM_BUILD_ROOT%{_bindir}/ferret
34 install -D bin/ferret.conf $RPM_BUILD_ROOT%{_sysconfdir}/ferret.conf
35
36 %clean
37 rm -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.088843 seconds and 3 git commands to generate.