From af51247a0f8439e34b83ca8d75a2a4fd9fca5296 Mon Sep 17 00:00:00 2001 From: Jakub Moc Date: Tue, 19 Feb 2008 10:54:34 +0000 Subject: Move from sunrise overlay svn path=/experimental/; revision=809 --- www-apps/prado/prado-3.1.1-r2290.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 www-apps/prado/prado-3.1.1-r2290.ebuild (limited to 'www-apps/prado/prado-3.1.1-r2290.ebuild') diff --git a/www-apps/prado/prado-3.1.1-r2290.ebuild b/www-apps/prado/prado-3.1.1-r2290.ebuild new file mode 100644 index 0000000..73120ab --- /dev/null +++ b/www-apps/prado/prado-3.1.1-r2290.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit webapp depend.php + +MY_P="${P}.${PR}" +DESCRIPTION="a component-based and event-driven web programming framework" +HOMEPAGE="http://www.pradosoft.com/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" + +LICENSE="BSD" # http://www.pradosoft.com/license/ +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="virtual/httpd-cgi" + +S=${WORKDIR}/${MY_P} + +need_php5 + +src_install() { + webapp_src_preinst + + dohtml -r docs/manual + + cp -r framework/* "${D}${MY_HTDOCSDIR}" + cp framework/.htaccess "${D}${MY_HTDOCSDIR}" + + webapp_src_install +} -- cgit v1.2.3-18-g5258