16 lines
452 B
Bash
16 lines
452 B
Bash
# Template file for 'sdparm'
|
|
pkgname=sdparm
|
|
version=1.09
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="sg3_utils-devel"
|
|
short_desc="Utility to access SCSI device parameters"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://sg.danny.cz/sg/sdparm.html"
|
|
license="BSD"
|
|
distfiles="http://sg.danny.cz/sg/p/${pkgname}-${version}.tgz"
|
|
checksum=7294f44173ac0946f1de8af02b1bdb0bd648079245396589397a2b0d3abc42d3
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|