~ubuntu-branches/ubuntu/saucy/clucene-core/saucy-proposed

« back to all changes in this revision

Viewing changes to .pc/bug715474-no-boost-headers.patch/src/core/libclucene-core.pc.cmake

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2013-07-29 08:31:38 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20130729083138-hiy0qx1pga1y6jh1
Tags: 2.3.3.4-4
Add bug718187-ftbfs-hurd.patch to fix build failure on HURD.
Thanks to Pino Toscano. (Closes: #718187)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@CMAKE_INSTALL_PREFIX@
 
2
exec_prefix=${prefix}/bin
 
3
libdir=${prefix}/@LIB_DESTINATION@
 
4
includedir=${prefix}/include:${prefix}/include/CLucene/ext
 
5
 
 
6
Name: libclucene
 
7
Description: CLucene - a C++ search engine, ported from the popular Apache Lucene
 
8
Version: @CLUCENE_VERSION_MAJOR@.@CLUCENE_VERSION_MINOR@.@CLUCENE_VERSION_REVISION@.@CLUCENE_VERSION_PATCH@
 
9
Libs: -L${prefix}/@LIB_DESTINATION@/ -lclucene-core -lclucene-shared
 
10
Cflags: -I${prefix}/include -I${prefix}/include/CLucene/ext -I${prefix}/@LIB_DESTINATION@
 
11
~