1 {stdenv, fetchurl, pam, yacc, flex}:
3 stdenv.mkDerivation rec {
4 name = "libcgroup-0.36.2";
6 url = "mirror://sourceforge/libcg/${name}.tar.bz2";
7 sha256 = "1qvkd976485vyshaq1cwjzg6w54c3djsaic024yx3sfp14f1gnvz";
9 buildInputs = [ pam yacc flex ];
11 description = "library that abstracts the control group file system in Linux";
12 homepage = "http://libcg.sourceforge.net";