* Add cdrkit instead of cdrtools to the channel.
svn path=/nixpkgs/trunk/; revision=9484
This commit is contained in:
parent
23d6fce80d
commit
17dccfe4f4
@ -1,4 +1,5 @@
|
|||||||
{stdenv, fetchurl, cmake, libcap, zlib}:
|
{stdenv, fetchurl, cmake, libcap, zlib}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cdrkit-1.1.6";
|
name = "cdrkit-1.1.6";
|
||||||
|
|
||||||
@ -12,8 +13,8 @@ stdenv.mkDerivation {
|
|||||||
makeFlags = "PREFIX=\$(out)";
|
makeFlags = "PREFIX=\$(out)";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "
|
description = "Portable command-line CD/DVD recorder software, mostly compatible with cdrtools";
|
||||||
CD and DVD writing kit, mostly compatible with cdrtools.
|
homepage = http://cdrkit.org/;
|
||||||
";
|
license = "GPL2";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -8,4 +8,9 @@ stdenv.mkDerivation {
|
|||||||
md5 = "d44a81460e97ae02931c31188fe8d3fd";
|
md5 = "d44a81460e97ae02931c31188fe8d3fd";
|
||||||
};
|
};
|
||||||
patches = [./cdrtools-2.01-install.patch];
|
patches = [./cdrtools-2.01-install.patch];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Highly portable CD/DVD/BluRay command line recording software (deprecated; use cdrkit instead)";
|
||||||
|
homepage = http://cdrecord.berlios.de/old/private/cdrecord.html;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ let {
|
|||||||
bsdiff
|
bsdiff
|
||||||
bzip2
|
bzip2
|
||||||
cabextract
|
cabextract
|
||||||
cdrtools
|
cdrkit
|
||||||
chatzilla
|
chatzilla
|
||||||
cksfv
|
cksfv
|
||||||
compiz
|
compiz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user