1<?xml version="1.0" encoding="ISO-8859-1" ?> 2<!-- do not use the "Type" attribute here, that one is only for 3 generated package.xml files --> 4<package> 5 <name>bz2</name> 6 <summary>A Bzip2 management extension</summary> 7 <description> 8Bz2 is an extension to create and parse bzip2 compressed data. 9 </description> 10 <license>PHP License</license> 11 <maintainers> 12 <maintainer> 13 <user>sterling</user> 14 <name>Sterling Hughes</name> 15 <email>sterling@php.net</email> 16 </maintainer> 17 </maintainers> 18 <release> 19 <version>1.0</version> 20 <date>2003-05-17</date> 21 <state>stable</state> 22 <notes> 23 Initial Release in PECL 24 </notes> 25 </release> 26 <configureoptions> 27 <configureoption name="with-bz2" default="autodetect" prompt="path to bz2 installation?"/> 28 </configureoptions> 29 <filelist> 30 <dir role="src" name="/"> 31 <file role="doc">CREDITS</file> 32 <file role="src">config.m4</file> 33 <file role="doc">php_bz2.h</file> 34 <file role="src">bz2.c</file> 35 </dir> 36 </filelist> 37</package> 38