~njh-aelius/maxosx/musicbrainz-tags

« back to all changes in this revision

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

  • Committer: stephen_booth
  • Date: 2008-04-30 01:48:01 UTC
  • Revision ID: svn-v4:6b6cea13-1402-0410-9567-a7afb52bf336:trunk:1371
Fixing the taglib source tree

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