13 stdenv.mkDerivation (finalAttrs: {
18 url = "https://linux.tlk.fr/games/TecnoballZ/download/tecnoballz-${finalAttrs.version}.tgz";
19 sha256 = "sha256-WRW76e+/eXE/KwuyOjzTPFQnKwNznbIrUrz14fnvgug=";
35 # Newer compilers introduced warnings
37 substituteInPlace configure.ac \
38 --replace "-Werror" ""
46 # Default is $(out)/games
48 # We set the scoredir to $TMPDIR at install time.
49 # Otherwise it will try to write in /var/games at install time
54 homepage = "https://linux.tlk.fr/games/TecnoballZ/";
55 downloadPage = "https://linux.tlk.fr/games/TecnoballZ/download/";
56 description = "Brick breaker game with a sophisticated system of weapons and bonuses";
57 mainProgram = "tecnoballz";
59 A exciting Brick Breaker with 50 levels of game and 11 special levels,
60 distributed on the 2 modes of game to give the player a sophisticated
61 system of attack weapons with an enormous power of fire that can be build
62 by gaining bonuses. Numerous decors, musics and sounds complete this great
63 game. This game was ported from the Commodore Amiga.
65 license = licenses.gpl3Plus;
66 maintainers = with maintainers; [ fgaz ];
67 platforms = platforms.all;
68 broken = stdenv.hostPlatform.isDarwin;