~ubuntu-branches/ubuntu/utopic/ardour3/utopic

« back to all changes in this revision

Viewing changes to libs/taglib/bindings/c/taglib_c.pc.cmake

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2013-09-21 19:05:02 UTC
  • Revision ID: package-import@ubuntu.com-20130921190502-8gsftrku6jnzhd7v
Tags: upstream-3.4~dfsg
ImportĀ upstreamĀ versionĀ 3.4~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=${CMAKE_INSTALL_PREFIX}
 
2
exec_prefix=${CMAKE_INSTALL_PREFIX}
 
3
libdir=${LIB_INSTALL_DIR}
 
4
includedir=${INCLUDE_INSTALL_DIR}
 
5
 
 
6
 
 
7
Name: TagLib C Bindings
 
8
Description: Audio meta-data library (C bindings)
 
9
Requires: taglib
 
10
Version: ${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}
 
11
Libs: -L${LIB_INSTALL_DIR} -ltag_c
 
12
Cflags: -I=${INCLUDE_INSTALL_DIR}/taglib