Commit | Line | Data |
---|---|---|
a12f3d62 MJ |
1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | |
3 | libdir=@libdir@ | |
4 | includedir=@includedir@ | |
5 | ||
6 | Name: Babeltrace CTF parser | |
67d2ce02 | 7 | Description: libbabeltrace2-ctf provides the specific bits necessary to write a Common Trace Format (CTF) trace. |
a12f3d62 | 8 | Version: @PACKAGE_VERSION@ |
67d2ce02 MJ |
9 | Requires: |
10 | Requires.private: uuid popt | |
11 | Libs: -L${libdir} -lbabeltrace2-ctf-writer | |
a12f3d62 MJ |
12 | Cflags: -I${includedir} |
13 |