1 prefix=${CMAKE_INSTALL_PREFIX}
2 exec_prefix=${BIN_INSTALL_DIR}
3 libdir=${LIB_INSTALL_DIR}
4 includedir=${INCLUDE_INSTALL_DIR}
7 Description: A C++ wrapper around LibRaw library to decode RAW pictures. This library is used by digiKam and kipi-plugins.
8 URL: http://www.kipi-plugins.org
10 Version: ${DCRAW_LIB_VERSION_STRING}
11 Libs: -L${LIB_INSTALL_DIR} -lkdcraw
12 Cflags: -I${INCLUDE_INSTALL_DIR}