Browse Source

Update description

next
Frank Denis 8 years ago
parent
commit
39c8b940e5
  1. 2
      libsodium-uninstalled.pc.in
  2. 2
      libsodium.pc.in

2
libsodium-uninstalled.pc.in

@ -1,6 +1,6 @@
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: A portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API.
Description: A modern and easy-to-use crypto library
Libs: -L${pcfiledir}/src/libsodium -lsodium
Cflags: -I${pcfiledir}/src/libsodium/include -I@top_srcdir@/src/libsodium/include -I@top_srcdir@/src/libsodium/include/sodium

2
libsodium.pc.in

@ -5,7 +5,7 @@ includedir=@includedir@
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: A portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API.
Description: A modern and easy-to-use crypto library
Libs: -L${libdir} -lsodium
Cflags: -I${includedir}

Loading…
Cancel
Save