Add tests to PECL package PHPYAZ-29
[phpyaz-moved-to-github.git] / package.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3  <name>yaz</name>
4  <channel>pecl.php.net</channel>
5  <summary>Z39.50/SRU client</summary>
6  <description>This extension implements a Z39.50/SRU client for PHP using the YAZ toolkit and the ZOOM framework.
7
8 Find more information at:
9   http://www.indexdata.com/phpyaz
10   http://www.indexdata.com/yaz</description>
11  <lead>
12   <name>Adam Dickmeiss</name>
13   <user>dickmeiss</user>
14   <email>adam@indexdata.dk</email>
15   <active>yes</active>
16  </lead>
17  <date>2014-11-02</date>
18  <time>09:22:00</time>
19  <version>
20   <release>1.1.8</release>
21   <api>1.1.8</api>
22  </version>
23  <stability>
24   <release>stable</release>
25   <api>stable</api>
26  </stability>
27  <license uri="http://www.indexdata.com/licences/revised-bsd">revised BSD</license>
28  <notes>
29 Update LICENSE to Revised BSD (same as YAZ itself).
30  </notes>
31  <contents>
32   <dir name="/">
33    <file name="config.m4" role="src" />
34    <file name="config.w32" role="src" />
35    <file name="LICENSE" role="doc" />
36    <file name="CREDITS" role="doc" />
37    <file name="php_yaz.c" role="src" />
38    <file name="php_yaz.h" role="src" />
39    <file name="README" role="doc" />
40    <file name="yaz.dsp" role="src" />
41    <dir name="tests">
42      <file name="connect.phpt" role="test"/>
43      <file name="cql.phpt" role="test"/>
44      <file name="database.phpt" role="test"/>
45      <file name="record.phpt" role="test"/>
46    </dir>
47   </dir>
48  </contents>
49  <dependencies>
50   <required>
51    <php>
52     <min>4.3</min>
53    </php>
54    <pearinstaller>
55     <min>1.4.0b1</min>
56    </pearinstaller>
57   </required>
58  </dependencies>
59  <providesextension>yaz</providesextension>
60  <extsrcrelease>
61   <configureoption default="autodetect" name="with-yaz" prompt="path to YAZ installation?" />
62  </extsrcrelease>
63 </package>