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