prefix=${CMAKE_INSTALL_PREFIX}
exec_prefix=${BIN_INSTALL_DIR}
libdir=${LIB_INSTALL_DIR}
includedir=${INCLUDE_INSTALL_DIR}
plugindir=${PCILIB_PLUGIN_DIR}
modeldir=${PCILIB_MODEL_DIR}

Name: ${TARNAME}
Description: User-space library to handle PCIe-devices
Version: ${PACKAGE_VERSION}
Libs: -L${LIB_INSTALL_DIR} -lpcilib
Cflags: -I${INCLUDE_INSTALL_DIR}