1prefix=/usr
2exec_prefix=${prefix}
3includedir=${prefix}/include
4libdir=${prefix}/@LIBDIR@
5
6Name: libvboot_host
7Version: 2
8Description: Static library of functions related to vboot and cgpt.
9Cflags: -I${includedir}
10Libs: -L${libdir} -lvboot_host @LDLIBS@
11