blob: 49d08fd3cac4d96b8c36ff3f530676a42f2fd2d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=@PREFIX@
exec_prefix=${prefix}
libdir=@LIBDIR@
includedir=${prefix}/include
Name: @LIB@
Version: @LIBVERSION@
Description: @LIB@
Requires: libqb
Libs: -L${libdir} -l@LIB@
Cflags: -I${includedir}
|