# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Authore: Tom von Schwerdtner # $Header: $ P=${PN/PEAR-//}-${PV} DESCRIPTION="PEAR::System_Command is a commandline execution interface" HOMEPAGE="http://pear.php.net/package-info.php?pacid=74" SRC_URI="http://pear.php.net/get/${P}.tgz" LICENSE="PHP" SLOT="0" # Afaik, anything that runs php will run this... KEYWORDS="x86 ppc sparc" DEPEND="" RDEPEND="dev-lang/php" S=${WORKDIR}/${P} src_install () { insinto /usr/lib/php/ doins Command.php }