libcdaudio 0.99.12

svn path=/nixpkgs/trunk/; revision=2062
This commit is contained in:
Rob Vermaas 2005-01-19 21:12:46 +00:00
parent bbf1716370
commit 23b30cf548
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libcdaudio-0.99.12";
src = fetchurl {
url = http://optusnet.dl.sourceforge.net/sourceforge/libcdaudio/libcdaudio-0.99.12.tar.gz ;
md5 = "63b49cf14d53eed31e7a87cca17a3963" ;
};
}

View File

@ -525,6 +525,10 @@ rec {
inherit fetchurl stdenv;
};
libcdaudio = (import ../development/libraries/libcdaudio) {
inherit fetchurl stdenv;
};
libxml2 = (import ../development/libraries/libxml2) {
inherit fetchurl stdenv zlib python;
};