Leonid Plyushch
1e697d3a27
move abuild and apk-tools to disabled packages
We are continuing to use APT as package manager, so having another one is pointless
especially if we are not going to create repository for `apk`.
5 years ago
Fredrik Fornwall
f890948a75
apk-tools & abuild: Enable packages
6 years ago
Leonid Plyushch
a8b679d0a3
abuild: set variables ac_cv_* and gl_cv_* like in build-package.sh
6 years ago
Leonid Plyushch
52bff393e5
abuild: remove 'df -PT' calls
Abuild uses 'df -PT' calls only to detect if 'btrfs|ecryptfs|zfs' filesystems used to
determine if it needed to execute 'sync'.
6 years ago
Leonid Plyushch
515baacfa8
abuild: disable getfattr/setfattr calls
a. We don't have getfattr/setfattr software.
b. May not work without root.
6 years ago
Leonid Plyushch
5000bb2bed
abuild: fix dependency tracing
Now dependency tracing seems working properly if 'scanelf' binary
is installed.
6 years ago
Leonid Plyushch
7a132d87a7
abuild: use only Android/Termux-specific architecture specifications
6 years ago
Leonid Plyushch
63037d5dc9
abuild: add missing dependencies
Add necessary dependencies. Generally, deps like autoconf should be in 'build-base'
package but we don't have it.
6 years ago
Leonid Plyushch
29f869c504
abuild: fix missing configuration file (/etc/abuild.conf)
File is required for 'abuild' configuration.
6 years ago
Leonid Plyushch
9a0163c7db
abuild: allow uncompressed manpages
Many packages installs only uncompressed manpages, but users may want
to keep APKBUILDs simple. So allowing uncompressed manpages.
6 years ago
Leonid Plyushch
2c66c598b2
abuild: adopt stuff to the Termux's file system style (rootfs in $PREFIX)
In Termux all package stuff is located under $PREFIX.
6 years ago
Leonid Plyushch
3e04248fa6
abuild: get rid of 'sudo' and other root-related stuff
Termux doesn't require things like 'sudo', 'chroot', 'adduser/addgroup' for
installing or building packages. Furthermore, Termux is single-user environment.
6 years ago
Leonid Plyushch
9df9674113
abuild: don't use fakeroot as it hangs for some reason
Seems that fakeroot makes 'abuild' unusable. Perhaps this is
fakeroot(tcp)-specific bug ?
Anyway, fakeroot is not needed in Termux as we don't setting
ownership for packages but only permissions (chmod).
6 years ago
Leonid Plyushch
7c3e336e75
abuild: apply initial fixes
* Use bash instead of 'ash'.
* Use clang instead of gcc.
* Don't use sudo wrapper for 'apk' package manager.
6 years ago
Fredrik Fornwall
5cbae1410c
abuild: Add as disabled package
6 years ago