]> git.pld-linux.org Git - packages/forgate.git/blob - forgate.spec
- fixed Source0 URL
[packages/forgate.git] / forgate.spec
1 # ToDo:
2 # - pl description 
3 Summary:        A Packet Redirection Tool For Interception On Switched Networks
4 Summary(pl):    Narzêdzie przechwytuj±ce pakiety w sieciach opratych na switchach.
5 Name:           forgate
6 Version:        0.9
7 Release:        1
8 License:        GPL     
9 Group:          Applications/Network
10 Vendor:         Darren Bounds <dbounds@intrusense.com>
11 Source0:        http://forgate.sourceforge.net/downloads/%{name}-%{version}.tgz
12 # Source0-md5:  b5455f0c83547769bd486877362f9553
13 Patch0:         %{name}-bpf.patch
14 URL:            http://forgate.sourceforge.net/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libnet-devel >= 1.1
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Forgate was written as a proof of concept in one method of capturing
22 traffic flows from a 3rd party on a switched network. Forgate uses ARP cache
23 poisoning, packet capture and packet reconstruction to perform it's task. It
24 should work with nearly all TCP, ICMP and UDP IPv4 traffic.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc docs/*
50 %attr(755,root,root) %{_sbindir}/*
This page took 0.211085 seconds and 3 git commands to generate.