From c881dd6e79159d94ab233217d728eef7be779ff7 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Thu, 26 Jan 2012 15:30:23 +0000 Subject: [PATCH] Metadata: added busybox installer --- metadata/stericson.busybox.donate.txt | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata/stericson.busybox.donate.txt diff --git a/metadata/stericson.busybox.donate.txt b/metadata/stericson.busybox.donate.txt new file mode 100644 index 00000000..0f4c56e0 --- /dev/null +++ b/metadata/stericson.busybox.donate.txt @@ -0,0 +1,29 @@ +Category:System +License:Apache 2.0 +Web Site:http://code.google.com/p/busybox-android/ +Source Code:http://code.google.com/p/busybox-android/source/checkout +Issue Tracker:http://code.google.com/p/busybox-android/issues/list +Donate: + +Summary:BusyBox installer +Description: +Installs and updates BusyBox on a rooted device. + +BusyBox combines tiny versions of many common UNIX utilities into a single +small executable. It provides replacements for most of the utilities you +usually find in GNU fileutils, shellutils, etc. See the BusyBox web site at +http://www.busybox.net for more information. BusyBox itself is GPLv2 +licensed. +. + +Requires Root:Yes + +Repo Type:git-svn +Repo:http://busybox-android.googlecode.com/svn/trunk/ + +Build Version:7.1,103,3,target=android-8,prebuild=\ +rm -rf gen &&\ +cd src/stericson &&\ +svn co -r 133 http://roottools.googlecode.com/svn/trunk/Developmental/RootTools_sdk3_generic/src/com/stericson/RootTools &&\ +cd ../.. +