blob: 2fecec6ce08683c38609721a93d332511ec632c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libsigrokdecode
Description: Protocol decoder library of the sigrok logic analyzer software
URL: http://www.sigrok.org
Requires:
Version: @VERSION@
Libs: -L${libdir} -lsigrokdecode
Cflags: -I${includedir}
|