2006-07-24 21:55:12 +01:00
|
|
|
# @P@/src/lib/@NAME@/pkgconf.in
|
2006-07-24 20:19:15 +01:00
|
|
|
#
|
|
|
|
# Metadata file for pkg-config
|
|
|
|
# ( http://www.freedesktop.org/software/pkgconfig/ )
|
|
|
|
#
|
2006-07-25 18:57:00 +01:00
|
|
|
# (c)2006, @AUTHOR@, <@EMAIL@>.
|
|
|
|
# Released under the GNU GPLv2. See file COPYING or
|
|
|
|
# http://www.gnu.org/copyleft/gpl.html for details.
|
2006-07-24 20:19:15 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
# Name, description
|
|
|
|
Name: @TODO@
|
|
|
|
Description: @TODO@
|
|
|
|
Version: @VERSION@
|
|
|
|
|
|
|
|
# Requirements
|
|
|
|
Requires:
|
|
|
|
|
|
|
|
# Compilation information
|
2006-07-24 21:55:12 +01:00
|
|
|
Libs: -L@LIBDIR@ @NAMEMINUSL@
|
2006-07-24 20:19:15 +01:00
|
|
|
Cflags: -I@INCLUDEDIR@
|