~ubuntu-branches/ubuntu/lucid/sage/lucid

« back to all changes in this revision

Viewing changes to sage.pc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2004-05-16 09:53:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040516095310-yt48w3ftegoo2p48
Tags: upstream-0.1.1
ImportĀ upstreamĀ versionĀ 0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=/usr/local
 
2
exec_prefix=${prefix}
 
3
libdir=${exec_prefix}/lib
 
4
includedir=${prefix}/include
 
5
 
 
6
Name: Sage
 
7
Description: An OpenGL Extensions library using SDL
 
8
Requires: 
 
9
Version: 0.1.1
 
10
Libs: -L${libdir} -lsage
 
11
Cflags: -I${includedir}