mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 10:38:21 +04:00
@@ -8,13 +8,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=scapy
|
||||
PKG_VERSION:=2.4.3
|
||||
PKG_RELEASE:=2
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_VERSION:=2.4.4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=$(PKG_NAME)
|
||||
PKG_HASH:=e2f8d11f6a941c14a789ae8b236b27bd634681f1b29b5e893861e284d234f6b0
|
||||
PKG_HASH:=ecfd7a14cd9c3ef0eb08d28d5bb71d97219edff1454ccbdff229f676b27900ee
|
||||
|
||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
include ../../lang/python/pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@@ -24,7 +26,6 @@ define Package/scapy
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Interactive packet manipulation tool and network scanner
|
||||
MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
URL:=https://scapy.net/
|
||||
DEPENDS:=+python3
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user