dc72ddc4f6
Reverts wrong commit e9f5980245
16 lines
560 B
Bash
16 lines
560 B
Bash
# Template file for 'hdparm'
|
|
pkgname=hdparm
|
|
version=9.56
|
|
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>"
|
|
license="0BSD" # Upstream is very unclear and names their stuff 'bsd-style'
|
|
homepage="https://sourceforge.net/projects/hdparm/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=6ff9ed695f1017396eec4101f990f114b7b0e0a04c5aa6369c0394053d16e4da
|
|
|
|
post_install() {
|
|
vlicense LICENSE.TXT
|
|
}
|