summaryrefslogtreecommitdiffstats
path: root/hdparm/Pkgfile
blob: abc20ac301e8f6bd0d720afe58fd5df7a36ae466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: Utilitaire pour les contrôlleurs de disques ATA/IDE
# URL: http://downloads.sourceforge.net/hdparm/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=hdparm
version=9.39
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	make
	make binprefix=$PKG mandir=$PKG/usr/share/man install
}