On Sun, 14 Nov 2004 20:50:43 +0100
johannes@xxxxxxx (Johannes Schlueter) wrote:
> Bonsoir Mathieu,
>
> Pecl Announce wrote:
> > The new PECL package tk-0.1.1 (beta) has been released at
> > http://pecl.php.net/.
>
> it's nice to have PHP/Tk but installing the package with the
> pear-installer don't work:
>
> $ pear install tk-beta
> downloading tk-0.1.1.tgz ...
> Starting to download tk-0.1.1.tgz (92,161 bytes)
> .....................done: 92,161 bytes
> file CREDITS in package.xml does not exist
>
> could you try to repackage it using "pear package" command?
Quick way to valid a package.xml:
$ pear pv package.xml
being in pecl/tk
Regards,
--Pierre
|