2009-03-03 14:27:40 +01:00
|
|
|
{stdenv, fetchurl}:
|
2008-02-21 20:57:40 +01:00
|
|
|
|
|
|
|
stdenv.mkDerivation rec {
|
|
|
|
name = "acpitool-0.4.7";
|
2009-03-03 14:27:40 +01:00
|
|
|
|
2008-02-21 20:57:40 +01:00
|
|
|
src = fetchurl {
|
|
|
|
url = "mirror://sourceforge/acpitool/${name}.tar.bz2";
|
|
|
|
sha256 = "133bdgcq9ql0l940kp9m2v6wzdvkyv8f1dizwjbx7v96n8g2c239";
|
|
|
|
};
|
|
|
|
|
|
|
|
meta = {
|
2009-03-03 14:27:40 +01:00
|
|
|
description = "A small, convenient command-line ACPI client with a lot of features";
|
2008-02-21 20:57:40 +01:00
|
|
|
homepage = http://freeunix.dyndns.org:8000/site2/acpitool.shtml;
|
|
|
|
license = "GPLv2+";
|
|
|
|
};
|
|
|
|
}
|