moved trunk into place

This commit is contained in:
bjornroche 2008-03-20 14:24:39 +00:00
commit c1e1d067d2
260 changed files with 96276 additions and 0 deletions

12
portaudio-2.0.pc.in Normal file
View file

@ -0,0 +1,12 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: PortAudio
Description: Portable audio I/O
Requires:
Version: 19
Libs: -L${libdir} -lportaudio @LIBS@
Cflags: -I${includedir} @THREAD_CFLAGS@