File: libechonest.pc.in

package info (click to toggle)
libechonest 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 748 kB
  • sloc: cpp: 7,323; makefile: 12
file content (11 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@LIB_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_DIR@

Name: libechonest
Description: libechonest is a qt-based library that makes the Echo Nest APIs easily accessible
Version: @ECHONEST_LIB_MAJOR_VERSION@.@ECHONEST_LIB_MINOR_VERSION@.@ECHONEST_LIB_PATCH_VERSION@
Requires: QtCore QtNetwork
Libs: -L${libdir} -lechonest
Cflags: -I${includedir}