11 lines
244 B
PkgConfig
11 lines
244 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: libipmidetect
|
|
Description: FreeIPMI library to discover IPMI capable hardware
|
|
Version: 1.5.1
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lipmidetect
|