mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 17:57:21 +09:00
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Version: @PACKAGE_VERSION@
|
|
Description: A portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API.
|
|
|
|
Libs: -L${libdir} -lsodium
|
|
Cflags: -I${includedir}
|