1# Process this file with autoconf to produce a pkg-config metadata file.
2# Copyright (C) 2009 Andreas Metzler
3
4# This file is free software; as a special exception the author gives
5# unlimited permission to copy and/or distribute it, with or without
6# modifications, as long as this notice is preserved.
7#
8# This file is distributed in the hope that it will be useful, but
9# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
12prefix=@prefix@
13exec_prefix=@exec_prefix@
14libdir=@libdir@
15includedir=@includedir@
16
17Name: libpano13
18Description: cross-platform library behind Panorama Tools and many other GUI photo stitchers
19URL: http://sourceforge.net/projects/panotools/
20Version: @VERSION@
21Libs: -L${libdir} -lpano13
22Libs.private: @LIB_JPEG@ @LIB_PNG@ @LIB_TIFF@ @LIB_ZLIB@
23Cflags: -I${includedir}
24