added com.traffar.gomoku, change com.traffar.oware to git repo

This commit is contained in:
Przemyslaw Rzepecki 2014-01-24 22:25:03 +01:00
parent 665b73e67c
commit 1f098998d1
2 changed files with 34 additions and 6 deletions

View file

@ -0,0 +1,29 @@
Categories:Games
License:GPLv3
Web Site:https://bitbucket.org/przemekr/gomoku
Source Code:https://bitbucket.org/przemekr/gomoku/src
Issue Tracker:https://bitbucket.org/przemekr/gomoku/issues
Auto Name:Gomoku
Summary:Gomoku --
Description:
.
Repo Type:git
Repo:https://bitbucket.org/przemekr/gomoku
Build:0.1,1
commit=0.1
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
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.1
Current Version Code:1

View file

@ -1,8 +1,8 @@
Categories:Games
License:GPLv3
Web Site:https://bitbucket.org/przemekr/oware/wiki/Home
Source Code:https://bitbucket.org/przemekr/oware/src
Issue Tracker:https://bitbucket.org/przemekr/oware/issues
Web Site:https://bitbucket.org/przemekr/oware_agg
Source Code:https://bitbucket.org/przemekr/oware_agg/src
Issue Tracker:https://bitbucket.org/przemekr/oware_agg/issues
Auto Name:Oware
Summary:Oware -- abstract African board game
@ -16,11 +16,10 @@ Move Your seeds along the board and grab scores from the opponent pits. Check
Play with a friend or against a computer player.
.
Repo Type:hg
Repo:https://bitbucket.org/przemekr/oware
Repo Type:git
Repo:https://bitbucket.org/przemekr/oware_agg
Build:0.1,1
disable=hg checkout fails
commit=0.1
subdir=android
init=cd jni/SDL && \