# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/egroupware/egroupware-0.9.99.008.ebuild,v 1.10 2004/06/25 01:16:28 agriffis Exp $ inherit webapp S=${WORKDIR}/${PN} DESCRIPTION="more.groupware is another web based groupware" HOMEPAGE="http://moregroupware.sourceforge.net/" SRC_URI="mirror://sourceforge/moregroupware/${PN}-core-${PV}.tar.gz" RESTRICT="nomirror" LICENSE="X11 GPL-2" KEYWORDS="~x86 ~ppc alpha amd64 ~sparc ~hppa" RDEPEND="virtual/php >=dev-db/mysql-3.23 net-www/apache " pkg_compile() { :; } src_install() { webapp_src_preinst cd ${S} rm -f docs/LICENSE dodoc docs/* rm -rf docs cp -r . ${D}/${MY_HTDOCSDIR} webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt webapp_hook_script ${FILESDIR}/reconfig webapp_src_install }