summaryrefslogtreecommitdiff
blob: 7664808a9a7a2ed910fedafd09c86edc37c52fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/phpconfig/phpconfig-5.1.0_beta.ebuild,v 1.1 2005/06/12 15:16:17 stuart Exp $

DESCRIPTION="PECL build environment for PHP"
HOMEPAGE="http://www.php.net/"
SRC_URI="http://dev.gentoo.org/~stuart/php/${P}.tar.bz2"
LICENSE="PHP-3"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="|| ( =virtual/php-5* =virtual/httpd-php-5* )"
#RDEPEND=""

src_install() {
	cp -r * ${D}
}