QuickMSG: Add srclib

This commit is contained in:
Boris Kraut 2014-03-24 00:49:45 +01:00
parent 020eae7ad9
commit a69aaed312
2 changed files with 16 additions and 10 deletions

View file

@ -15,20 +15,11 @@ Repo Type:git
Repo:http://quickmsg.vreeken.net/QuickMSG.git/
Build:1.0,1
disable=jars
commit=9df2430bedb611bbb7d9b7e8435e16267dcce39b
init=rm -f build.xml
extlibs=android/android-support-v4.jar
srclibs=1:SpongyCastle@sc-v1.50.0.0
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

15
srclibs/SpongyCastle.txt Normal file
View file

@ -0,0 +1,15 @@
# Source details (the only mandatory fields)
Repo Type:git
Repo:https://github.com/rtyley/spongycastle.git
# Comma-separated list of subdirs to use. The first existing subdirectory
# found between those given will be used. If none is found or provided, the
# root of the repo directory will be used instead.
Subdir:
# Any extra commands to prepare the source library
Prepare:gradle jar
# If given "Yes", "android update project -p ." will be executed
Update Project: