17 lines
497 B
Bash
17 lines
497 B
Bash
# Template file for 'hdparm'
|
|
pkgname=hdparm
|
|
version=9.54
|
|
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"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=4d7a684b97ebc1a74f34dc85f8fe9e7b265b94bb5c35e81d53863b7e6483163e
|
|
|
|
post_install() {
|
|
vlicense LICENSE.TXT
|
|
}
|