* Move libcgroup from libcg/ to libcgroup/.

svn path=/nixpkgs/trunk/; revision=30547
This commit is contained in:
Eelco Dolstra 2011-11-24 13:48:16 +00:00
parent 7a7fb5bc5a
commit b9214d9c8c
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, pam, yacc, flex}:
{ stdenv, fetchurl, pam, yacc, flex }:
stdenv.mkDerivation rec {
name = "libcgroup-0.37.1";
@ -11,9 +11,10 @@ stdenv.mkDerivation rec {
buildInputs = [ pam ];
buildNativeInputs = [ yacc flex ];
meta = {
description = "library that abstracts the control group file system in Linux";
homepage = "http://libcg.sourceforge.net";
description = "Library and tools to manage Linux's cgroup resource management system";
homepage = http://libcg.sourceforge.net/;
license = "LGPL";
platforms = stdenv.lib.platforms.linux;
};

View file

@ -5261,7 +5261,7 @@ let
libatasmart = callPackage ../os-specific/linux/libatasmart { };
libcgroup = callPackage ../os-specific/linux/libcg { };
libcgroup = callPackage ../os-specific/linux/libcgroup { };
libnl = callPackage ../os-specific/linux/libnl { };