mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
Put libmount library in subpackage libmount, mount utilities in subpackage mount-utils, libfdisk in subpackage libfdisk, and fdisk utilities in subpackage fdisk. On my aarch64 device, /system/bin/mount is unable to handle logical volumes (tries to access the non-existing /etc/fstab and errors), so lets add our own libmount package. Enabling libmount also enables the lsblk utility, which we put in blk-utils.
9 lines
258 B
Bash
9 lines
258 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Library for manipulating disk partition tables"
|
|
TERMUX_SUBPKG_DEPENDS="libblkid, libuuid (>> 2.38.1)"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT="no"
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
lib/pkgconfig/fdisk.pc
|
|
lib/libfdisk.so
|
|
include/libfdisk/libfdisk.h
|
|
"
|