a52dec: nix-expr review, shared build
svn path=/nixpkgs/branches/stdenv-updates/; revision=10523
This commit is contained in:
parent
112024a954
commit
1bd8ddd18e
@ -1,9 +1,15 @@
|
|||||||
{stdenv, fetchurl}:
|
args: with args;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "a52dec-0.7.4";
|
name = "a52dec-0.7.4";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz;
|
url = "${meta.homepage}/files/a52dec-0.7.4.tar.gz";
|
||||||
md5 = "caa9f5bc44232dc8aeea773fea56be80";
|
sha256 = "0czccp4fcpf2ykp16xcrzdfmnircz1ynhls334q374xknd5747d2";
|
||||||
|
};
|
||||||
|
|
||||||
|
configureFlags = "--enable-shared --disable-static";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = http://liba52.sourceforge.net;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user