~ubuntu-branches/ubuntu/quantal/libxml2/quantal-updates

1 by Daniel Holbach
Import upstream version 2.6.22
1
prefix=
2
exec_prefix=
3
libdir=${pcfiledir}
4
includedir=${pcfiledir}/include
5
6
7
Name: libXML
8
Version: @VERSION@
9
Description: libXML library version2.
10
Requires:
43.1.9 by Aron Xu
* Remove odd output of xml2-config --libs (Closes: #675682).
11
Libs: -L${libdir} -lxml2
12
Libs.private: @BASE_THREAD_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
1 by Daniel Holbach
Import upstream version 2.6.22
13
Cflags: -I${includedir} @XML_INCLUDEDIR@ @XML_CFLAGS@