| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | prefix=INSTALL_PREFIX |
| 2 | libdir=LIB_DIR | ||||
| 3 | includedir=HEADER_DIR | ||||
| 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 | ||||