Merge commit 'refs/merge-requests/282' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
ac3ffe33ca
46
metadata/com.traffar.game_of_life.txt
Normal file
46
metadata/com.traffar.game_of_life.txt
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
# Only used for making an app disappear from the index
|
||||||
|
Disabled:
|
||||||
|
Categories:Games;Mathematics
|
||||||
|
License:GPLv3
|
||||||
|
|
||||||
|
Web Site:https://bitbucket.org/przemekr/game_of_life_agg
|
||||||
|
Source Code:https://bitbucket.org/przemekr/game_of_life_agg/src
|
||||||
|
Issue Tracker:https://bitbucket.org/przemekr/game_of_life_agg/issues
|
||||||
|
|
||||||
|
|
||||||
|
Auto Name:
|
||||||
|
Name: Game of Life AGG
|
||||||
|
|
||||||
|
Summary: Conway's Game of Life simulation
|
||||||
|
Description:
|
||||||
|
Implementation of Conway's Game of Life
|
||||||
|
(http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) with a nice graphical
|
||||||
|
display.
|
||||||
|
|
||||||
|
FEATURES:
|
||||||
|
* Easy to use, intuitive interface.
|
||||||
|
* Number of initial state to try out.
|
||||||
|
* Resize the universe and set the evolution speed.
|
||||||
|
.
|
||||||
|
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:git@bitbucket.org:przemekr/game_of_life_agg.git
|
||||||
|
|
||||||
|
# Versions/Codes of each Build Version must be different from the others
|
||||||
|
# Any jars or prebuilts should have references, preferably in the README
|
||||||
|
# The following contains all possible parameters in the best order
|
||||||
|
Build Version:20131217,1,origin/master,\
|
||||||
|
subdir=android,\
|
||||||
|
init=cd jni/SDL &&\
|
||||||
|
rm -rf src include SDL-2.0.1* &&\
|
||||||
|
wget http://libsdl.org/release/SDL2-2.0.1.tar.gz &&\
|
||||||
|
tar xf SDL2-2.0.1.tar.gz &&\
|
||||||
|
ln -s SDL2-2.0.1/src . &&\
|
||||||
|
ln -s SDL2-2.0.1/include .\
|
||||||
|
,\
|
||||||
|
buildjni=yes,\
|
||||||
|
bindir=android/bin
|
||||||
|
|
||||||
|
Current Version:0.8.1
|
||||||
|
Current Version Code:20131217
|
Loading…
Reference in a new issue