22 lines
440 B
Plaintext
22 lines
440 B
Plaintext
# @P@/src/lib/clib/pkgconf.in
|
|
#
|
|
# Metadata file for pkg-config
|
|
# ( http://www.freedesktop.org/software/pkgconfig/ )
|
|
#
|
|
# (c)2006, @AUTHOR@, <@EMAIL@>.
|
|
# Released under the GNU GPLv2. See file COPYING or
|
|
# http://www.gnu.org/copyleft/gpl.html for details.
|
|
#
|
|
|
|
# Name, description
|
|
Name: @TODO@
|
|
Description: @TODO@
|
|
Version: @VERSION@
|
|
|
|
# Requirements
|
|
Requires:
|
|
|
|
# Compilation information
|
|
Libs: -L@LIBDIR@ @NAMEMINUSL@
|
|
Cflags: -I@INCLUDEDIR@
|