Home | History | Annotate | Download | only in pkgconfig
      1 prefix=/usr
      2 exec_prefix=${prefix}
      3 libdir=${exec_prefix}/lib
      4 includedir=${prefix}/include
      5 
      6 Name: libpulse-simple
      7 Description: PulseAudio Simplified Synchronous Client Interface
      8 Version: 0.9.21-63-gd3efa-dirty
      9 Libs: -L${libdir} -lpulse-simple 
     10 Libs.private: -lpulsecommon-0.9.21
     11 Cflags: -I${includedir} -D_REENTRANT
     12 Requires: libpulse
     13