commit a06bc88bd6733c7f89b93a6ac4196c6a2daab504 Author: Alexander Zhirov Date: Sun Aug 6 14:50:55 2023 +0300 init 0.32 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/README.md b/README.md new file mode 100644 index 0000000..1669f93 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# lsscsi diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..69bdf04 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : lsscsi +version : 0.32 +release : 1 +source : + - http://sg.danny.cz/scsi/lsscsi-0.32.tgz : 0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e8029a1 +license : GPL-2.0-or-later +component : system.base +summary : A tool that lists devices connected via SCSI and its transports +description: | + The lsscsi utility is a command-line tool in the Linux operating system that provides information about SCSI (Small Computer System Interface) devices. lsscsi allows you to view a list of SCSI devices recognized by the system and provides details about each device, including the identifier, device type, bus, and address on the bus. +setup : | + %configure --prefix=/usr +build : | + %make +install : | + %make_install