Blame m17n-flt.pc.in

Packit 741ade
# m17n-flt.pc.in -- Metadata file for pkg-config
Packit 741ade
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
Packit 741ade
#   National Institute of Advanced Industrial Science and Technology (AIST)
Packit 741ade
#   Registration Number H15PRO112
Packit 741ade
Packit 741ade
# This file is part of the m17n library.
Packit 741ade
Packit 741ade
# The m17n library is free software; you can redistribute it and/or
Packit 741ade
# modify it under the terms of the GNU Lesser General Public License
Packit 741ade
# as published by the Free Software Foundation; either version 2.1 of
Packit 741ade
# the License, or (at your option) any later version.
Packit 741ade
Packit 741ade
# The m17n library is distributed in the hope that it will be useful,
Packit 741ade
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 741ade
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 741ade
# Lesser General Public License for more details.
Packit 741ade
Packit 741ade
# You should have received a copy of the GNU Lesser General Public
Packit 741ade
# License along with the m17n library; if not, write to the Free
Packit 741ade
# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Packit 741ade
# Boston, MA 02110-1301, USA.
Packit 741ade
Packit 741ade
prefix=@prefix@
Packit 741ade
exec_prefix=@exec_prefix@
Packit 741ade
libdir=@libdir@
Packit 741ade
includedir=@includedir@
Packit 741ade
version=@PACKAGE_VERSION@
Packit 741ade
Packit 741ade
moduledir=${libdir}/@M17N_MODULE_DIR@
Packit 741ade
Packit 741ade
Name: m17n-flt
Packit 741ade
Description: FLT API suport of the m17n library.
Packit 741ade
Version: ${version}
Packit 741ade
Requires: m17n-core = ${version}
Packit 741ade
Libs: -L${libdir} -lm17n-core -lm17n-flt
Packit 741ade
Cflags: -I${includedir}