radare2/pkgcfg/r_crypto.pc.acr
pancake a6e0d6c480 Merge rhash into rcrypto and improve apis ##api
* Update meson and make build systems
* Remove leftovers and unused dependencies
2022-09-15 11:25:40 +02:00

12 lines
234 B
Plaintext

prefix=@PREFIX@
exec_prefix=${prefix}
libdir=@LIBDIR@
includedir=${prefix}/include
Name: r_util
Description: radare foundation libraries
Version: @VERSION@
Requires: r_crypto
Libs: -L${libdir} -lr_crypto
Cflags: -I${includedir}/libr