php-src/ext/cpdf/package.xml

45 lines
1.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
<name>cpdf</name>
<summary>Clib PDF functions</summary>
<maintainers>
<maintainer>
<user>steinm</user>
<name>Uwe Steinmann</name>
<email>steinm@php.net</email>
<role>lead</role>
</maintainer>
</maintainers>
<description>
ClibPDF lets you create PDF documents with PHP.
ClibPDF functionality and API are similar to PDFlib.
</description>
<license>PHP</license>
<release>
<state>beta</state>
<version>5.0rc1</version>
<date>2004-03-19</date>
<notes>
package.xml added to support intallation using pear installer
</notes>
<configureoptions>
<configureoption name="with-cpdf" default="autodetect" prompt="path to cpdf installation?"/>
</configureoptions>
<filelist>
<file role="doc" name="CREDITS"/>
<file role="src" name="config.m4"/>
<file role="src" name="config.mw32"/>
<file role="src" name="cpdf.dsp"/>
<file role="src" name="cpdf.c"/>
<file role="src" name="php_cpdf.h"/>
</filelist>
<deps>
<dep type="php" rel="ge" version="5" />
</deps>
</release>
</package>
<!--
vim:et:ts=1:sw=1
-->