11 stdenv.mkDerivation rec {
12 pname = "libtifiles2";
15 url = "mirror://sourceforge/tilp/${pname}-${version}.tar.bz2";
16 sha256 = "10n9mhlabmaw3ha5ckllxfy6fygs2pmlmj5v6w5v62bvx54kpils";
31 changelog = "http://lpg.ticalc.org/prj_tilp/news.html";
32 description = "This library is part of the TiLP framework";
33 homepage = "http://lpg.ticalc.org/prj_tilp/";
34 license = licenses.gpl2Plus;
35 maintainers = with maintainers; [ siraben luc65r ];
36 platforms = with platforms; linux ++ darwin;