hdparm: fix xlint warnings.
This commit is contained in:
parent
a68d602a84
commit
733d5bea7f
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hdparm'
|
# Template file for 'hdparm'
|
||||||
pkgname=hdparm
|
pkgname=hdparm
|
||||||
version=9.52
|
version=9.52
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="exec_prefix=/usr sbindir=/usr/bin"
|
make_install_args="exec_prefix=/usr sbindir=/usr/bin"
|
||||||
short_desc="Utility to access IDE device parameters"
|
short_desc="Utility to access IDE device parameters"
|
||||||
|
@ -10,3 +10,7 @@ homepage="http://sourceforge.net/projects/hdparm/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c3429cd423e271fa565bf584598fd751dd2e773bb7199a592b06b5a61cec4fb6
|
checksum=c3429cd423e271fa565bf584598fd751dd2e773bb7199a592b06b5a61cec4fb6
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.TXT
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue