Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Utilities for working with generic SCSI devices" |
| 2 | |
| 3 | DESCRIPTION = "This package contains low level utilities for devices that use the SCSI command set" |
| 4 | |
| 5 | HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html" |
| 6 | SECTION = "console/admin" |
| 7 | |
| 8 | LICENSE = "GPLv2+ & BSD" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca" |
| 10 | |
| 11 | SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz \ |
| 12 | " |
| 13 | MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc" |
| 14 | |
| 15 | UPSTREAM_CHECK_REGEX = "sg3_utils-(?P<pver>\d+(\.\d+)+)\.tgz" |
| 16 | |
| 17 | SRC_URI[md5sum] = "2e71d7cd925dcc48acb24afaaaac7990" |
| 18 | SRC_URI[sha256sum] = "0b87c971af52af7cebebcce343eac6bd3d73febb3c72af9ce41a4552f1605a61" |
| 19 | |
| 20 | inherit autotools-brokensep |
| 21 | |
| 22 | S = "${WORKDIR}/sg3_utils-${PV}" |
| 23 | |
| 24 | RDEPENDS_${PN} += "bash" |