2016-11-19 18:12:19 +00:00
#
# Copyright (C) 2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := python-pcapy
2018-09-17 04:00:41 +00:00
PKG_VERSION := 0.11.4
2018-12-26 23:53:31 +00:00
PKG_RELEASE := 2
2018-09-17 04:00:41 +00:00
2019-10-20 19:03:12 +00:00
PYPI_NAME := pcapy
2018-09-17 04:00:41 +00:00
PKG_HASH := aa239913678d7ba116e66057a37f914de7726aecd11d00db470127df115c4e78
2016-11-19 18:12:19 +00:00
PKG_MAINTAINER := Andrew McConachie <andrew@depht.com>
PKG_LICENSE := Apache-1.1
2019-10-20 19:03:12 +00:00
i n c l u d e . . / p y p i . m k
2018-12-26 23:53:31 +00:00
i n c l u d e $( INCLUDE_DIR ) / u c l i b c + + . m k
2016-11-19 18:12:19 +00:00
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
2018-01-10 07:56:52 +00:00
i n c l u d e . . / p y t h o n - p a c k a g e . m k
2016-11-19 18:12:19 +00:00
d e f i n e P a c k a g e / p y t h o n - p c a p y
SECTION:= language-python
CATEGORY:= Languages
SUBMENU:= Python
TITLE:= python-pcapy
URL:= https://www.coresecurity.com/corelabs-research/open-source-tools/pcapy
2018-12-26 23:53:31 +00:00
DEPENDS:= +python +libpcap $( CXX_DEPENDS)
2016-11-19 18:12:19 +00:00
e n d e f
d e f i n e P a c k a g e / p y t h o n - p c a p y / d e s c r i p t i o n
Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets.
e n d e f
d e f i n e B u i l d / C o m p i l e
$( call Build/Compile/PyMod,,\
install --prefix= /usr --root= " $( PKG_INSTALL_DIR) " \
)
e n d e f
$( eval $ ( call PyPackage ,python -pcapy ) )
$( eval $ ( call BuildPackage ,python -pcapy ) )