OpenAstroMenace

From CBLFS
Jump to navigationJump to search
Download Sources:
http://switch.dl.sourceforge.net/sourceforge/openastromenace/openamenace-src-1.2.0.tar.bz2
Required Patch:
http://svn.cross-lfs.org/svn/repos/patches/openastromenace/openastromenace-1.2.0-cmake-1.patch
Download Data:
http://switch.dl.sourceforge.net/sourceforge/openastromenace/oamenace-data-1.2.0.tar.bz2
http://switch.dl.sourceforge.net/sourceforge/openastromenace/oamenace-lang-de-1.2.0.tar.bz2
http://switch.dl.sourceforge.net/sourceforge/openastromenace/oamenace-lang-en-1.2.0.tar.bz2
http://switch.dl.sourceforge.net/sourceforge/openastromenace/oamenace-lang-ru-1.2.0.tar.bz2

Introduction to OpenAstroMenace

Space is a vast area, an unbounded territory where it seems there is a room for everybody, but reversal of fortune put things differently. The hordes of hostile creatures crawled out from the dark corners of the universe, craving to conquer your homeland. Their force is compelling, their legions are interminable. However, humans didn’t give up without a final showdown and put their best pilot to fight back. These malicious invaders chose the wrong galaxy to conquer and you are to prove it! Go ahead and make alien aggressors regret their insolence.

Project Homepage: http://sourceforge.net/projects/openastromenace/


Dependencies

Required

Non-Multilib

Compile the package:

patch -p0 -i openastromenace-1.2.0-cmake-1.patch &&
cd build &&
cmake .. -DCMAKE_BUILD_TYPE=Release -DDATADIR=/opt/games/share/AstroMenace &&
make

Install binaries and data:

mkdir -pv /opt/games/{bin,share/AstroMenace}
mv -v AstroMenace /opt/games/bin
tar -xvf oamenace-data-1.2.0.tar.bz2 -C /opt/games/share/AstroMenace
tar -xvf oamenace-lang-en-1.2.0.tar.bz2 -C /opt/games/share/AstroMenace
ln -sv gamelang_en.vfs /opt/games/share/AstroMenace/gamelang.vfs

Multilib

TODO...