/usr/lib/x86_64-linux-gnu/pkgconfig/icu-le.pc is in libicu-dev 55.1-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | # Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved.
# CFLAGS contains only anything end users should set
CFLAGS =
# CXXFLAGS contains only anything end users should set
CXXFLAGS = --std=c++0x
# DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h
DEFS =
prefix = /usr
exec_prefix = ${prefix}
#bindir = ${exec_prefix}/bin
libdir = ${prefix}/lib/x86_64-linux-gnu
includedir = ${prefix}/include/x86_64-linux-gnu
baselibs = -ldl -lm
#datarootdir = ${prefix}/share
#datadir = ${datarootdir}
#sbindir = ${exec_prefix}/sbin
#mandir = ${prefix}/share/man
#sysconfdir = /etc
UNICODE_VERSION=7.0
ICUPREFIX=icu
ICULIBSUFFIX=
LIBICU=lib${ICUPREFIX}
#SHAREDLIBCFLAGS=-fPIC
pkglibdir=${libdir}/icu${ICULIBSUFFIX}/55.1
#pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/55.1
ICUDATA_NAME = icudt55l
#ICUPKGDATA_DIR=${prefix}/lib/x86_64-linux-gnu
#ICUDATA_DIR=${pkgdatadir}
ICUDESC=International Components for Unicode
Version: 55.1
Cflags: -I${includedir}
# end of icu.pc.in
Description: International Components for Unicode: Layout library
Name: icu-le
Requires: icu-uc
Libs: -licule
|