blob: a23b878110c05ca82697751662a753b8167dc728 (
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.2 2005/07/16 07:57:52 sebastian 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 ~amd64"
IUSE=""
DEPEND="=virtual/php-4*"
#RDEPEND=""
src_install() {
cp -r * ${D}
}
|