void-packages/srcpkgs/hdparm/template
2017-10-13 15:54:21 +02:00

17 lines
497 B
Bash

# Template file for 'hdparm'
pkgname=hdparm
version=9.52
revision=2
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=c3429cd423e271fa565bf584598fd751dd2e773bb7199a592b06b5a61cec4fb6
post_install() {
vlicense LICENSE.TXT
}