File: shishi.pc.in

package info (click to toggle)
shishi 1.0.2-6.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 21,516 kB
  • sloc: ansic: 58,576; sh: 13,513; yacc: 1,252; makefile: 1,167; perl: 624; sed: 16
file content (21 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Process this file with autoconf to produce a pkg-config metadata file.
# Copyright 2002-2013 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: Shishi
Description: Implementation of RFC 1510(bis).
Version: @VERSION@
Libs: -L${libdir} -lshishi
Cflags: -I${includedir}