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