You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
288 B

  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: @PACKAGE_NAME@
  6. Version: @PACKAGE_VERSION@
  7. Description: A portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API.
  8. Libs: -L${libdir} -lsodium
  9. Cflags: -I${includedir}