fix hunkymod (again)
This commit is contained in:
parent
aea05de6b1
commit
48ab49999b
|
@ -1,15 +1,16 @@
|
||||||
Category:Games
|
Category:Games
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:http://code.google.com/p/hunkypunk
|
Web Site:http://code.google.com/p/hunkypunk
|
||||||
Source Code:http://code.google.com/p/hunkypunk/source/checkout
|
Source Code:http://code.google.com/p/hunkypunk/source/list
|
||||||
Issue Tracker:http://code.google.com/p/hunkypunk/issues/list
|
Issue Tracker:http://code.google.com/p/hunkypunk/issues/list
|
||||||
|
|
||||||
Summary:Interactive fiction player
|
Summary:Interactive fiction player
|
||||||
Description:
|
Description:
|
||||||
HunkyMod is an interactive fiction manager and interpreter, aiming to be a comprehensive
|
HunkyMod is an interactive fiction manager and interpreter, aiming to be a
|
||||||
multi-interpreter similar to Gargoyle, with metadata and story management support.
|
comprehensive multi-interpreter similar to Gargoyle, with metadata
|
||||||
|
and story management support.
|
||||||
|
|
||||||
N.B. scrolling works by tapping the screen at the top or bottom and
|
Scrolling works by tapping the screen at the top or bottom and
|
||||||
if you experience problems try using the stock keyboard.
|
if you experience problems try using the stock keyboard.
|
||||||
|
|
||||||
* preloaded with stories
|
* preloaded with stories
|
||||||
|
@ -19,18 +20,20 @@ if you experience problems try using the stock keyboard.
|
||||||
* blorb support
|
* blorb support
|
||||||
* font preference
|
* font preference
|
||||||
|
|
||||||
HunkyMod is a fork/mod of the [http://hunkypunk.sourceforge.net original] Hunky Punk,
|
HunkyMod is a fork/mod of the [http://hunkypunk.sourceforge.net original]
|
||||||
created by Rafał Rzepecki, which hasn't been updated in a while.
|
Hunky Punk, created by Rafał Rzepecki, which hasn't been updated in a while.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://code.google.com/p/hunkypunk/
|
Repo:https://code.google.com/p/hunkypunk/
|
||||||
|
|
||||||
#need to edit build.xml so that org.andglkmod.hunkypunk/alt-apk/mod/bin/HunkyPunk-release.apk can be found
|
Build Version:0.3,1,14ecc2a0d37c,bindir=alt-apk/mod/bin,init=rm ant.properties,prebuild=\
|
||||||
Build Version:0.1 alpha,1,!429ad8bad,buildjni=yes,antcommand=mod-release,bindir=alt-apk/mod/bin,prebuild=\
|
echo "bash-location=/bin/sh" >> local.properties && \
|
||||||
cd jni/nitfol && bison -o inform.c inform.y && cd ../../
|
sed -i '68d' build.xml && \
|
||||||
|
cd jni/nitfol && bison -o inform.c inform.y,buildjni=no,antcommand=mod-release
|
||||||
|
|
||||||
Update Check Mode:RepoManifest
|
#None of the methods work
|
||||||
Current Version:0.2
|
Update Check Mode:None
|
||||||
Current Version Code:2
|
Current Version:0.3
|
||||||
|
Current Version Code:1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue