diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:26:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:26:15 +0000 |
commit | c72e01b9ea891fa5cbbbe9876bdfb49079b55be7 (patch) | |
tree | 44c55a81a281a6c211745c0abc68352aeaf0180f /libtracefs.pc.template | |
parent | Initial commit. (diff) | |
download | libtracefs-c72e01b9ea891fa5cbbbe9876bdfb49079b55be7.tar.xz libtracefs-c72e01b9ea891fa5cbbbe9876bdfb49079b55be7.zip |
Adding upstream version 1.6.4.upstream/1.6.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libtracefs.pc.template')
-rw-r--r-- | libtracefs.pc.template | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libtracefs.pc.template b/libtracefs.pc.template new file mode 100644 index 0000000..09b335b --- /dev/null +++ b/libtracefs.pc.template @@ -0,0 +1,11 @@ +prefix=INSTALL_PREFIX +libdir=${prefix}/LIB_DIR +includedir=${prefix}/HEADER_DIR + +Name: libtracefs +URL: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/ +Description: Library for accessing ftrace file system +Version: LIB_VERSION +Requires: libtraceevent > LIBTRACEEVENT_MIN +Cflags: -I${includedir} +Libs: -L${libdir} -ltracefs |