# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit webapp depend.php DESCRIPTION="Modular Framework for development web- or consoleapplications" HOMEPAGE="http://aurora.ryotic.de" SRC_URI="http://downloads.sourceforge.net/auroraframework/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" DEPEND=" dev-db/mysql" need_httpd_cgi need_php_httpd src_install() { webapp_src_preinst cp -R ${PN}/* ${D}/${MY_HTDOCSDIR} webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt webapp_src_install }