home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December (Special) / PCWorld_2005-12_Special_cd.bin / Bezpecnost / lsti / lsti.exe / framework-2.5.exe / openssl.pc < prev    next >
Text File  |  2005-04-11  |  262b  |  12 lines

  1. prefix=/usr
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5.  
  6. Name: OpenSSL
  7. Description: Secure Sockets Layer and cryptography libraries and tools
  8. Version: 0.9.7g
  9. Requires: 
  10. Libs: -L${libdir} -lssl -lcrypto  
  11. Cflags: -I${includedir} 
  12.