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
31 import share/pixmaps <<EOF
32 $source_dir/data/images/supertux.png
33 $source_dir/data/images/supertux.xpm
35 import share/applications <<EOF
36 $source_dir/supertux.desktop
41 require @libsdl.org/sdl 1.2
42 require @gnu.org/libstdc++ 3
43 require @opengl.org/opengl 1.2
46 # Put your installation script here
48 installData share/supertux
49 installIcon share/pixmaps/*.png
50 installIcon share/pixmaps/*.xpm
51 installDesktop "Games" share/applications/supertux.desktop
54 # Usually just the following line is enough to uninstall everything