Tinc: enable build, finally done
This commit is contained in:
parent
a992cd751f
commit
5332982e2e
|
@ -5,7 +5,7 @@ Source Code:https://github.com/Vilbrekin/tinc_gui
|
||||||
Issue Tracker:https://github.com/Vilbrekin/tinc_gui/issues
|
Issue Tracker:https://github.com/Vilbrekin/tinc_gui/issues
|
||||||
|
|
||||||
Auto Name:Tinc
|
Auto Name:Tinc
|
||||||
Summary:Find apps just by typing
|
Summary:Port of Tinc VPN
|
||||||
Description:
|
Description:
|
||||||
Tinc GUI for Android is a (slightly modified) cross-compiled version of tincd,
|
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.
|
||||||
|
@ -16,12 +16,19 @@ Root is not needed, even if highly recommended for correct tinc daemon usage.
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/Vilbrekin/tinc_gui.git
|
Repo:https://github.com/Vilbrekin/tinc_gui.git
|
||||||
|
|
||||||
Build:0.9.6,7
|
Build:0.9.7-arm,8
|
||||||
disable=waiting for https://github.com/Vilbrekin/tinc_gui/pull/12
|
commit=73e7bbd909640a16
|
||||||
commit=dummy
|
forceversion=yes
|
||||||
submodules=yes
|
submodules=yes
|
||||||
|
rm=res/raw/tincd
|
||||||
build=make -C src_tinc/ all install
|
build=make -C src_tinc/ all install
|
||||||
|
|
||||||
|
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.
|
||||||
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.9.7
|
Current Version:0.9.7
|
||||||
|
|
Loading…
Reference in a new issue