# -*- shell-script -*- # Generated by mkapspec 0.3 [Meta] ShortName: amoebax SoftwareVersion: @VERSION@ DisplayName: Amoebax RootName: @emma-soft.com/amoebax:$SOFTWAREVERSION Summary: Computer Puzzle Game Maintainer: Jordi Fita Packager: Jordi Fita PackageVersion: 1 CPUArchitectures: x86 AutopackageTarget: 1.0 Type: Application License: GNU General Public License (GPL) [Description] Match-3 action-puzzle game for up to two players where each player tries to fill up the opponent's grid with garbage by making chains of four or more amoebas. [BuildPrepare] # If you're using autotools, the default should be enough. # prepareBuild will set up apbuild and run configure for you. If you # need to pass arguments to configure, just add them to prepareBuild: # prepareBuild --enable-foo --disable-bar prepareBuild --enable-binreloc [BuildUnprepare] # If you're using prepareBuild above, there is no need to change this! unprepareBuild [Globals] [Prepare] require '@gnu.org/libstdc++' 3 require '@libsdl.org/sdl' 1.2 require '@libsdl.org/sdl_image' 1.2 require '@libsdl.org/sdl_mixer' 1.2 [Imports] # This command will tell makeinstaller what to include in the package. # The selection comes from the files created by 'make install' or equivalent. # Usually, you can leave this at the default echo '*' | import [Install] # See http://www.autopackage.org/api/ for details installExe bin/* installData share/amoebax installIcon share/pixmaps/amoebax.* installDesktop "Games" share/applications/amoebax.desktop [Uninstall] # Leaving this at the default is safe unless you use custom commands in # "Install" to create files. By default, all autopackage API functions are # logged. uninstallFromLog