diff --git a/srcpkgs/sdparm/sdparm.rshlibs b/srcpkgs/sdparm/sdparm.rshlibs new file mode 100644 index 00000000000..c78dda4e9b4 --- /dev/null +++ b/srcpkgs/sdparm/sdparm.rshlibs @@ -0,0 +1,2 @@ +libsgutils2.so.2 +libc.so.6 diff --git a/srcpkgs/sdparm/template b/srcpkgs/sdparm/template new file mode 100644 index 00000000000..5f6d761c6fc --- /dev/null +++ b/srcpkgs/sdparm/template @@ -0,0 +1,26 @@ +# Template file for 'sdparm' +pkgname=sdparm +version=1.07 +revision=1 +build_style=gnu-configure +makedepends="sg3_utils-devel" +short_desc="Utility to access SCSI device parameters" +maintainer="Juan RP " +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} +}