Source for file buildPackage.php
Documentation is available at buildPackage.php
require_once 'PEAR/PackageFileManager.php';
$fm = new PEAR_PackageFileManager ();
'packagefile' => 'package.xml',
'notes' => 'First release',
'filelistgenerator' => 'file',
'baseinstalldir' => 'Services',
'package' => 'Services_Google',
'summary' => 'Provides access to the Google Web APIs',
'description' => 'Allows easy access to the Google Web APIs for the search engine, spelling suggestions, and cache.
To use the package you\'ll need an API key from http://www.google.com/apis/.',
'doctype' => 'http://pear.php.net/dtd/package-1.0',
'packagedirectory' => 'c:/documents and settings/jon/my documents/Open Source/pear/Services_Google',
'license' => 'PHP License',
'changelogoldtonew' => true ,
$e = $fm->setOptions ($options);
$fm->addMaintainer ('jellybob', 'lead', 'Jon Wood', 'jon@jellybob.co.uk');
$e = $fm->writePackageFile ();
Documentation generated on Mon, 11 Mar 2019 13:54:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|