Chris@1: # libvorbis pkg-config source file Chris@1: Chris@1: prefix=@prefix@ Chris@1: exec_prefix=@exec_prefix@ Chris@1: libdir=@libdir@ Chris@1: includedir=@includedir@ Chris@1: Chris@1: Name: vorbis Chris@1: Description: vorbis is the primary Ogg Vorbis library Chris@1: Version: @VERSION@ Chris@1: Requires: ogg Chris@1: Conflicts: Chris@1: Libs: -L${libdir} -lvorbis -lm Chris@1: Cflags: -I${includedir}