Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/pkgconfig/icu-i18n.pc @ 68:5028fdace37b
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 16:23:26 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 68:5028fdace37b |
---|---|
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 | |
5 # CFLAGS contains only anything end users should set | |
6 CFLAGS = | |
7 # CXXFLAGS contains only anything end users should set | |
8 CXXFLAGS = | |
9 # DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h | |
10 DEFS = | |
11 prefix = /mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce | |
12 exec_prefix = ${prefix} | |
13 #bindir = ${exec_prefix}/bin | |
14 libdir = ${exec_prefix}/lib | |
15 includedir = ${prefix}/include | |
16 baselibs = -lpthread -ldl -lm | |
17 #datarootdir = ${prefix}/share | |
18 #datadir = ${datarootdir} | |
19 #sbindir = ${exec_prefix}/sbin | |
20 #mandir = ${datarootdir}/man | |
21 #sysconfdir = ${prefix}/etc | |
22 UNICODE_VERSION=13.0 | |
23 ICUPREFIX=icu | |
24 ICULIBSUFFIX= | |
25 LIBICU=lib${ICUPREFIX} | |
26 #SHAREDLIBCFLAGS=-fPIC | |
27 pkglibdir=${libdir}/icu${ICULIBSUFFIX}/67.1 | |
28 #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/67.1 | |
29 ICUDATA_NAME = icudt67l | |
30 #ICUPKGDATA_DIR=${exec_prefix}/lib | |
31 #ICUDATA_DIR=${pkgdatadir} | |
32 ICUDESC=International Components for Unicode | |
33 | |
34 Version: 67.1 | |
35 Cflags: -I${includedir} | |
36 # end of icu.pc.in | |
37 Description: International Components for Unicode: Internationalization library | |
38 Name: icu-i18n | |
39 Requires: icu-uc | |
40 Libs: -licui18n |