default.apspec 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # -*-shell-script-*-
  2. # Autopackage spec file
  3. [Meta]
  4. RootName: @supertux.berlios.de/supertux:$SOFTWAREVERSION
  5. DisplayName: SuperTux platform game
  6. ShortName: supertux
  7. Maintainer: SuperTux Development Team <supertux-devel@lists.berlios.de>
  8. Packager: Matthis Braun <matze@braunis.de>
  9. Summary: The SuperTux platform game is a cute penguin-oriented clone of Super Mario Bros
  10. SoftwareVersion: 0.1.3
  11. PackageVersion: 1
  12. AutopackageTarget: 1.0
  13. [Description]
  14. SuperTux is a jump'n run like game, with strong inspiration from the
  15. Super Mario Bros games for Nintendo.
  16. Run and jump through multiple worlds, fighting off enemies by jumping
  17. on them or bumping them from below. Grabbing power-ups and other stuff
  18. on the way.
  19. [BuildPrepare]
  20. prepareBuild
  21. [BuildUnprepare]
  22. unprepareBuild
  23. [Imports]
  24. echo '*' | import
  25. [Prepare]
  26. # Dependency checking
  27. require @libsdl.org/sdl 1.2
  28. require @libsdl.org/sdl_image 1.2
  29. require @libsdl.org/sdl_mixer 1.2
  30. require @gnu.org/libstdc++ 3
  31. require @opengl.org/opengl 1.2
  32. [Install]
  33. # Put your installation script here
  34. installExe bin/*
  35. installData share/supertux
  36. installIcon share/pixmaps/*.png
  37. installDesktop "Game" share/applications/supertux.desktop
  38. [Uninstall]
  39. # Usually just the following line is enough to uninstall everything
  40. uninstallFromLog