Merge commit 'refs/merge-requests/351' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
d085641534
|
@ -1,6 +1,6 @@
|
|||
Categories:Internet
|
||||
License:GPLv2+
|
||||
Web Site:
|
||||
Web Site:http://forum.xda-developers.com/showthread.php?t=2616121
|
||||
Source Code:https://github.com/cernekee/ics-openconnect
|
||||
Issue Tracker:https://github.com/cernekee/ics-openconnect/issues
|
||||
|
||||
|
@ -23,6 +23,10 @@ Requirements:
|
|||
|
||||
* Android 4.0 (ICS) or higher
|
||||
* An account on a suitable VPN server
|
||||
|
||||
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/).
|
||||
|
||||
This product includes cryptographic software written by Eric Young (eay@cryptsoft.com).
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -31,14 +35,14 @@ Repo:git://github.com/cernekee/ics-openconnect
|
|||
Build:0.1,1
|
||||
commit=v0.1
|
||||
submodules=yes
|
||||
prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar && \
|
||||
prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so && \
|
||||
make -C external/openconnect/android sources
|
||||
build=make -C external NDK=$$NDK$$
|
||||
|
||||
Build:0.2,2
|
||||
commit=v0.2
|
||||
submodules=yes
|
||||
prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar && \
|
||||
prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so && \
|
||||
make -C external/openconnect/android sources
|
||||
build=make -C external NDK=$$NDK$$
|
||||
|
||||
|
|
Loading…
Reference in a new issue