* Added hdparm.
svn path=/nixpkgs/trunk/; revision=8344
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "hdparm-6.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/hdparm/hdparm-6.9.tar.gz;
|
||||
sha256 = "01pyb9jmcv9nl1ig39s1i58fwgijqhjc5q1vxscbw0bd563fvrna";
|
||||
};
|
||||
|
||||
preBuild = "
|
||||
makeFlagsArray=(sbindir=$out/sbin manprefix=$out)
|
||||
";
|
||||
}
|
||||
Reference in New Issue
Block a user