hdparm: fix xlint warnings.

This commit is contained in:
maxice8 2017-10-13 10:33:26 -03:00 committed by Leаh Neukirchen
parent a68d602a84
commit 733d5bea7f

View file

@ -1,7 +1,7 @@
# Template file for 'hdparm'
pkgname=hdparm
version=9.52
revision=1
revision=2
build_style=gnu-makefile
make_install_args="exec_prefix=/usr sbindir=/usr/bin"
short_desc="Utility to access IDE device parameters"
@ -10,3 +10,7 @@ homepage="http://sourceforge.net/projects/hdparm/"
license="BSD"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=c3429cd423e271fa565bf584598fd751dd2e773bb7199a592b06b5a61cec4fb6
post_install() {
vlicense LICENSE.TXT
}