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>
This commit is contained in:
parent
6be1600009
commit
1fb6a73fa4
@ -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/
|
||||
|
||||
|
@ -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"
|
||||
|
6
package/lsscsi/Config.in
Normal file
6
package/lsscsi/Config.in
Normal 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
|
2
package/lsscsi/lsscsi.hash
Normal file
2
package/lsscsi/lsscsi.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 025d009a1af42bc5b2fca664c44c9ecdfd754356e4a44f5c6aced2420afadd50 lsscsi-0.28.tgz
|
13
package/lsscsi/lsscsi.mk
Normal file
13
package/lsscsi/lsscsi.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user