From 800711e1412b2ccc0aad3e7115e00638ee16ae5f Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Mon, 18 Aug 2014 01:21:52 +0200 Subject: [PATCH] New app: DroidPHP (disabled:wip) --- metadata/org.opendroidphp.txt | 47 +++++++++++++++++++++++++++++++++ srclibs/SwitchCompatLibrary.txt | 3 +++ 2 files changed, 50 insertions(+) create mode 100644 metadata/org.opendroidphp.txt create mode 100644 srclibs/SwitchCompatLibrary.txt diff --git a/metadata/org.opendroidphp.txt b/metadata/org.opendroidphp.txt new file mode 100644 index 0000000000..46b7872401 --- /dev/null +++ b/metadata/org.opendroidphp.txt @@ -0,0 +1,47 @@ +Categories:Internet,System +License:Apache2 +Web Site:https://droidphp.github.io/ +Source Code:https://github.com/DroidPHP/DroidPHP +Issue Tracker:https://github.com/DroidPHP/DroidPHP/issues + +Auto Name:DroidPHP +Summary:Web server with PHP and mySQL support +Description: +Web server with PHP and mySQL support that runs directly on your mobile +device. It requires 50mb of internal storage for installation on unrooted +phones and has following features: + +* PHP5 +* MYSQL +* MYSQL Monitor +* Lighttpd (ssl enabled) +* Nginx (ssl enabled) + +. + +Repo Type:git +Repo:https://github.com/DroidPHP/DroidPHP + +Build:1.7.0,17000 + disable=wip + commit=81e76ebbadfeb3b189e92dfb8c200c6f51c39de6 + srclibs=1:SwitchCompatLibrary@a5880e5ddc0d1f12c6ce1ca745076779dec868b2,2:ActionBarSherlock@4.4.0,3:libsuperuser@1428b2b7a9393035b70c71ed6073d88f92522878,CommonsIO@2.4 + rm=libs/* + extlibs=android/android-support-v4.jar + prebuild=cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \ + pushd $$CommonsIO$$ && \ + $$MVN3$$ package && \ + popd && \ + cp $$CommonsIO$$/target/commons-io-2.4.jar libs/ && \ + true + +Maintainer Notes: +* Commons-IO seems not to be the right version. +* Native code is missing, see https://github.com/DroidPHP/DroidPHP/blob/master/docs/Compiling.md +. + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.7.0 +Current Version Code:17000 + diff --git a/srclibs/SwitchCompatLibrary.txt b/srclibs/SwitchCompatLibrary.txt new file mode 100644 index 0000000000..8c651e55ee --- /dev/null +++ b/srclibs/SwitchCompatLibrary.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:https://github.com/ankri/SwitchCompatLibrary.git +Subdir:SwitchCompatLibrary