forked from mirrors/nixpkgs
acpitool-0.5.1
svn path=/nixpkgs/trunk/; revision=22011
This commit is contained in:
parent
acafca89ba
commit
6f4e4a6370
1 changed files with 3 additions and 2 deletions
|
@ -1,16 +1,17 @@
|
||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "acpitool-0.4.7";
|
name = "acpitool-0.5.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/acpitool/${name}.tar.bz2";
|
url = "mirror://sourceforge/acpitool/${name}.tar.bz2";
|
||||||
sha256 = "133bdgcq9ql0l940kp9m2v6wzdvkyv8f1dizwjbx7v96n8g2c239";
|
sha256 = "004fb6cd43102918b6302cf537a2db7ceadda04aef2e0906ddf230f820dad34f";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A small, convenient command-line ACPI client with a lot of features";
|
description = "A small, convenient command-line ACPI client with a lot of features";
|
||||||
homepage = http://freeunix.dyndns.org:8000/site2/acpitool.shtml;
|
homepage = http://freeunix.dyndns.org:8000/site2/acpitool.shtml;
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.guibert ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue