File: kkc-1.0.pc.in

package info (click to toggle)
libkkc 0.3.5-11
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,908 kB
  • sloc: ansic: 7,099; makefile: 917; cpp: 435; python: 231; sh: 124
file content (31 lines) | stat: -rw-r--r-- 1,161 bytes parent folder | download | duplicates (5)
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
# Copyright (C) 2012-2014 Daiki Ueno <ueno@gnu.org>
# Copyright (C) 2012-2014 Red Hat, Inc.

# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public License
# as published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.

# This library is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.

# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
pkgdatadir=@datadir@/libkkc

Name: libkkc
Description: Japanese Kana Kanji conversion library
Version: @VERSION@
Requires: gobject-2.0 gio-2.0 json-glib-1.0 gee-0.8
Libs: -L${libdir} -lkkc
Cflags: -I${includedir}/kkc-@KKC_API_VERSION@