~ubuntu-branches/ubuntu/lucid/perl-tk/lucid

« back to all changes in this revision

Viewing changes to PNG/libpng/scripts/libpng.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Tuckley
  • Date: 2008-02-15 13:56:59 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080215135659-ru2oqlykuju20fav
Tags: 1:804.028-1
* New Upstream Release (Closes: #463080).
* Update to Debhelper v5.
* Build with XFT=1 (Closes: #411129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
prefix=@PREFIX@
3
 
exec_prefix=${prefix}
4
 
libdir=${exec_prefix}/lib
5
 
includedir=${exec_prefix}/include
6
 
 
7
 
Name: libpng12
 
1
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
libdir=@libdir@
 
4
includedir=@includedir@/libpng12
 
5
 
 
6
Name: libpng
8
7
Description: Loads and saves PNG files
9
 
Version: 1.2.5
10
 
Libs: -L${libdir} -lpng12 -lz -lm
11
 
Cflags: -I${includedir}/libpng12
 
8
Version: 1.2.12
 
9
Libs: -L${libdir} -lpng12
 
10
Cflags: -I${includedir}