make some changes to org.navitproject.navit
This commit is contained in:
parent
c9698f55e8
commit
e3b70aace7
|
@ -2,7 +2,7 @@
|
|||
Category:Navigation
|
||||
License:GPLv2
|
||||
Web Site:http://www.navit-project.org
|
||||
Source Code:http://navit.svn.sourceforge.net/viewvc/navit
|
||||
Source Code:http://sourceforge.net/p/navit/code
|
||||
Issue Tracker:http://trac.navit-project.org/
|
||||
|
||||
Auto Name:
|
||||
|
@ -24,19 +24,17 @@ You can help translating via the web-based:
|
|||
#apks at http://download.navit-project.org/navit
|
||||
Repo Type:svn
|
||||
#Don't clone into navit/trunk/navit to leave space for dir required by cmake
|
||||
Repo:http://navit.svn.sourceforge.net/svnroot/navit/trunk
|
||||
Repo:svn://svn.code.sf.net/p/navit/code/trunk
|
||||
|
||||
# https://f-droid.org/forums/topic/navit/#post-7852
|
||||
Build Version:5532,5532,5532,\
|
||||
Build Version:5543,5543,5543,\
|
||||
novcheck=yes,\
|
||||
update=no,\
|
||||
build=sed -i 's/cd android && ant debug/cd android/g' navit/navit/Makefile.am && \
|
||||
sed -i 's/cd android && ant release/cd android/g' navit/navit/Makefile.am && \
|
||||
mkdir android-build && \
|
||||
build=mkdir android-build && \
|
||||
cd android-build/ && \
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=../navit/Toolchain/arm-eabi.cmake -DANDROID_API_VERSION=8 -DDISABLE_QT=true ../navit && \
|
||||
make && \
|
||||
make apkg && \
|
||||
make android_resources && \
|
||||
cd .. && \
|
||||
ln -s android-build/navit/android/* .
|
||||
|
||||
|
|
Loading…
Reference in a new issue