2 # Autopackage spec file
5 RootName: @supertux.berlios.de/supertux:$SOFTWAREVERSION
6 DisplayName: SuperTux platform game
8 Maintainer: SuperTux Development Team <supertux-devel@lists.berlios.de>
9 Packager: Matthis Braun <matze@braunis.de>
10 Summary: The SuperTux platform game is a cute penguin-oriented clone of Super Mario Bros
11 SoftwareVersion: 0.1.2
13 AutopackageTarget: 1.0
16 SuperTux is a jump'n run like game, with strong inspiration from the
17 Super Mario Bros games for Nintendo.
19 Run and jump through multiple worlds, fighting off enemies by jumping
20 on them or bumping them from below. Grabbing power-ups and other stuff
24 old_build_root="$build_root"
25 APKG_BUILD_SKIP_MAKE=1
29 jam "-sDESTDIR=$old_build_root" install
39 require @libsdl.org/sdl 1.2
40 require @gnu.org/libstdc++ 3
41 require @opengl.org/opengl
44 # Put your installation script here
46 installData share/supertux
47 installIcon share/pixmaps/*.png
48 installIcon share/pixmaps/*.xpm
49 installDesktop "Games" share/applications/supertux.desktop
52 # Usually just the following line is enough to uninstall everything