delete old diasbled busybox version

This commit is contained in:
Marcus Hoffmann 2019-02-21 14:00:45 +01:00
parent 4c40c6a900
commit ee2836cc47
No known key found for this signature in database
GPG key ID: ACDF63BC43D5E530

View file

@ -1,101 +0,0 @@
Disabled: "Publish stericson.busybox instead: it's more limited but safer (since it\
\ doesn't have the restore option) and likely to get updated more often. The source\
\ code for this version is held back for a time (for financial gain, no doubt)."
Categories:
- System
License: Apache-2.0
WebSite: https://code.google.com/p/busybox-android
SourceCode: https://code.google.com/p/busybox-android/source
Name: BusyBox Installer
Summary: Interface to install system tools
Description: |-
'''N.B''' During testing it was found that the restore function wasn't working
properly. It's recommended that you don't use it.
Interface to install BusyBox 1.21.1 (just ARM architecture for now as the other
ones can't be built) as well other versions off the internet (if you're brave).
Don't install the 1.21.0 version as it isn't in the apk.
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 usually 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.
The app allows you backup and restore current binaries; to disable individual
applets and see their help documentation. Just in case something goes wrong it
would be wise to have a system image nearby that can be flashed via recovery or
fastboot.
The range of applets in
[https://raw2.github.com/tias/android-busybox-ndk/master/android_ndk_stericson-like
this] version isn't identical to the upstream version.
Requires root.
RequiresRoot: 'yes'
RepoType: git-svn
Repo: https://busybox-android.googlecode.com/svn/trunk
Builds:
- versionName: '10.3'
versionCode: 161
commit: '32'
subdir: app/Pro
srclibs:
- 1:ViewPagerIndicator@8cd549
- RootToolsSvn@3.4
- BusyboxConfigs-linusyang@63dc
rm:
- binaries
- patches
- app/Free
- app/Pro/assets
prebuild:
- mkdir assets
- cp -r $$RootToolsSvn$$/src/com/ src/
- cp -r $$BusyboxConfigs-linusyang$$ ../BB
- sed -i 's/darwin-x86_64/linux-x86/g;s/4.4.3/4.6/g;/android_ndk_config-w-patches/d;s/#CONFIG_FILE/CONFIG_FILE/'
../BB/Makefile
target: android-15
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 ../Pro/assets/busybox1.21.1.png
- versionName: 10.3.1
versionCode: 162
commit: '37'
subdir: deprecated/Pro
srclibs:
- 1:ViewPagerIndicator@8cd549
- RootToolsSvn@3.4
- BusyboxConfigs-linusyang@63dc
forceversion: true
forcevercode: true
rm:
- binaries
- patches
- app
- deprecated/Free
- deprecated/Pro/assets
prebuild:
- mkdir assets
- cp -r $$RootToolsSvn$$/src/com/ src/
- 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-15
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 ../Pro/assets/busybox1.21.1.png
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 10.3.1
CurrentVersionCode: 162