1 { lib, stdenv, fetchurl
2 , libGLU, libGL, SDL, freeglut, SDL_mixer, autoconf, automake, libtool
5 stdenv.mkDerivation rec {
10 url = "mirror://sourceforge/project/gl-117/gl-117/GL-117%20Source/${pname}-${version}.tar.bz2";
11 sha256 = "1yvg1rp1yijv0b45cz085b29x5x0g5fkm654xdv5qwh2l6803gb4";
14 nativeBuildInputs = [ automake autoconf ];
15 buildInputs = [ libGLU libGL SDL freeglut SDL_mixer libtool ];
18 description = "An air combat simulator";
19 homepage = "https://sourceforge.net/projects/gl-117";
20 maintainers = with maintainers; [ raskin ];
21 license = licenses.gpl2;
22 platforms = platforms.linux;