~vcs-imports-ii/znc/master

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
# You can access these with e.g. pkg-config --variable=moddir znc
prefix=@prefix@
exec_prefix=@exec_prefix@
datarootdir=@datarootdir@
bindir=@bindir@
datadir=@datadir@
includedir=@includedir@

cxx=@CXX@
CPPFLAGS=@CPPFLAGS@
MODFLAGS=@MODFLAGS@
version=@PACKAGE_VERSION@
moddir=@MODDIR@
moddatadir=@DATADIR@
modlink=@MODLINK@

# This and the following two lines should be the only differences to znc.pc.in
srcdir=@abs_srcdir@
INC_PATH=-I${srcdir}/

Name: ZNC
Description: An advanced IRC proxy
Version: ${version}
URL: http://znc.in
Cflags: ${CPPFLAGS} ${MODFLAGS} ${INC_PATH}