1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 15:47:06 +00:00
termux-packages/packages/util-linux/libuuid.subpackage.sh
Henrik Grimler 48051c0eb7
enhance(main/util-linux): build libuuid and utils as well
Put library, header and pkgconfig file in libuuid subpackage, which
replaces our standalone libuuid package, and utils in uuid-utils
subpackage.

uuid-utils contains, among other things, uuidgen, which is needed to
be able to compile some packages on device (have forgotten which one(s)
though, has been a few months since I ran into this issue).

Building util-linux with libuuid is also required if we are to enable
other util-linux utilities, like fdisk.
2022-12-28 09:12:26 +01:00

10 lines
271 B
Bash

TERMUX_SUBPKG_DESCRIPTION="Library for handling universally unique identifiers"
TERMUX_SUBPKG_BREAKS="libuuid-dev"
TERMUX_SUBPKG_REPLACES="libuuid-dev"
TERMUX_SUBPKG_DEPEND_ON_PARENT="no"
TERMUX_SUBPKG_INCLUDE="
lib/pkgconfig/uuid.pc
lib/libuuid.so
include/uuid/uuid.h
"