1prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=${prefix}
3libdir=@LIB_INSTALL_DIR@
4includedir=@INCLUDE_INSTALL_DIR@
5
6Name: libechonest@ECHONEST_LIB_VERSION_SUFFIX@
7Description: libechonest is a qt-based library that makes the Echo Nest APIs easily accessible
8Version: @ECHONEST_LIB_MAJOR_VERSION@.@ECHONEST_LIB_MINOR_VERSION@.@ECHONEST_LIB_PATCH_VERSION@
9Requires: Qt@ECHONEST_QT_MAJOR_VERSION@Core Qt@ECHONEST_QT_MAJOR_VERSION@Network @ECHONEST_PC_DEPS@
10Libs: -L${libdir} -lechonest@ECHONEST_LIB_VERSION_SUFFIX@
11Cflags: -I${includedir}
12