lsscsi: add new package

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas:
 - add entry to DEVELOPERS file
 - use SPDX license code
 - license is GPL-2.0+, not GPL-2.0]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017.08.x
Antony Pavlov 2017-05-12 15:41:01 +03:00 committed by Thomas Petazzoni
parent 6be1600009
commit 1fb6a73fa4
5 changed files with 25 additions and 0 deletions

View File

@ -98,6 +98,9 @@ F: package/python-pydal/
F: package/python-web2py/
F: package/sysdig/
N: Antony Pavlov <antonynpavlov@gmail.com>
F: package/lsscsi/
N: Anthony Viallard <viallard@syscom-instruments.com>
F: package/gnuplot/

View File

@ -426,6 +426,7 @@ endmenu
source "package/lirc-tools/Config.in"
source "package/lm-sensors/Config.in"
source "package/lshw/Config.in"
source "package/lsscsi/Config.in"
source "package/lsuio/Config.in"
source "package/lvm2/Config.in"
source "package/mali-t76x/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_LSSCSI
bool "lsscsi"
help
lsscsi - list SCSI devices (or hosts) and their attributes
http://sg.danny.cz/scsi/lsscsi.html

View File

@ -0,0 +1,2 @@
# Locally calculated
sha256 025d009a1af42bc5b2fca664c44c9ecdfd754356e4a44f5c6aced2420afadd50 lsscsi-0.28.tgz

View File

@ -0,0 +1,13 @@
################################################################################
#
# lsscsi
#
################################################################################
LSSCSI_VERSION = 0.28
LSSCSI_SOURCE = lsscsi-$(LSSCSI_VERSION).tgz
LSSCSI_SITE = http://sg.danny.cz/scsi
LSSCSI_LICENSE = GPL-2.0+
LSSCSI_LICENSE_FILES = COPYING
$(eval $(autotools-package))