prefix=${CMAKE_INSTALL_PREFIX}
exec_prefix=${BIN_INSTALL_DIR}
libdir=${LIB_INSTALL_DIR}
includedir=${INCLUDE_INSTALL_DIR}

Name: ${TARNAME}
Description: Fast Streaming Storage Library
Version: ${PACKAGE_VERSION}
Libs: -L${LIB_INSTALL_DIR} -lfastwriter
Cflags: -I${INCLUDE_INSTALL_DIR}