# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/php-toolkit/php-toolkit-1.0-r2.ebuild,v 1.11 2006/01/26 19:01:32 jer Exp $ DESCRIPTION="Utilities for managing installed copies of PHP" HOMEPAGE="http://svn.gnqs.org/projects/gentoo-php-overlay/wiki/PhpToolkit" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="!app-admin/eselect-php" src_install() { # install php-select dosbin "${FILESDIR}/php-select" || die dodir /usr/share/php-select insinto /usr/share/php-select doins "${FILESDIR}/php-select-modules/libapache.sh" doins "${FILESDIR}/php-select-modules/libsymlink.sh" doins "${FILESDIR}/php-select-modules/apache1.sh" doins "${FILESDIR}/php-select-modules/apache2.sh" doins "${FILESDIR}/php-select-modules/php.sh" doins "${FILESDIR}/php-select-modules/php-cgi.sh" doins "${FILESDIR}/php-select-modules/php-devel.sh" }