supertux-0.1.2.apspec 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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.2
  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. import share/pixmaps <<EOF
  26. $source_dir/data/images/supertux.png
  27. $source_dir/data/images/supertux.xpm
  28. EOF
  29. import share/applications <<EOF
  30. $source_dir/supertux.desktop
  31. EOF
  32. [Prepare]
  33. # Dependency checking
  34. require @libsdl.org/sdl 1.2
  35. require @gnu.org/libstdc++ 3
  36. require @opengl.org/opengl 1.2
  37. [Install]
  38. # Put your installation script here
  39. installExe bin/*
  40. installData share/supertux
  41. installIcon share/pixmaps/*.png
  42. installIcon share/pixmaps/*.xpm
  43. installDesktop "Games" share/applications/supertux.desktop
  44. [Uninstall]
  45. # Usually just the following line is enough to uninstall everything
  46. uninstallFromLog