2013-11-02 00:16:14 +00:00
|
|
|
Categories:System
|
2012-07-16 11:03:51 +00:00
|
|
|
License:GPLv2
|
2014-01-20 10:34:11 +00:00
|
|
|
Web Site:https://code.google.com/p/cryptonite
|
2014-01-16 14:17:59 +00:00
|
|
|
Source Code:https://code.google.com/p/cryptonite/source
|
2014-01-16 14:25:07 +00:00
|
|
|
Issue Tracker:https://code.google.com/p/cryptonite/issues
|
2012-07-16 11:03:51 +00:00
|
|
|
|
2013-07-08 09:44:20 +00:00
|
|
|
Auto Name:Cryptonite
|
2014-03-22 23:47:03 +00:00
|
|
|
Summary:Encfs and Truecrypt browser
|
2012-07-16 11:03:51 +00:00
|
|
|
Description:
|
2014-02-02 18:43:11 +00:00
|
|
|
Cryptonite brings EncFS (no TrueCrypt in this build) to Android.
|
|
|
|
You can browse, export and open EncFS-encrypted directories and files on your
|
|
|
|
Dropbox and on your phone. On rooted phones that support FUSE
|
|
|
|
(e.g. CyanogenMod) you can also mount EncFS and volumes.
|
2012-07-16 11:03:51 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
2013-07-05 18:20:05 +00:00
|
|
|
Repo:https://code.google.com/p/cryptonite.git
|
|
|
|
|
|
|
|
# need a better way of supplying path to TOOLCHAIN
|
2014-04-26 10:15:00 +00:00
|
|
|
Build:0.7.6,75
|
|
|
|
disable=WIP at 0.7.6
|
|
|
|
commit=0.7.6
|
|
|
|
subdir=cryptonite
|
|
|
|
srclibs=ActionBarSherlock@4.3.0
|
2014-08-26 11:30:35 +00:00
|
|
|
extlibs=dropbox-sdk/dropbox-android-sdk-1.5.1.jar,httpmime/httpmime-4.0.3.jar,json-simple/json_simple-1.1.jar
|
2014-04-26 10:15:00 +00:00
|
|
|
prebuild=sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
echo "db-xxxxxxxxxxxxxxx" > AndroidManifest.xml.key && \
|
|
|
|
echo "db-xxxxxxxxxxxxxxx" > AndroidManifest.xml.key2 && \
|
|
|
|
cd ../ && \
|
|
|
|
./insert_key.sh && \
|
|
|
|
$$NDK$$/build/tools/make-standalone-toolchain.sh --arch=arm --ndk-dir=$$NDK$$ --install-dir=android-toolchain --platform=android-8 --system=linux-x86 && \
|
|
|
|
mkdir -p scripts/ && \
|
|
|
|
wget https://neurodroid.googlecode.com/git/nrn/agcc -P scripts/ && \
|
|
|
|
wget https://neurodroid.googlecode.com/git/nrn/agcc-vfp -P scripts/ && \
|
|
|
|
export PATH=$PATH:scripts && \
|
|
|
|
chmod +x scripts/* && \
|
|
|
|
sed -i 's/\$HOME/../g' scripts/* && \
|
|
|
|
cd boost && \
|
|
|
|
./download.sh && \
|
|
|
|
./build.sh && \
|
|
|
|
cd ../openssl && \
|
|
|
|
./download.sh && \
|
|
|
|
./build.sh && \
|
|
|
|
cd ../fuse28 && \
|
|
|
|
./download.sh && \
|
|
|
|
./build.sh && \
|
|
|
|
cd ../rlog && \
|
|
|
|
./download.sh && \
|
|
|
|
./build.sh && \
|
|
|
|
cd ../encfs-1.7.4 && \
|
|
|
|
./download.sh && \
|
|
|
|
./build.sh && \
|
|
|
|
cd ../cryptonite && \
|
|
|
|
./jni-build.sh
|
|
|
|
buildjni=no
|
2012-07-16 11:03:51 +00:00
|
|
|
|
2012-10-09 09:34:10 +00:00
|
|
|
Auto Update Mode:None
|
2013-07-05 18:20:05 +00:00
|
|
|
Update Check Mode:Static
|
2012-08-21 13:41:57 +00:00
|
|
|
|