I2P: Add donation links, formatting, disable due to ndk deps
This commit is contained in:
parent
4759ec2c53
commit
4fc65ed73b
|
@ -3,38 +3,52 @@ License:Apache2
|
|||
Web Site:http://i2p2.de
|
||||
Source Code:http://github.com/i2p
|
||||
Issue Tracker:http://trac.i2p2.de
|
||||
Bitcoin:1HkJCceXf7of1sTNRVJbXiZHfDTLL71Siy
|
||||
Flattr:13523
|
||||
Donate:http://www.i2p2.de/donate
|
||||
|
||||
Summary:I2P anonymous network
|
||||
Description:
|
||||
I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
|
||||
WARNING - This is ALPHA SOFTWARE. Do not rely upon it for strong anonymity.
|
||||
For detailed information, security information, and usage examples see the [Release Notes http://zzz.i2p.us/topics/948]
|
||||
I2P is an anonymizing network, offering a simple layer that identity-sensitive
|
||||
applications can use to securely communicate. All data is wrapped with several
|
||||
layers of encryption, and the network is both distributed and dynamic, with no
|
||||
trusted parties.
|
||||
|
||||
WARNING - This is ALPHA SOFTWARE. Do not rely upon it for strong anonymity.
|
||||
|
||||
For detailed information, security information, and usage examples see the [Release Notes http://zzz.i2p.us/topics/948]
|
||||
.
|
||||
|
||||
Donate:http://www.i2p2.de/donate
|
||||
Repo Type:git
|
||||
Repo:https://github.com/i2p/i2p.android.base.git
|
||||
|
||||
Build Version:0.9.7.1,0,!needs legacy toolchains e4c9095626cce668de33,\
|
||||
srclibs=I2P@06d2db0046efa1f5bd766,update=no,patch=jni.patch,novcheck=yes,prebuild=\
|
||||
sed -i '41s|#export NDK=$(realpath ../../android-ndk-r5b/)|export NDK=$$NDK$$|' ./routerjars/jni/build.sh && \
|
||||
cp -R $$I2P$$* ./i2p.i2p && \
|
||||
echo -e "\nsdk.dir=$$SDK$$" >> ./local.properties && \
|
||||
echo -e "\nsdk.dir=$$SDK$$" >> ./routerjars/local.properties && \
|
||||
echo -e "\nndk.dir=$$NDK$$" >> ./routerjars/local.properties && \
|
||||
echo -e "\ni2psrc=./i2p.i2p" >> ./local.properties && \
|
||||
rm -R ./i2p.i2p/installer/lib/jbigi/* &&\
|
||||
rm -R ./i2p.i2p/installer/lib/wrapper/* && \
|
||||
rm -R ./routerjars/jni/libjbigi.so && \
|
||||
cp -R $$SDK$$/extras/android/support/v7/appcompat/ appcompat/ && \
|
||||
echo -e "\nandroid.library.reference.2=./appcompat/" >> ./local.properties && \
|
||||
$$SDK$$/tools/android update lib-project --path ./appcompat/ && \
|
||||
echo -e "\ni2psrc=./../i2p.i2p" >> ./routerjars/local.properties && \
|
||||
wget ftp://ftp.gmplib.org/pub/gmp-4.3.2/gmp-4.3.2.tar.bz2 && \
|
||||
tar xjvf gmp-4.* -C ./i2p.i2p/core/c/jbigi/ && \
|
||||
rm ./gmp-4.*
|
||||
|
||||
Build Version:0.9.7.1,0,e4c9095626cce668de338fa35f5ea7766f7198a6,srclibs=I2P@06d2db0046efa1f5bd7667b3fdd63ba931832c68,update=no,target=android-18,patch=jni.patch,novcheck=yes,prebuild=\
|
||||
sed -i '41s|#export NDK=$(realpath ../../android-ndk-r5b/)|export NDK=$$NDK$$|' ./routerjars/jni/build.sh &&\
|
||||
cp -R $$I2P$$* ./i2p.i2p &&\
|
||||
echo -e "\nsdk.dir=$$SDK$$" >> ./local.properties &&\
|
||||
echo -e "\nsdk.dir=$$SDK$$" >> ./routerjars/local.properties &&\
|
||||
echo -e "\nndk.dir=$$NDK$$" >> ./routerjars/local.properties &&\
|
||||
echo -e "\ni2psrc=./i2p.i2p" >> ./local.properties &&\
|
||||
rm -R ./i2p.i2p/installer/lib/jbigi/* &&\
|
||||
rm -R ./i2p.i2p/installer/lib/wrapper/* &&\
|
||||
rm -R ./routerjars/jni/libjbigi.so &&\
|
||||
cp -R $$SDK$$/extras/android/support/v7/appcompat/ appcompat/ &&\
|
||||
echo -e "\nandroid.library.reference.2=./appcompat/" >> ./local.properties &&\
|
||||
$$SDK$$/tools/android update lib-project --path ./appcompat/ &&\
|
||||
echo -e "\ni2psrc=./../i2p.i2p" >> ./routerjars/local.properties &&\
|
||||
wget ftp://ftp.gmplib.org/pub/gmp-4.3.2/gmp-4.3.2.tar.bz2 &&\
|
||||
tar xjvf gmp-4.* -C ./i2p.i2p/core/c/jbigi/ &&\
|
||||
rm ./gmp-4.*
|
||||
|
||||
|
||||
# Android version code is an integer. So we have 31 bits.
|
||||
# MAJOR 4 bits 0-15
|
||||
# MINOR 8 bits 0-255
|
||||
# RELEASE 8 bits 0-255
|
||||
# ROUTERBUILD 7 bits 0-127
|
||||
# ANDROIDBUILD 4 bits 0-15
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:0.9.7.1
|
||||
Current Version Code:0
|
||||
|
|
Loading…
Reference in a new issue