diff --git a/metadata/org.poirsouille.tinc_gui.txt b/metadata/org.poirsouille.tinc_gui.txt index 1af165083d..64c4ab2a99 100644 --- a/metadata/org.poirsouille.tinc_gui.txt +++ b/metadata/org.poirsouille.tinc_gui.txt @@ -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//. . Auto Update Mode:None