Fredrik Fornwall
f890948a75
apk-tools & abuild: Enable packages
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
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