~ubuntu-branches/ubuntu/natty/znc/natty-backports

« back to all changes in this revision

Viewing changes to znc.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-05-23 16:17:47 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090523161747-dtgbsub23o1sl7ss
Tags: 0.070-1
* New upstream release.
  - Add new pkgconfig files to znc-dev.
* Fix typo in get-orig-source target.
* Merge 0.058-2~bpo40+1 and 0.058-2~bpo40+2 changelog.
* Add recommends on the new source package znc-extra.
* Add my own copyright for the Debian packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# You can access these with e.g. pkg-config --variable=moddir znc
 
2
prefix=@prefix@
 
3
exec_prefix=@exec_prefix@
 
4
datarootdir=@datarootdir@
 
5
bindir=@bindir@
 
6
datadir=@datadir@
 
7
includedir=@includedir@
 
8
 
 
9
cxx=@CXX@
 
10
CPPFLAGS=@CPPFLAGS@
 
11
MODFLAGS=@MODFLAGS@
 
12
version=@VERSION@
 
13
moddir=@MODDIR@
 
14
moddatadir=@DATADIR@
 
15
modlink=@MODLINK@
 
16
 
 
17
INC_PATH=-I${includedir}/znc
 
18
 
 
19
Name: ZNC
 
20
Description: An advanced IRC proxy
 
21
Version: ${version}
 
22
URL: http://znc.in
 
23
Cflags: ${CPPFLAGS} ${MODFLAGS} ${INC_PATH}