util-macros is a set of autoconf macros used by the configure.ac scripts in other Xorg modular packages, and is needed to generate new versions of their configure scripts with autoconf. See documentation
- The Core Planners: chef-core-planners@chef.io
Library package
Library packages can be set as runtime or build time dependencies, however they are typically used as buildtime dependencies. See Defining your dependencies for more information.
To add core/util-macros as a dependency, you can add one of the following to your plan file.
pkg_build_deps=(core/util-macros)
pkg_deps=(core/util-macros)
To install this plan, run the following command:
hab pkg install core/util-macros
hab pkg install core/util-macros
» Installing core/util-macros
☁ Determining latest version of core/util-macros in the 'stable' channel
→ Found newer installed version (core/util-macros/1.19.1/20200928145411) than remote version (core/util-macros/1.19.1/20200404012551)
→ Using core/util-macros/1.19.1/20200928145411
★ Install of core/util-macros/1.19.1/20200928145411 complete with 0 new packages installed.
To view the library files first get the habitat installation directory
hab pkg path core/util-macros
/hab/pkgs/core/util-macros/1.19.1/20200928145411
Then list the libraries, for example:
find $(hab pkg path core/util-macros)/share -type f
/hab/pkgs/core/util-macros/1.19.1/20200928145411/share/pkgconfig/xorg-macros.pc
/hab/pkgs/core/util-macros/1.19.1/20200928145411/share/util-macros/INSTALL
/hab/pkgs/core/util-macros/1.19.1/20200928145411/share/aclocal/xorg-macros.m4