supertux.apspec 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. old_build_root="$build_root"
  21. APKG_BUILD_SKIP_MAKE=1
  22. APKG_BUILD_ROOT=0
  23. prepareBuild
  24. jam
  25. jam "-sDESTDIR=$old_build_root" install
  26. [BuildUnprepare]
  27. unprepareBuild
  28. [Imports]
  29. echo '*' | import
  30. [Prepare]
  31. # Dependency checking
  32. require @libsdl.org/sdl 1.2
  33. require @gnu.org/libstdc++ 3
  34. require @opengl.org/opengl
  35. [Install]
  36. # Put your installation script here
  37. installExe bin/*
  38. installData share/supertux
  39. installIcon share/pixmaps/*.png
  40. installIcon share/pixmaps/*.xpm
  41. installDesktop "Games" share/applications/supertux.desktop
  42. [Uninstall]
  43. # Usually just the following line is enough to uninstall everything
  44. uninstallFromLog