1prefix=@prefix@
2exec_prefix=@prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @PACKAGE_NAME@
7Version: @PACKAGE_VERSION@
8Description: Library for SRTP (Secure Realtime Transport Protocol)
9
10Libs: -L${libdir} -lsrtp2 @LIBS@
11Cflags: -I${includedir}
12