123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>sg3_utils</Name>
- <Homepage>http://sg.danny.cz/sg/sg3_utils.html</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <License>BSD</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>Utilities for devices that use SCSI command sets</Summary>
- <Description>sg3_utils is a collection of Linux utilities for devices that use the SCSI command set. Includes utilities to copy data based on dd syntax and semantics, check INQUIRY data and VPD pages, check mode and log pages, spin up/down disks, do self tests and various other functions.</Description>
- <Archive sha1sum="961eaf240aa4fa3b0112bb58660753555d436344" type="targz">https://github.com/hreinecke/sg3_utils/archive/v1.44.tar.gz</Archive>
- </Source>
- <Package>
- <Name>sg3_utils</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0755" target="/usr/bin/rescan-scsi-bus.sh">rescan-scsi-bus.sh</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <Package>
- <Name>sg3_utils-devel</Name>
- <Summary>Development files for sg3_utils</Summary>
- <RuntimeDependencies>
- <Dependency release="current">sg3_utils</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-11-18</Date>
- <Version>1.44</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|