radare2/pkgcfg/r_io.pc.acr

12 lines
261 B
Plaintext
Raw Normal View History

prefix=@PREFIX@
exec_prefix=${prefix}
2011-07-19 13:19:09 +02:00
libdir=@LIBDIR@
includedir=${prefix}/include
Name: r_io
Description: radare foundation libraries
2011-07-19 13:19:09 +02:00
Version: @VERSION@
Requires: r_util r_socket r_hash r_cons r_crypto
Libs: -L${libdir} -lr_io
Cflags: -I${includedir}/libr