mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 18:12:13 +00:00
13 lines
390 B
Makefile
13 lines
390 B
Makefile
|
|
################################################################################
|
||
|
|
#
|
||
|
|
# python-scapy3k
|
||
|
|
#
|
||
|
|
################################################################################
|
||
|
|
|
||
|
|
PYTHON_SCAPY3K_VERSION = v0.18
|
||
|
|
PYTHON_SCAPY3K_SITE = $(call github,phaethon,scapy,$(PYTHON_SCAPY3K_VERSION))
|
||
|
|
PYTHON_SCAPY3K_SETUP_TYPE = distutils
|
||
|
|
PYTHON_SCAPY3K_LICENSE = GPLv2+
|
||
|
|
|
||
|
|
$(eval $(python-package))
|