mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 03:12:53 +00:00
12 lines
390 B
CMake
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}
|