diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-08 18:51:05 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-08 18:51:05 +0200 |
commit | 6e0149992d61f865bd2e49bd405c8e76d0605d73 (patch) | |
tree | aa1491f0688eec137e9a2191a0b7978c5080a870 /base/hdparm/Pkgfile | |
parent | b566e8ae5b6a923170bbacc3a26acd6c10603625 (diff) | |
download | nutyx-extra-6e0149992d61f865bd2e49bd405c8e76d0605d73.tar.gz nutyx-extra-6e0149992d61f865bd2e49bd405c8e76d0605d73.tar.bz2 nutyx-extra-6e0149992d61f865bd2e49bd405c8e76d0605d73.tar.xz nutyx-extra-6e0149992d61f865bd2e49bd405c8e76d0605d73.zip |
Ajout de hdparm#9.16-1
Diffstat (limited to 'base/hdparm/Pkgfile')
-rwxr-xr-x | base/hdparm/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/base/hdparm/Pkgfile b/base/hdparm/Pkgfile new file mode 100755 index 000000000..06e1300fa --- /dev/null +++ b/base/hdparm/Pkgfile @@ -0,0 +1,20 @@ +# 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 +# Depends on: + +name=hdparm +version=9.16 +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 + +} |