summaryrefslogtreecommitdiff
blob: 0f75e67965c16a930f5926b26e14797cd73a9313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-1.3.0.ebuild,v 1.5 2004/07/06 23:01:31 hansmi Exp $

PHP_EXT_ZENDEXT="yes"
PHP_EXT_NAME="xdebug"

inherit php-ext-source

IUSE=""
DESCRIPTION="A PHP debugger"
HOMEPAGE="http://xdebug.derickrethans.nl"
SLOT="0"
MY_P="${P/_/}"
SRC_URI="http://files.derickrethans.nl/${MY_P}.tgz"
S="${WORKDIR}/${MY_P}"
LICENSE="Xdebug"
KEYWORDS="x86 alpha ~sparc ppc"

src_install() {
php-ext-source_src_install
dodoc NEWS README Changelog CREDITS LICENSE
}