vp-build/srcpkgs/hdparm/template

17 lines
554 B
Bash

# Template file for 'hdparm'
pkgname=hdparm
version=9.63
revision=1
build_style=gnu-makefile
make_install_args="exec_prefix=/usr sbindir=/usr/bin"
short_desc="Utility to access IDE device parameters"
maintainer="teldra <teldra@rotce.de>"
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=70785deaebba5877a89c123568b41dee990da55fc51420f13f609a1072899691
post_install() {
vlicense LICENSE.TXT
}