1 {lib, stdenv, fetchurl}:
3 stdenv.mkDerivation rec {
8 url = "http://get.videolan.org/libdvbcsa/${version}/${pname}-${version}.tar.gz";
9 sha256 = "4db78af5cdb2641dfb1136fe3531960a477c9e3e3b6ba19a2754d046af3f456d";
15 description = "A free implementation of the DVB Common Scrambling Algorithm with encryption and decryption capabilities";
16 homepage = "http://www.videolan.org/developers/libdvbcsa.html";
17 platforms = lib.platforms.unix;
18 license = lib.licenses.gpl2Only;
19 maintainers = with lib.maintainers; [ melias122 ];