F-1 Spirit (2D top view racing game)

Hello, I found this game made in the 2000’s : https://f1spirit.jorito.net/ (made with C++ And SDL).

I tried to make a Snap, but fail to let it compile fine.

If someone can help me, or wish to make a snapcraft… :slight_smile:

name: f-1-spirit-remake # you probably want to 'snapcraft register <name>'
base: core24 # the base snap is the execution environment for this snap
version: '0.rc9.1615' # just for humans, typically '1.2+git' or '1.3.2'
summary: Racing game developed and published by Brain Games and released in 2006. # 79 char long summary
description: |
  Top view car racing game.

grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots

    # See 'snapcraft plugins'
    # plugin: nil

parts:
  f-1-spirit-remake:
    plugin: make

  #  plugin: autotools
  #  autotools-configure-parameters: ["--prefix=/usr"]

    source: .
    build-packages:
      - curl
      - libncurses-dev
      - texinfo
    stage-packages:
      - libgl1-mesa-dri
#      - libgl1-mesa-glx
      - libglu1-mesa
      - libsdl2-image-2.0-0
      - libsdl2-image-dev

apps:
  f-1-spirit-remake:
    command: usr/bin/f1spirit
$ snapcraft
Failed to run the build script for part 'f-1-spirit-remake'.                                                                                                      
Recommended resolution: Check the build output and verify the project can work with the 'make' plugin.                                                            
Failed to execute snapcraft in instance.