File: libidn.pc.in

package info (click to toggle)
libidn 1.33-2.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,708 kB
  • sloc: ansic: 61,273; java: 13,782; sh: 13,737; cs: 1,974; perl: 1,254; makefile: 443; lisp: 231; php: 214; sed: 16; python: 9
file content (23 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Process this file with autoconf to produce a pkg-config metadata file.
# Copyright 2002-2016 Simon Josefsson
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
#
# This file is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Libidn
Description: IETF stringprep, nameprep, punycode, IDNA text processing.
URL: http://www.gnu.org/software/libidn/
Version: @VERSION@
Libs: -L${libdir} -lidn
Libs.private: @LTLIBICONV@
Cflags: -I${includedir}