Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -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" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 12 | MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 13 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 14 | SRC_URI[md5sum] = "28080de5bf2222f8b55a29093bec8aea" |
| 15 | SRC_URI[sha256sum] = "1dcb7a0309bd0ba3d4a83acb526973b80106ee26cd9f7398186cd3f0633c9ef3" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 16 | |
| 17 | inherit autotools-brokensep |
| 18 | |
| 19 | S = "${WORKDIR}/sg3_utils-${PV}" |
| 20 | |
| 21 | RDEPENDS_${PN} += "bash" |