summaryrefslogtreecommitdiff
blob: dd12e92fe1c52bacbb89603fe1e4ee6341c46e16 (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-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg-client/phpdbg-client-2.15.5.ebuild,v 1.1 2007/05/30 15:52:44 chtekk Exp $

KEYWORDS="~amd64 ~sparc ~x86"

DESCRIPTION="A command line client for phpdbg, suitable for use with DDD."
HOMEPAGE="http://dd.cron.ru/dbg/"
SRC_URI="mirror://sourceforge/dbg2/dbg-cli-${PV}-src.tar.gz"
LICENSE="dbgphp"
SLOT="0"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/dbg-cli-${PV}-src"

src_install() {
	einstall || die "einstall failed"

	dodoc-php AUTHORS COPYING INSTALL README TODO
}