7 stdenv.mkDerivation rec {
12 url = "http://get.videolan.org/libdvbpsi/${version}/${pname}-${version}.tar.bz2";
13 sha256 = "04h1l3vrkrdsrvkgzcr51adk10g6hxcxvgjphyyxz718ry5rkd82";
17 description = "Simple library designed for decoding and generation of MPEG TS and DVB PSI tables according to standards ISO/IEC 13818 and ITU-T H.222.0";
18 homepage = "http://www.videolan.org/developers/libdvbpsi.html";
19 platforms = lib.platforms.unix;
20 license = lib.licenses.lgpl21;