mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
14 lines
368 B
Makefile
14 lines
368 B
Makefile
################################################################################
|
|
#
|
|
# lsscsi
|
|
#
|
|
################################################################################
|
|
|
|
LSSCSI_VERSION = 0.31
|
|
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))
|