php-src/ext/yp/package.xml
Hartmut Holzgraefe eeb172b29f "The Visa to Sibiria" (work in progress)
Adding a package.xml to a bundled extension does not only
ease the transition to PECL whereever suitable but also
allows to build and install an extension as "shared" using
the PEAR installer without having to deal with phpize and
friends by hand
2004-03-23 19:46:10 +00:00

47 lines
1.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
<name>yp</name>
<summary>YP/NIS functions</summary>
<maintainers>
<maintainer>
<user>???</user>
<name>Stephanie Wehner</name>
<email>_@r4k.net</email>
<role>lead</role>
</maintainer>
<maintainer>
<user>???</user>
<name>Fredrik Ohrn</name>
<email>???@php.net</email>
<role>lead</role>
</maintainer>
</maintainers>
<description>
NIS (formerly called Yellow Pages) allows network management
of important administrative files (e.g. the password file).
</description>
<license>PHP</license>
<release>
<state>beta</state>
<version>5.0.0rc1</version>
<date>2004-03-19</date>
<notes>
package.xml added to support intallation using pear installer
</notes>
<filelist>
<file role="doc" name="CREDITS"/>
<file role="src" name="config.m4"/>
<file role="src" name="yp.c"/>
<file role="src" name="php_yp.h"/>
</filelist>
<deps>
<dep type="php" rel="ge" version="5" />
<!-- doesn't work yet <dep type="os" rel="has" name="unix"/> -->
</deps>
</release>
</package>
<!--
vim:et:ts=1:sw=1
-->