# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Claroline E-learning System" HOMEPAGE="http://www.claroline.net/" SRC_URI="http://www.claroline.net/dlarea/${PN}142.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-php/php-4.3.4-r4 >=dev-db/mysql-3.23.52-r1 >=net-www/apache-1.3.31" S= src_compile() { return } src_install() { mkdir -p ${D}/var/www/localhost/htdocs cp -dpR ${WORKDIR}/${PN}142/claroline ${WORKDIR}/${PN}142/index.php ${D}/var/www/localhost/htdocs #cp -dpR ${WORKDIR}/${PN}142/claroline ${WORKDIR}/${PN}142/index.php / insinto / doins /var/www/localhost/htdocs/index.php }