summaryrefslogtreecommitdiff
blob: 0ce8d86e4285deaac1365b78267156fe93152afc (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-4.3.10.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.gz"
LICENSE="PHP-3"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="=virtual/php-4*"
#RDEPEND=""

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