Difference between revisions of "OpenAstroMenace"

From CBLFS
Jump to navigationJump to search
m (AstroMenace moved to OpenAstroMenace: AstroMenace now is opensourced prefer opensource projects over closedsource)
Line 1: Line 1:
 
{| style="text-align: left; background-color: AliceBlue;"
 
{| style="text-align: left; background-color: AliceBlue;"
 
|-
 
|-
!Download Arch:
+
!Download Sources:
| http://www.viewizard.com/download/amenace{{AstroMenace-Version}}.tar.bz2
+
|-
 +
| http://switch.dl.sourceforge.net/sourceforge/openastromenace/openamenace-src-{{AstroMenace-Version}}.tar.bz2
 +
|-
 +
!Required Patch:
 +
|-
 +
| http://svn.cross-lfs.org/svn/repos/patches/openastromenace/openastromenace-{{AstroMenace-Version}}-cmake-1.patch
 +
|-
 +
!Download Data:
 +
|-
 +
| http://switch.dl.sourceforge.net/sourceforge/openastromenace/oamenace-data-{{AstroMenace-Version}}.tar.bz2
 +
|-
 +
| http://switch.dl.sourceforge.net/sourceforge/openastromenace/oamenace-lang-de-{{AstroMenace-Version}}.tar.bz2
 +
|-
 +
| http://switch.dl.sourceforge.net/sourceforge/openastromenace/oamenace-lang-en-{{AstroMenace-Version}}.tar.bz2
 +
|-
 +
| http://switch.dl.sourceforge.net/sourceforge/openastromenace/oamenace-lang-ru-{{AstroMenace-Version}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
  
{{Package-Introduction|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.|http://www.viewizard.com/}}
+
{{Package-Introduction|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.|http://sourceforge.net/projects/openastromenace/}}
  
 
----
 
----
 
== Dependencies ==
 
== Dependencies ==
  
=== Runtime Required ===
+
=== Required ===
 +
* [[CMake]]
 
* [[SDL]]
 
* [[SDL]]
 
* [[OpenAL]]
 
* [[OpenAL]]
Line 22: Line 38:
 
== Non-Multilib ==
 
== Non-Multilib ==
  
If you have a '''Pure64''' system create a link so the path to ld.so is correct:
+
Compile the package:
  
  mkdir -v /lib64 &&
+
patch -p0 -i openastromenace-{{AstroMenace-Version}}-cmake-1.patch &&
  ln -sv /lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
+
cd build &&
 +
cmake .. -DCMAKE_BUILD_TYPE=Release -DDATADIR=/opt/games/share/AstroMenace &&
 +
make
  
 
Install binaries and data:
 
Install binaries and data:
  
  tar -xvf amenace{{AstroMenace-Version}}.tar.bz2 -C /opt/games
+
mkdir -pv /opt/games/{bin,share/AstroMenace}
 +
mv -v AstroMenace /opt/games/bin
 +
  tar -xvf oamenace-data-{{AstroMenace-Version}}.tar.bz2 -C /opt/games/share/AstroMenace
 +
tar -xvf oamenace-lang-en-{{AstroMenace-Version}}.tar.bz2 -C /opt/games/share/AstroMenace
 +
ln -sv gamelang_en.vfs /opt/games/share/AstroMenace/gamelang.vfs
  
 
== Multilib ==
 
== Multilib ==
  
Install binaries and data:
+
TODO...
 
 
tar -xvf amenace{{AstroMenace-Version}}.tar.bz2 -C /opt/games
 

Revision as of 10:28, 23 March 2009

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...