- fixed Suggests on tinyxml-docs not specified properly - changed tinyxml-docs package to noarch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyxml?expand=0&rev=27
11 lines
206 B
PkgConfig
11 lines
206 B
PkgConfig
prefix=PREFIX
|
|
exec_prefix=${prefix}
|
|
libdir=LIBDIR
|
|
includedir=${prefix}/include
|
|
|
|
Name: TinyXML
|
|
Description: simple, small, C++ XML parser
|
|
Version: VERSION
|
|
Libs: -L${libdir} -ltinyxml
|
|
Cflags: -I${includedir}
|