view osx/lib/pkgconfig/ogg.pc @ 118:a8541380d3e0

Ah, we've already done this. Merge, taking everything from the branch with the older commits.
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 04 Jul 2014 10:37:37 +0100
parents dde06ec3df43
children
line wrap: on
line source
# ogg pkg-config file

prefix=/Users/cannam/code/sv-dependency-builds/osx
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: ogg
Description: ogg is a library for manipulating ogg bitstreams
Version: 1.3.0
Requires:
Conflicts:
Libs: -L${libdir} -logg
Cflags: -I${includedir}