mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
12 lines
267 B
PkgConfig
12 lines
267 B
PkgConfig
prefix=${PWD}
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libr
|
|
Description: radare framework libraries
|
|
Version: 0.1
|
|
Requires:
|
|
Libs: -L${libdir} -lr_core -lr_lang -lr_search -lr_cmd -lr_meta -lr_asm
|
|
Cflags: -I${includedir}/libr
|