about summary refs log tree commit diff
path: root/pkgs/games/chromium-bsu/default.nix
blob: 1ab2fb8722b0c37ff5bc173d02eef8f1bbea9f68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{ lib
, stdenv
, fetchurl
, SDL2
, SDL2_image
, SDL2_mixer
, fontconfig
, freealut
, freeglut
, ftgl
, gettext
, glpng
, libGL
, libGLU
, openal
, pkg-config
, quesoglc
}:

stdenv.mkDerivation rec {
  pname = "chromium-bsu";
  version = "0.9.16.1";

  src = fetchurl {
    url = "mirror://sourceforge/project/chromium-bsu/Chromium%20B.S.U.%20source%20code/${pname}-${version}.tar.gz";
    hash = "sha256-ocFBo00ZpZYHroEWahmGTrjITPhrFVRi/tMabVbhYko=";
  };

  nativeBuildInputs = [
    gettext
    pkg-config
  ];
  buildInputs = [
    SDL2
    SDL2_image
    SDL2_mixer
    fontconfig
    freealut
    freeglut
    ftgl
    glpng
    libGL
    libGLU
    openal
    quesoglc
  ];

  # Autodetection is somewhat buggy; this is to avoid SLD1 to be loaded
  configureFlags = [
    "--disable-sdlimage"
    "--disable-sdlmixer"
  ];


  postInstall = ''
    install -D misc/chromium-bsu.png $out/share/pixmaps/chromium-bsu.png
    install -D misc/chromium-bsu.desktop $out/share/applications/chromium-bsu.desktop
  '';

  meta = with lib; {
    homepage = "http://chromium-bsu.sourceforge.net/";
    description = "A fast paced, arcade-style, top-scrolling space shooter";
    license = licenses.artistic1;
    maintainers = with maintainers; [ AndersonTorres ];
    platforms = platforms.unix;
  };
}
# TODO [ AndersonTorres ]: joystick; gothic uralic font