summaryrefslogtreecommitdiffstats
path: root/libzip.xml
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-20 06:46:31 +0100
committerRemi Collet <remi@remirepo.net>2017-11-20 06:46:31 +0100
commitc5616ea1427c289fa9baf96b03f09fac38c9c1f6 (patch)
treebfce1492f8fd319cc4ddec3ccf1ed97c24ca00e4 /libzip.xml
parent77498584e1c906b6055a024f9e0cdae3b4632719 (diff)
update to 1.3.1
drop multilib header hack
Diffstat (limited to 'libzip.xml')
-rw-r--r--libzip.xml63
1 files changed, 63 insertions, 0 deletions
diff --git a/libzip.xml b/libzip.xml
new file mode 100644
index 0000000..15cfaec
--- /dev/null
+++ b/libzip.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<!-- Template for the Library Descriptor -->
+
+<!--
+ Necessary Sections
+ -->
+
+<version>
+ <!-- Version of the library -->
+1.3.1
+</version>
+
+<headers>
+ <!-- The list of paths to header files and/or
+ directories with header files, one per line -->
+/usr/include/zip.h
+/usr/include/zipconf.h
+</headers>
+
+<libs>
+ <!-- The list of paths to shared objects and/or
+ directories with shared objects, one per line -->
+/usr/lib64/libzip.so
+</libs>
+
+<!--
+ Additional Sections
+ -->
+
+<include_paths>
+ <!-- The list of paths to be searched for header files
+ needed for compiling of library headers, one per line -->
+</include_paths>
+
+<gcc_options>
+ <!-- Additional gcc options, one per line -->
+</gcc_options>
+
+<include_preamble>
+ <!-- The list of header files that should be included before other headers, one per line.
+ For example, it is a tree.h for libxml2 and ft2build.h for freetype2 -->
+</include_preamble>
+
+<opaque_types>
+ <!-- The list of opaque types, one per line -->
+</opaque_types>
+
+<skip_interfaces>
+ <!-- The list of functions (mangled/symbol names in C++)
+ that should be skipped while testing, one per line -->
+</skip_interfaces>
+
+<skip_constants>
+ <!-- The list of constants that should not be checked, one name per line -->
+</skip_constants>
+
+<skip_headers>
+ <!-- The list of headers that should not be processed, one name per line -->
+</skip_headers>
+
+</descriptor>