1 prefix=${CMAKE_INSTALL_PREFIX}
2 exec_prefix=${BIN_INSTALL_DIR}
3 libdir=${LIB_INSTALL_DIR}
4 includedir=${INCLUDE_INSTALL_DIR}
7 Description: libksane is a C++ library for SANE interface to control flat scanners.
8 URL: http://www.kipi-plugins.org
10 Version: ${KSANE_LIB_VERSION_STRING}
11 Libs: -L${LIB_INSTALL_DIR} -lksane
12 Cflags: -I${INCLUDE_INSTALL_DIR}