| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.6 2005/10/31 14:08:42 chtekk Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.7 2005/11/20 01:35:05 chtekk Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Tal Peer <coredumb@gentoo.org> |
5 | # Author: Tal Peer <coredumb@gentoo.org> |
|
|
6 | # Maintained by the PHP Herd <php-bugs@gentoo.org> |
| 6 | # |
7 | # |
| 7 | # The php-pear eclass provides means for easy installation of PEAR |
8 | # The php-pear-r1 eclass provides means for an easy installation of PEAR |
| 8 | # packages, see http://pear.php.net |
9 | # packages, see http://pear.php.net |
| 9 | |
10 | |
| 10 | # Note that this eclass doesn't handle PEAR packages' dependencies on |
11 | # Note that this eclass doesn't handle PEAR packages' dependencies on |
| 11 | # purpose, please use (R)DEPEND to define them. |
12 | # purpose, please use (R)DEPEND to define them. |
| 12 | |
13 | |
| … | |
… | |
| 33 | fix_PEAR_PV |
34 | fix_PEAR_PV |
| 34 | PEAR_PN=${PHP_PEAR_PKG_NAME}-${PEAR_PV} |
35 | PEAR_PN=${PHP_PEAR_PKG_NAME}-${PEAR_PV} |
| 35 | |
36 | |
| 36 | [ -z "${SRC_URI}" ] && SRC_URI="http://pear.php.net/get/${PEAR_PN}.tgz" |
37 | [ -z "${SRC_URI}" ] && SRC_URI="http://pear.php.net/get/${PEAR_PN}.tgz" |
| 37 | [ -z "${HOMEPAGE}" ] && HOMEPAGE="http://pear.php.net/${PHP_PEAR_PKG_NAME}" |
38 | [ -z "${HOMEPAGE}" ] && HOMEPAGE="http://pear.php.net/${PHP_PEAR_PKG_NAME}" |
|
|
39 | |
| 38 | S="${WORKDIR}/${PEAR_PN}" |
40 | S="${WORKDIR}/${PEAR_PN}" |
| 39 | |
41 | |
| 40 | php-pear-r1_src_install() { |
42 | php-pear-r1_src_install() { |
| 41 | # SNMP support |
43 | # SNMP support |
| 42 | addpredict /usr/share/snmp/mibs/.index |
44 | addpredict /usr/share/snmp/mibs/.index |