* hdparm 8.7.
svn path=/nixpkgs/trunk/; revision=12007
This commit is contained in:
parent
0e751ebadc
commit
7478e316b7
@ -1,14 +1,19 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "hdparm-6.9";
|
||||
name = "hdparm-8.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/hdparm/hdparm-6.9.tar.gz;
|
||||
sha256 = "01pyb9jmcv9nl1ig39s1i58fwgijqhjc5q1vxscbw0bd563fvrna";
|
||||
url = mirror://sourceforge/hdparm/hdparm-8.7.tar.gz;
|
||||
sha256 = "1gbyywsam769fdsgcy2clkfik9h2drad78h1xnh55b9c6fjlacmq";
|
||||
};
|
||||
|
||||
preBuild = "
|
||||
makeFlagsArray=(sbindir=$out/sbin manprefix=$out)
|
||||
";
|
||||
|
||||
meta = {
|
||||
description = "A tool to get/set ATA/SATA drive parameters under Linux";
|
||||
homepage = http://sourceforge.net/projects/hdparm/;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user