home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 March / PCWELT_3_2006.ISO / base / 04_xap_libs.mo / usr / lib / pkgconfig / libidn.pc < prev    next >
Encoding:
Text File  |  2005-06-09  |  773 b   |  22 lines

  1. # Process this file with autoconf to produce a pkg-config metadata file.
  2. # Copyright 2002, 2004, 2005  Simon Josefsson
  3. # This file is free software; as a special exception the author gives
  4. # unlimited permission to copy and/or distribute it, with or without
  5. # modifications, as long as this notice is preserved.
  6. # This file is distributed in the hope that it will be useful, but
  7. # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  8. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9.  
  10. prefix=/usr
  11. exec_prefix=${prefix}
  12. libdir=${exec_prefix}/lib
  13. includedir=${prefix}/include
  14.  
  15. Name: Libidn
  16. Description: IETF stringprep, nameprep, punycode, IDNA text processing.
  17. Version: 0.5.17
  18. Libs: -L${libdir} -lidn
  19. Cflags: -I${includedir}
  20.