TessUI: Add license, remove/check binaries, enable build
This commit is contained in:
parent
0abf4e4307
commit
53ef113b15
|
@ -1,5 +1,5 @@
|
|||
Categories:Multimedia,Office
|
||||
License:Unknown
|
||||
License:AGPLv3
|
||||
Web Site:https://gitorious.org/character-recognition
|
||||
Source Code:https://gitorious.org/character-recognition/character-recognition
|
||||
Issue Tracker:https://gitorious.org/character-recognition/pages/Home
|
||||
|
@ -16,13 +16,14 @@ Repo Type:git
|
|||
Repo:https://git.gitorious.org/character-recognition/character-recognition.git
|
||||
|
||||
Build:0.3.6,12
|
||||
commit=c8e9ff5790fc4b5f673ccdf761e4b4a1639ce3cb
|
||||
commit=3ad4acb422024da09a7747e5157c94f2ea415b63
|
||||
subdir=TessUI
|
||||
submodules=yes
|
||||
scanignore=tesseract-android-tools/obj,tesseract-android-tools/libs,tesseract-android-tools-test/obj
|
||||
prebuild=rm -fR ../ImageViewer/bin/* && rm -fR tesseract-android-tools-test/obj/* && \
|
||||
rm=tesseract-android-tools-test
|
||||
scanignore=tesseract-android-tools/obj,tesseract-android-tools/libs
|
||||
prebuild=rm -fR ../ImageViewer/bin/* && \
|
||||
pushd ../tesseract-android-tools && \
|
||||
rm -fR obj/* bin/* libs/* tesseract-android-tools-test && \
|
||||
rm -fR obj/* bin/* libs/* && \
|
||||
ndk-build -j8 && \
|
||||
android update project --path . && \
|
||||
ant release && \
|
||||
|
|
Loading…
Reference in a new issue