Update Tinc to 0.9.8 (9)

This commit is contained in:
Daniel Martí 2014-06-24 22:01:47 +02:00
parent 0bdcc2b9b3
commit fa14b5e9fd

View file

@ -11,6 +11,8 @@ Tinc GUI for Android is a (slightly modified) cross-compiled version of tincd,
associated with a basic GUI for daemon management.
Root is not needed, even if highly recommended for correct tinc daemon usage.
Starting from version 0.9.8, all main architectures (ARM, X86 and MIPS) are supported.
.
Repo Type:git
@ -23,10 +25,16 @@ Build:0.9.7-arm,8
rm=res/raw/tincd
build=make -C src_tinc/ install
Build:0.9.8,9
commit=RELEASE_0.9.8
submodules=yes
scandelete=libs
build=$$NDK$$/ndk-build
Maintainer Notes:
Uses armeabi binary in res/raw/, so no native-code appears and fdroid can't
filter by architecture. This is why -arm is appended, to at least let people
running x86 or MIPS know that it won't work for them yet.
Uses native binaries (armeabi, x86 and misp) in the assets dir, thus the apk
has no native-code. Not that bad since it supports all the architectures and
should run everywhere. Should in the future use libs/<arch>/.
.
Auto Update Mode:None