Updated addon repository URL and improved debug output on download
[supertux.git] / tools / supertux-0.1.2.apspec
1 # -*-shell-script-*-
2 # Autopackage spec file
3
4 [Meta]
5 RootName: @supertux.berlios.de/supertux:$SOFTWAREVERSION
6 DisplayName: SuperTux platform game
7 ShortName: supertux
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
12 PackageVersion: 1
13 AutopackageTarget: 1.0
14
15 [Description]
16 SuperTux is a jump'n run like game, with strong inspiration from the
17 Super Mario Bros games for Nintendo.
18
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
21 on the way.
22
23 [BuildPrepare]
24 prepareBuild
25
26 [BuildUnprepare]
27 unprepareBuild
28
29 [Imports]
30 echo '*' | import
31 import share/pixmaps <<EOF
32 $source_dir/data/images/supertux.png
33 $source_dir/data/images/supertux.xpm
34 EOF
35 import share/applications <<EOF
36 $source_dir/supertux.desktop
37 EOF
38
39 [Prepare]
40 # Dependency checking
41 require @libsdl.org/sdl 1.2
42 require @gnu.org/libstdc++ 3
43 require @opengl.org/opengl 1.2
44
45 [Install]
46 # Put your installation script here
47 installExe bin/*
48 installData share/supertux
49 installIcon share/pixmaps/*.png
50 installIcon share/pixmaps/*.xpm
51 installDesktop "Games" share/applications/supertux.desktop
52
53 [Uninstall]
54 # Usually just the following line is enough to uninstall everything
55 uninstallFromLog