~ubuntu-branches/debian/stretch/openbabel/stretch

« back to all changes in this revision

Viewing changes to openbabel-2.0.pc.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-07-22 23:54:58 UTC
  • mfrom: (3.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080722235458-3o606czluviz4akx
Tags: 2.2.0-2
* Upload to unstable.
* debian/control: Updated descriptions.
* debian/patches/gauss_cube_format.patch: New patch, makes the 
  gaussian cube format available again.
* debian/rules (DEB_DH_MAKESHLIBS_ARGS_libopenbabel3): Removed.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Likewise.
* debian/libopenbabel3.install: Adjust formats directory to single 
  version hierarchy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@CMAKE_INSTALL_PREFIX@
 
2
exec_prefix=${prefix}
 
3
libdir=${exec_prefix}/@LIB@
 
4
includedir=${prefix}/include
 
5
pkgincludedir=${includedir}/openbabel-2.0
 
6
 
 
7
Name: Open Babel library
 
8
Description: libopenbabel
 
9
Version: @BABEL_VERSION@
 
10
Libs: -L${libdir} -lopenbabel
 
11
Cflags: -I${pkgincludedir}