17 lines
561 B
Bash
17 lines
561 B
Bash
# Template file for 'hdparm'
|
|
pkgname=hdparm
|
|
version=9.65
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="exec_prefix=/usr sbindir=/usr/bin"
|
|
short_desc="Utility to access IDE device parameters"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="0BSD" # Upstream is very unclear and names their stuff 'bsd-style'
|
|
homepage="https://sourceforge.net/projects/hdparm/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=d14929f910d060932e717e9382425d47c2e7144235a53713d55a94f7de535a4b
|
|
|
|
post_install() {
|
|
vlicense LICENSE.TXT
|
|
}
|