blob: 2fecec6ce08683c38609721a93d332511ec632c4 [file] [log] [blame]
Uwe Hermann08623292010-05-11 21:55:35 +02001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libsigrokdecode
7Description: Protocol decoder library of the sigrok logic analyzer software
8URL: http://www.sigrok.org
9Requires:
10Version: @VERSION@
11Libs: -L${libdir} -lsigrokdecode
12Cflags: -I${includedir}
13