QuickMSG: Trying to fix build... failed
This commit is contained in:
parent
b7d3a2d4b8
commit
020eae7ad9
|
@ -15,9 +15,34 @@ Repo Type:git
|
|||
Repo:http://quickmsg.vreeken.net/QuickMSG.git/
|
||||
|
||||
Build:1.0,1
|
||||
disable=filled with jars
|
||||
disable=jars
|
||||
commit=9df2430bedb611bbb7d9b7e8435e16267dcce39b
|
||||
init=rm -f build.xml
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=rm libs/* && \
|
||||
mkdir tmp && \
|
||||
pushd tmp && \
|
||||
svn checkout http://javamail-android.googlecode.com/svn/trunk/ mail && \
|
||||
pushd mail && popd && \
|
||||
git clone https://github.com/rtyley/spongycastle.git && \
|
||||
pushd spongycastle && gradle jar && popd && popd && \
|
||||
cp tmp/spongycastle/prov/build/libs/prov-1.50.0.0.jar libs/ && \
|
||||
cp tmp/spongycastle/pg/build/libs/pg-1.50.0.0.jar libs/ && \
|
||||
cp tmp/spongycastle/core/build/libs/core-1.50.0.0.jar libs/ && \
|
||||
pushd libs && wget -c http://javamail-android.googlecode.com/files/activation.jar && \
|
||||
wget -c http://javamail-android.googlecode.com/files/additionnal.jar && \
|
||||
wget -c http://javamail-android.googlecode.com/files/mail.jar && popd && rm -fR tmp
|
||||
|
||||
Maintainer Notes:
|
||||
prov-1.50.0.0.jar => https://github.com/rtyley/spongycastle
|
||||
pg-1.50.0.0.jar => https://github.com/rtyley/spongycastle
|
||||
core-1.50.0.0.jar => https://github.com/rtyley/spongycastle
|
||||
mail.jar => http://code.google.com/p/javamail-android/
|
||||
activation.jar => http://code.google.com/p/javamail-android/
|
||||
additionnal.jar => http://code.google.com/p/javamail-android/
|
||||
|
||||
maybe: https://raw.githubusercontent.com/timlian/android-javamail ?
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
Loading…
Reference in a new issue