21 lines
391 B
Plaintext
21 lines
391 B
Plaintext
|
# @P@/src/lib/cpplib/pkgconf.in
|
||
|
#
|
||
|
# Metadata file for pkg-config
|
||
|
# ( http://www.freedesktop.org/software/pkgconfig/ )
|
||
|
#
|
||
|
# (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||
|
# COPYING for details.
|
||
|
#
|
||
|
|
||
|
# Name, description
|
||
|
Name: @TODO@
|
||
|
Description: @TODO@
|
||
|
Version: @VERSION@
|
||
|
|
||
|
# Requirements
|
||
|
Requires:
|
||
|
|
||
|
# Compilation information
|
||
|
Libs: -L@LIBDIR@ @PMINUSL@
|
||
|
Cflags: -I@INCLUDEDIR@
|