1 { lib, stdenv, fetchurl, SDL }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/sdl-stretch/${version}/${pname}-${version}.tar.bz2";
9 sha256 = "1mzw68sn4yxbp8429jg2h23h8xw2qjid51z1f5pdsghcn3x0pgvw";
12 buildInputs = [ SDL ];
15 description = "Stretch Functions For SDL";
16 homepage = "https://sdl-stretch.sourceforge.net/";
17 license = licenses.lgpl2;
18 platforms = platforms.linux;