sdparm: remove long_desc.
This commit is contained in:
parent
5462d2877b
commit
9c9cd8aa92
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sdparm'
|
||||
pkgname=sdparm
|
||||
version=1.07
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="sg3_utils-devel"
|
||||
short_desc="Utility to access SCSI device parameters"
|
||||
|
@ -10,16 +10,6 @@ homepage="http://sg.danny.cz/sg/sdparm.html"
|
|||
license="BSD"
|
||||
distfiles="http://sg.danny.cz/sg/p/${pkgname}-${version}.tgz"
|
||||
checksum=c1d257ba97f37f99a602e889a73e4c62f9b374c5b979e33fc06963462f0c0e41
|
||||
long_desc="
|
||||
The sdparm utility accesses SCSI device parameters. When the SCSI device is a
|
||||
disk, sdparm's role is similar to its namesake: the Linux hdparm utility which
|
||||
is primarily designed for ATA disks that had device names starting with "hd".
|
||||
More generally sdparm can be used to access parameters on any device that uses
|
||||
a SCSI command set. Apart from SCSI disks, such devices include CD/DVD drives
|
||||
(irrespective of transport), SCSI and ATAPI tape drives and SCSI enclosures.
|
||||
A small set of commands associated with starting and stopping the media,
|
||||
loading and unloading removable media and some other housekeeping functions
|
||||
can also be sent with this utility."
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
|
|
Loading…
Reference in New Issue