* libcdio updated to 0.82.
svn path=/nixpkgs/trunk/; revision=21136
This commit is contained in:
parent
d6f653770b
commit
21d2c514e5
@ -1,11 +1,11 @@
|
|||||||
{ fetchurl, stdenv, libcddb, pkgconfig, ncurses, help2man }:
|
{ fetchurl, stdenv, libcddb, pkgconfig, ncurses, help2man }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libcdio-0.80";
|
name = "libcdio-0.82";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/libcdio/${name}.tar.gz";
|
url = "mirror://gnu/libcdio/${name}.tar.gz";
|
||||||
sha256 = "0rnayw7gcq6jii2xrgg2n4wa8bsf5rw2hcww214lc0ssvcs1m95i";
|
sha256 = "0fax1dzy84dzs20bmpq2gfw6hc1x2x9mhk53wynhcycjw3l3vjqs";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libcddb pkgconfig ncurses help2man ];
|
buildInputs = [ libcddb pkgconfig ncurses help2man ];
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
#doCheck = true;
|
#doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A library for OS-idependent CD-ROM and CD image access";
|
description = "A library for OS-independent CD-ROM and CD image access";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
GNU libcdio is a library for OS-idependent CD-ROM and
|
GNU libcdio is a library for OS-idependent CD-ROM and
|
||||||
CD image access. It includes a library for working with
|
CD image access. It includes a library for working with
|
||||||
|
Loading…
Reference in New Issue
Block a user