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