1 {lib, stdenv, fetchurl}:
3 stdenv.mkDerivation rec {
8 url = "http://get.videolan.org/libdvbpsi/${version}/${pname}-${version}.tar.bz2";
9 sha256 = "04h1l3vrkrdsrvkgzcr51adk10g6hxcxvgjphyyxz718ry5rkd82";
13 description = "A 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";
14 homepage = "http://www.videolan.org/developers/libdvbpsi.html";
15 platforms = lib.platforms.unix;
16 license = lib.licenses.lgpl21;