]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pcapy/pcapy.nm
libnl3: New package.
[people/ms/ipfire-3.x.git] / pcapy / pcapy.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pcapy
7 version = 0.10.5
8 release = 1
9
10 groups = Development/Languages
11 url = http://oss.coresecurity.com/projects/pcapy.html
12 license = ASL 1.1
13 summary = A Python interface to libpcap.
14
15 description
16 Pcapy is a Python extension module that interfaces with the libpcap
17 packet capture library. Pcapy enables python scripts to capture packets
18 on the network. Pcapy is highly effective when used in conjunction with
19 a packet-handling package such as Impacket, which is a collection of
20 Python classes for constructing and dissecting network packets.
21 end
22
23 source_dl =
24
25 build
26 requires
27 gcc-c++
28 libpcap-devel
29 python-devel
30 end
31
32 build
33 python setup.py build
34 end
35
36 install
37 python setup.py install -O1 --skip-build --root %{BUILDROOT}
38 end
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end