blob: 32b420f5e1daf48b3e7f14a3a46f46114265efc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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.37
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz )
build() {
# build package
cd $name-$version
make
make binprefix=$PKG mandir=$PKG/usr/share/man install
}
|