Mercurial > hg > sv-dependency-builds
comparison src/portaudio/bindings/cpp/portaudiocpp.pc.in @ 4:e13257ea84a4
Add bzip2, zlib, liblo, portaudio sources
author | Chris Cannam |
---|---|
date | Wed, 20 Mar 2013 13:59:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:6c505a35919a | 4:e13257ea84a4 |
---|---|
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} |