* Put back the longDescription.

svn path=/nixpkgs/trunk/; revision=11673
This commit is contained in:
Eelco Dolstra 2008-04-22 07:57:31 +00:00
parent ad2b8b43f1
commit ab14de7316

View file

@ -12,7 +12,13 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
description = "GNU libcdio is a library for OS-idependent CD-ROM and CD image access";
description = "A library for OS-idependent CD-ROM and CD image access";
longDescription = ''
GNU libcdio is a library for OS-idependent CD-ROM and
CD image access. It includes a library for working with
ISO-9660 filesystems (libiso9660), as well as utility
programs such as an audio CD player and an extractor.
'';
license = "GPLv2+";
homepage = http://www.gnu.org/software/libcdio/;
};