Mercurial > hg > sv-dependency-builds
comparison src/portaudio/bindings/cpp/portaudiocpp.pc.in @ 89:8a15ff55d9af
Add bzip2, zlib, liblo, portaudio sources
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 20 Mar 2013 13:59:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
88:fe7c3a0b0259 | 89:8a15ff55d9af |
---|---|
1 prefix=@prefix@ | |
2 exec_prefix=@exec_prefix@ | |
3 libdir=@libdir@ | |
4 includedir=@includedir@ | |
5 | |
6 Name: PortAudioCpp | |
7 Description: Portable audio I/O C++ bindings | |
8 Version: 12 | |
9 Requires: portaudio-2.0 | |
10 | |
11 Libs: -L${libdir} -lportaudiocpp | |
12 Cflags: -I${includedir} |