3be8827ba6
Closes: #12577 [via git-merge-pr]
16 lines
530 B
Bash
16 lines
530 B
Bash
# Template file for 'hdparm'
|
|
pkgname=hdparm
|
|
version=9.55
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="exec_prefix=/usr sbindir=/usr/bin"
|
|
short_desc="Utility to access IDE device parameters"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://sourceforge.net/projects/hdparm/"
|
|
license="BSD" # DOESN'T PROVIDE A LICENSE FILE
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=b5c76b732483df36bf08001a209b95b45558016615f935008e5ea91a7fde6dc7
|
|
|
|
post_install() {
|
|
vlicense LICENSE.TXT
|
|
}
|