
Also known as ISC bind. This import adds utilities such as host(1), dig(1), and nslookup(1), as well as many other tools and libraries. Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
12 lines
218 B
PkgConfig
12 lines
218 B
PkgConfig
# ATF pkg-config file
|
|
|
|
cc=__CC__
|
|
includedir=__INCLUDEDIR__
|
|
libdir=__LIBDIR__
|
|
|
|
Name: atf-c
|
|
Description: Automated Testing Framework (C binding)
|
|
Version: __ATF_VERSION__
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -latf-c
|