icu-i18n.pc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Copyright (C) 2016 and later: Unicode, Inc. and others.
  2. # License & terms of use: http://www.unicode.org/copyright.html
  3. # Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved.
  4. # CFLAGS contains only anything end users should set
  5. CFLAGS =
  6. # CXXFLAGS contains only anything end users should set
  7. CXXFLAGS =
  8. # DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h
  9. DEFS =
  10. prefix = /opt/anaconda1anaconda2anaconda3
  11. exec_prefix = ${prefix}
  12. #bindir = ${exec_prefix}/bin
  13. libdir = ${exec_prefix}/lib
  14. includedir = ${prefix}/include
  15. baselibs = -lpthread -ldl -lm
  16. #datarootdir = ${prefix}/share
  17. #datadir = ${datarootdir}
  18. #sbindir = ${exec_prefix}/sbin
  19. #mandir = ${datarootdir}/man
  20. #sysconfdir = ${prefix}/etc
  21. UNICODE_VERSION=9.0
  22. ICUPREFIX=icu
  23. ICULIBSUFFIX=
  24. LIBICU=lib${ICUPREFIX}
  25. #SHAREDLIBCFLAGS=-fPIC
  26. pkglibdir=${libdir}/icu${ICULIBSUFFIX}/58.2
  27. #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/58.2
  28. ICUDATA_NAME = icudt58l
  29. #ICUPKGDATA_DIR=${exec_prefix}/lib
  30. #ICUDATA_DIR=${pkgdatadir}
  31. ICUDESC=International Components for Unicode
  32. Version: 58.2
  33. Cflags: -I${includedir}
  34. # end of icu.pc.in
  35. Description: International Components for Unicode: Internationalization library
  36. Name: icu-i18n
  37. Requires: icu-uc
  38. Libs: -licui18n