File: libksane.pc.cmake

package info (click to toggle)
libksane 4%3A4.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 748 kB
  • ctags: 2,107
  • sloc: cpp: 8,377; makefile: 6; sh: 1
file content (12 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=${CMAKE_INSTALL_PREFIX}
exec_prefix=${BIN_INSTALL_DIR}
libdir=${LIB_INSTALL_DIR}
includedir=${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${LIB_INSTALL_DIR} -lksane
Cflags: -I${INCLUDE_INSTALL_DIR}