~ubuntu-branches/debian/sid/sqlheavy/sid

« back to all changes in this revision

Viewing changes to sqlheavy-0.1.pc.in

  • Committer: Package Import Robot
  • Author(s): Devid Antonio Filoni
  • Date: 2011-10-23 15:43:22 UTC
  • Revision ID: package-import@ubuntu.com-20111023154322-unzj3fz2aj4g6cl8
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
libdir=@libdir@
 
4
bindir=@bindir@
 
5
includedir=@includedir@
 
6
datarootdir=@datarootdir@
 
7
datadir=@datadir@
 
8
 
 
9
Name: @PACKAGE_NAME@
 
10
Description: GObject wrapper for SQLite.
 
11
Version: @SQLHEAVY_VERSION@
 
12
Libs: -L${libdir} -lsqlheavy@SQLHEAVY_API_VERSION@
 
13
Cflags: -I${includedir}/sqlheavy/sqlheavy-@SQLHEAVY_API_VERSION@
 
14
Requires: gio-2.0 glib-2.0 gobject-2.0
 
15
Requires.private: gthread-2.0 sqlite3