phpdebian
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| phpdebian [2006/11/14 15:21] – old revision restored zyberdog | phpdebian [2007/07/18 09:28] (current) – spelling error corrected 87.78.98.213 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Creating PEAR and PECL Debian packages ====== | ||
| + | If you use Debian' | ||
| + | |||
| + | Here is how to create such a package. We will install the [[http:// | ||
| + | |||
| + | |||
| + | #> apt-get install dh-make-php php4-pear php4-dev php5-dev fakeroot | ||
| + | |||
| + | First get the sources with '' | ||
| + | |||
| + | $> pear download runkit | ||
| + | File runkit-0.7.tgz downloaded (41683 bytes) | ||
| + | |||
| + | Now use '' | ||
| + | |||
| + | $> dh-make-pecl --maintainer ' | ||
| + | |||
| + | If you want you can modify the package description in '' | ||
| + | |||
| + | $> cd php-runkit-0.7 | ||
| + | $> dpkg-buildpackage -rfakeroot | ||
| + | $> cd .. | ||
| + | |||
| + | You now have a Debian Package for your extension. | ||
| + | |||
| + | For the lazy people the packages of runkit 0.7 are available [[http:// | ||
