6 stdenv.mkDerivation rec {
7 pname = "vdr-streamdev";
10 src = fetchFromGitHub {
11 owner = "vdr-projects";
12 repo = "vdr-plugin-streamdev";
14 sha256 = "sha256-12sASyFAnSuP2xQzr1KL/Am52ez6hiOUH/0zFH2bxhc=";
17 # configure don't accept argument --prefix
23 "LOCDIR=/share/locale"
26 enableParallelBuilding = true;
33 inherit (src.meta) homepage;
34 description = "This PlugIn is a VDR implementation of the VTP (Video Transfer Protocol) Version 0.0.3 (see file PROTOCOL) and a basic HTTP Streaming Protocol";
35 maintainers = [ maintainers.ck3d ];
36 license = licenses.gpl2;
37 inherit (vdr.meta) platforms;