kde-extraapps/libksane/cmake/templates/libksane.pc.cmake.in
Ivailo Monev 59190d3194 generic: replace installation paths with KDE4_ prefixed
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:12:24 +00:00

12 lines
390 B
CMake

prefix=${CMAKE_INSTALL_PREFIX}
exec_prefix=${KDE4_BIN_INSTALL_DIR}
libdir=${KDE4_LIB_INSTALL_DIR}
includedir=${KDE4_INCLUDE_INSTALL_DIR}
Name: libksane
Description: libksane is a C++ library for SANE interface to control flat scanners.
URL: http://www.digikam.org
Requires:
Version: ${KSANE_LIB_VERSION_STRING}
Libs: -L${KDE4_LIB_INSTALL_DIR} -lksane
Cflags: -I${KDE4_INCLUDE_INSTALL_DIR}