Update Tinc to 0.9.8 (9)
This commit is contained in:
parent
0bdcc2b9b3
commit
fa14b5e9fd
|
@ -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.
|
associated with a basic GUI for daemon management.
|
||||||
|
|
||||||
Root is not needed, even if highly recommended for correct tinc daemon usage.
|
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
|
Repo Type:git
|
||||||
|
@ -23,10 +25,16 @@ Build:0.9.7-arm,8
|
||||||
rm=res/raw/tincd
|
rm=res/raw/tincd
|
||||||
build=make -C src_tinc/ install
|
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:
|
Maintainer Notes:
|
||||||
Uses armeabi binary in res/raw/, so no native-code appears and fdroid can't
|
Uses native binaries (armeabi, x86 and misp) in the assets dir, thus the apk
|
||||||
filter by architecture. This is why -arm is appended, to at least let people
|
has no native-code. Not that bad since it supports all the architectures and
|
||||||
running x86 or MIPS know that it won't work for them yet.
|
should run everywhere. Should in the future use libs/<arch>/.
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
Loading…
Reference in a new issue