From 35a201cc8ef0c3f5b2df88d2e528aabee1048348 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 30 Apr 2021 18:47:09 +0200 Subject: Initial/Final commit --- libxml2-2.9.10/libxml-2.0.pc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libxml2-2.9.10/libxml-2.0.pc.in (limited to 'libxml2-2.9.10/libxml-2.0.pc.in') diff --git a/libxml2-2.9.10/libxml-2.0.pc.in b/libxml2-2.9.10/libxml-2.0.pc.in new file mode 100644 index 0000000..2653a7c --- /dev/null +++ b/libxml2-2.9.10/libxml-2.0.pc.in @@ -0,0 +1,13 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +modules=@WITH_MODULES@ + +Name: libXML +Version: @VERSION@ +Description: libXML library version2. +Requires: +Libs: -L${libdir} -lxml2 +Libs.private: @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@ +Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@ -- cgit v1.2.3