fdroiddata/metadata/ru.meefik.busybox.txt

74 lines
2.2 KiB
Plaintext
Raw Normal View History

2016-01-08 16:02:01 +00:00
Categories:System
License:GPLv3+
Web Site:
Source Code:https://github.com/meefik/busybox
Issue Tracker:https://github.com/meefik/busybox/issues
Changelog:https://github.com/meefik/busybox/blob/HEAD/CHANGELOG
Donate:http://meefik.github.io/donate/
Auto Name:BusyBox
Summary:Install BusyBox
Description:
Install a recent and un-crippled version of BusyBox.
.
Repo Type:git
Repo:https://github.com/meefik/busybox
2016-02-17 14:49:48 +00:00
Build:1.24.1,18
2016-01-15 12:04:12 +00:00
disable=fails on a 32-bit NDK
2016-01-08 16:02:01 +00:00
commit=610d680fd603dc7b0a5c3a2d30f6d48e89811c0c
subdir=app
gradle=yes
scandelete=app/src/main/assets
build=cd ../contrib && \
export ANDROID_NDK_ROOT=$$NDK$$ && \
./bb-build.sh arm pie && \
2016-01-09 03:41:02 +00:00
./bb-build.sh arm && \
cp -fR compiled/arm ../app/src/main/assets/ && \
./bb-build.sh intel pie && \
2016-01-09 03:41:02 +00:00
./bb-build.sh intel && \
cp -fR compiled/intel ../app/src/main/assets/ && \
./bb-build.sh mips pie && \
2016-01-09 03:41:02 +00:00
./bb-build.sh mips && \
cp -fR compiled/mips ../app/src/main/assets/
2016-01-08 16:02:01 +00:00
2016-03-15 20:16:35 +00:00
Build:1.24.1,23
commit=a0daeb3b5055f4786c54ce2beef3093440d7a82f
subdir=app
gradle=yes
scandelete=app/src/main/assets
build=cd ../contrib && \
export ANDROID_NDK_ROOT=$$NDK$$ && \
./bb-build.sh arm pie && \
./bb-build.sh arm nopie && \
cp -fR compiled/arm ../app/src/main/assets/ && \
./bb-build.sh intel pie && \
./bb-build.sh intel nopie && \
cp -fR compiled/intel ../app/src/main/assets/ && \
./bb-build.sh mips pie && \
./bb-build.sh mips nopie && \
cp -fR compiled/mips ../app/src/main/assets/
2016-04-17 21:20:41 +00:00
Build:1.24.2,24
commit=1.24.2
subdir=app
gradle=yes
scandelete=app/src/main/assets
build=cd ../contrib && \
export ANDROID_NDK_ROOT=$$NDK$$ && \
./bb-build.sh arm pie && \
./bb-build.sh arm nopie && \
cp -fR compiled/arm ../app/src/main/assets/ && \
./bb-build.sh intel pie && \
./bb-build.sh intel nopie && \
cp -fR compiled/intel ../app/src/main/assets/ && \
./bb-build.sh mips pie && \
./bb-build.sh mips nopie && \
cp -fR compiled/mips ../app/src/main/assets/
2016-01-08 16:02:01 +00:00
Auto Update Mode:None
Update Check Mode:Tags
2016-04-10 04:38:40 +00:00
Current Version:1.24.2
Current Version Code:24