~ubuntu-branches/ubuntu/quantal/clustalo/quantal

« back to all changes in this revision

Viewing changes to clustalo.pc.in

  • Committer: Package Import Robot
  • Author(s): Olivier Sallou
  • Date: 2011-12-14 11:21:56 UTC
  • Revision ID: package-import@ubuntu.com-20111214112156-y3chwm0t4yn2nevm
Tags: upstream-1.0.3
ImportĀ upstreamĀ versionĀ 1.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
libdir=@libdir@
 
4
includedir=@includedir@
 
5
 
 
6
Name: clustal-omega
 
7
Description: @PACKAGE_NAME@ library.
 
8
Version: @PACKAGE_VERSION@
 
9
Requires:
 
10
Libs: -L${libdir} -lclustalo
 
11
Cflags: -I${includedir}/clustalo/
 
12