Tzvetomir Stoyanov | cc03e1a8 | 2018-11-30 10:44:05 -0500 | [diff] [blame] | 1 | prefix=INSTALL_PREFIX |
2 | libdir=${prefix}/lib64 | ||||
3 | includedir=${prefix}/include/traceevent | ||||
4 | |||||
5 | Name: libtraceevent | ||||
6 | URL: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git | ||||
7 | Description: Linux kernel trace event library | ||||
8 | Version: LIB_VERSION | ||||
9 | Cflags: -I${includedir} | ||||
10 | Libs: -L${libdir} -ltraceevent |