1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 07:47:10 +00:00
termux-packages/packages/util-linux/libblkid.subpackage.sh
Henrik Grimler 4b9925fd64
enhance(main/util-linux): move blk related files into subpackages
libblkid contains library, header and pkgconfig file, while
blk-utils contains the programs.

This decreases the size of the util-linux package and allows for finer
control of dependencies, and what packages to include in bootstraps
and so on.
2022-12-28 09:12:29 +01:00

11 lines
314 B
Bash

TERMUX_SUBPKG_DESCRIPTION="Block device identification library"
TERMUX_SUBPKG_BREAKS="util-linux (<< 2.38.1-1)"
TERMUX_SUBPKG_REPLACES="util-linux (<< 2.38.1-1)"
TERMUX_SUBPKG_DEPEND_ON_PARENT="no"
TERMUX_SUBPKG_INCLUDE="
include/blkid/blkid.h
lib/libblkid.so
lib/pkgconfig/blkid.pc
share/man/man3/libblkid.3.gz
"