From 04aa5516b5309ed9d7317fabb851642ce03a48f0 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 4 Apr 2005 19:31:24 +0000 Subject: [PATCH] added supertux autopackage .spec file SVN-Revision: 2340 --- tools/supertux.apsepc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 tools/supertux.apsepc diff --git a/tools/supertux.apsepc b/tools/supertux.apsepc new file mode 100644 index 000000000..5d1c65ea7 --- /dev/null +++ b/tools/supertux.apsepc @@ -0,0 +1,53 @@ +# -*-shell-script-*- +# Autopackage spec file + +[Meta] +RootName: @supertux.berlios.de/supertux:$SOFTWAREVERSION +DisplayName: SuperTux platform game +ShortName: supertux +Maintainer: SuperTux Development Team +Packager: Matthis Braun +Summary: The SuperTux platform game is a cute penguin-oriented clone of Super Mario Bros +SoftwareVersion: 0.1.2 +PackageVersion: 1 +AutopackageTarget: 1.0 + +[Description] +SuperTux is a jump'n run like game, with strong inspiration from the +Super Mario Bros games for Nintendo. + +Run and jump through multiple worlds, fighting off enemies by jumping +on them or bumping them from below. Grabbing power-ups and other stuff +on the way. + +[BuildPrepare] +old_build_root="$build_root" +APKG_BUILD_SKIP_MAKE=1 +APKG_BUILD_ROOT=0 +prepareBuild +jam +jam "-sDESTDIR=$old_build_root" install + +[BuildUnprepare] +unprepareBuild + +[Imports] +echo '*' | import + +[Prepare] +# Dependency checking +require @libsdl.org/sdl 1.2 +require @gnu.org/libstdc++ 3 +require @opengl.org/opengl + +[Install] +# Put your installation script here +installExe bin/* +installData share/supertux +installIcon share/pixmaps/*.png +installIcon share/pixmaps/*.xpm +installDesktop "Games" share/applications/supertux.desktop + +[Uninstall] +# Usually just the following line is enough to uninstall everything +uninstallFromLog -- 2.11.0