package/easyframes: new package

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Horatiu Vultur 2020-08-29 09:24:16 +02:00 committed by Thomas Petazzoni
parent 130a0163af
commit 841c604748
5 changed files with 30 additions and 0 deletions

View file

@ -1110,6 +1110,9 @@ F: package/gauche/
F: package/gmrender-resurrect/
F: package/squeezelite/
N: Horatiu Vultur <horatiu.vultur@microchip.com>
F: package/easyframes/
N: Ian Haylock <haylocki@yahoo.co.uk>
F: package/python-rpi-gpio/

View file

@ -2046,6 +2046,7 @@ menu "Networking applications"
source "package/dnsmasq/Config.in"
source "package/drbd-utils/Config.in"
source "package/dropbear/Config.in"
source "package/easyframes/Config.in"
source "package/ebtables/Config.in"
source "package/ejabberd/Config.in"
source "package/ethtool/Config.in"

View file

@ -0,0 +1,10 @@
config BR2_PACKAGE_EASYFRAMES
bool "easyframes"
select BR2_PACKAGE_LIBPCAP
help
This is a small and simple command-line tool for network
testing. The tool makes it simple to compose a frame,
inject and express what and where frames are expected to be
received.
https://github.com/microchip-ung/easyframes

View file

@ -0,0 +1,3 @@
# locally calculated
sha256 3c0449b3129c29b5ecf67b689f1a75ffc65fde3c5f62811e2f0439ce4f4af392 easyframes-0.3.tar.gz
sha256 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57 COPYING

View file

@ -0,0 +1,13 @@
################################################################################
#
# easyframes
#
################################################################################
EASYFRAMES_VERSION = 0.3
EASYFRAMES_SITE = $(call github,microchip-ung,easyframes,v$(EASYFRAMES_VERSION))
EASYFRAMES_DEPENDENCIES = libpcap
EASYFRAMES_LICENSE = MIT
EASYFRAMES_LICENSE_FILES = COPYING
$(eval $(cmake-package))