Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20161030/portaudio-2.0.pc.in @ 152:ffc6df9c760c
List of exclusions from the appimage repo
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 28 Jun 2018 15:29:59 +0100 |
parents | 59a8758c56b1 |
children |
rev | line source |
---|---|
cannam@140 | 1 prefix=@prefix@ |
cannam@140 | 2 exec_prefix=@exec_prefix@ |
cannam@140 | 3 libdir=@libdir@ |
cannam@140 | 4 includedir=@includedir@ |
cannam@140 | 5 |
cannam@140 | 6 Name: PortAudio |
cannam@140 | 7 Description: Portable audio I/O |
cannam@140 | 8 Requires: |
cannam@140 | 9 Version: 19 |
cannam@140 | 10 |
cannam@140 | 11 Libs: -L${libdir} -lportaudio @LIBS@ |
cannam@140 | 12 Cflags: -I${includedir} @THREAD_CFLAGS@ |