# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.09.ebuild,v 1.2 2005/03/28 13:54:54 mholzer Exp $ inherit webapp S=${WORKDIR}/${PN}-com-${PV} DESCRIPTION="Group-Office is a powerful modular Intranet application framework. It runs *nix using PHP and has several database support." HOMEPAGE="http://group-office.sourceforge.net/" SRC_URI="mirror://sourceforge/group-office/${PN}-com-${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc" IUSE="" DEPEND="virtual/php dev-db/mysql" src_install() { webapp_src_preinst cd ${S} dodoc CHANGELOG DEVELOPERS FAQ INSTALL RELEASE README.ldap TODO TRANSLATORS rm -f CHANGELOG FAQ INSTALL README.ldap TODO TRANSLATORS cp -r . ${D}${MY_HTDOCSDIR} webapp_serverowned ${MY_HTDOCSDIR} webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt webapp_src_install }