Busybox Installer: delete metadata
There are no builds, no commits since 2016, dubious prebuilt binaries. ru.meefik.busybox is better.
This commit is contained in:
parent
7579b439ee
commit
3f9ea865a0
Binary file not shown.
|
@ -1,56 +0,0 @@
|
|||
Disabled:Unverified prebuilts of dubious origin - should not have been accepted
|
||||
Categories:System
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/Stericson/busybox-free
|
||||
Issue Tracker:https://github.com/Stericson/busybox-free/issues
|
||||
|
||||
Name:Busybox Installer
|
||||
Auto Name:BusyBox Free
|
||||
Summary:System tools installer
|
||||
Description:
|
||||
Interface to install one version only of BusyBox (1.21.1) and its symlinks. For
|
||||
now, the binary is only for ARM architecture as the others couldn't be built.
|
||||
|
||||
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. Android comes with a very limited multi-tool
|
||||
called Toolbox and sometimes it is crippled even more, so a standard Busybox is
|
||||
often needed by root apps that need to do different jobs. If you run a custom
|
||||
ROM you probably have most of the applets that you would ever need, though this
|
||||
binary has a few more.
|
||||
|
||||
The range of applets
|
||||
[https://raw2.github.com/linusyang/android-busybox-ndk/master/android_ndk_stericson-like
|
||||
available] isn't identical to the upstream version. Therefore, the applet
|
||||
manager doesn't have information about all the installed applets.
|
||||
.
|
||||
|
||||
Requires Root:yes
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/Stericson/busybox-free
|
||||
|
||||
Build:10.9,157
|
||||
disable=prebuilts
|
||||
commit=6c3dbbee
|
||||
init=sed -i 's@\(reference.1=\).*@\1view_pager_JW@' project.properties
|
||||
srclibs=RootToolsSvn@3.4,BusyboxConfigs-linusyang@63dc
|
||||
rm=assets/busybox1.21.1.png,assets/busybox1.22.1.png,assets/reboot.png,build,out,view_pager_JW/build,RootToolsSvn.jar
|
||||
extlibs=toolbox
|
||||
prebuild=cp -r $$RootToolsSvn$$/src/com/ src/ && \
|
||||
sed -i 's/"Busybox 1.22.1", //g' src/stericson/busybox/Constants.java && \
|
||||
mv libs/toolbox assets/toolbox.png && \
|
||||
cp -r $$BusyboxConfigs-linusyang$$ BB && \
|
||||
sed -i 's/darwin-x86_64/linux-x86/g;s/4.4.3/4.6/;/android_ndk_config-w-patches/d;s/#CONFIG_FILE/CONFIG_FILE/' BB/Makefile
|
||||
target=android-18
|
||||
scanignore=assets/toolbox.png
|
||||
build=cd BB && \
|
||||
export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin:$PATH && \
|
||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
||||
mv busybox-git.arm/busybox ../assets/busybox1.21.1.png
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:40
|
||||
Current Version Code:190
|
Loading…
Reference in a new issue